--- sml/trunk/src/MLRISC/ppc/ppc.mdl 2004/08/11 02:45:25 1612 +++ sml/trunk/src/MLRISC/ppc/ppc.mdl 2004/08/11 03:35:58 1613 @@ -23,12 +23,12 @@ storage GP = $r[32] of 64 bits asm: ( fn (r,_) => if !PPCAsmSyntax.ibm_syntax - then "r"^Int.toString r - else Int.toString r) + then Int.toString r + else "r"^Int.toString r) | FP = $f[32] of 64 bits asm: ( fn (f,_) => if !PPCAsmSyntax.ibm_syntax - then "f"^Int.toString f - else Int.toString r) + then Int.toString f + else "f"^Int.toString r) | CC = $cc[8] of 4 bits asm: (fn (cr,_) => "cr"^Int.toString cr) | SPR = $spr[32] of 64 bits asm: (fn (1,_) => "xer"
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: cr,_) => "cr"^Int.toString cr) | SPR = $spr[32] of 64 bits asm: (fn (1,_) => "xer"