git-svn-id: trunk@20121 -
@@ -415,6 +415,11 @@ interface
optimizecputype : cpu_athlon64;
fputype : fpu_sse64;
{$endif x86_64}
+ {$ifdef ia64}
+ cputype : cpu_itanium;
+ optimizecputype : cpu_itanium;
+ fputype : fpu_itanium;
+ {$endif ia64}
{$ifdef avr}
cputype : cpuinfo.cpu_avr5;
optimizecputype : cpuinfo.cpu_avr5;
@@ -68,7 +68,7 @@ type
{ A8: integer compare - imm.,register }
constructor op_preg_preg_const_reg(_qp : tqp;op : tasmop;
cond : tasmcond;p1,p2 : tqp;i : longint;const r3 : tregister);
-{!!!!!!!
+(*!!!!!!!
{ multimedia shift and multiply }
constructor op_reg_reg_reg_const(_qp : tqp;
{ multimedia mux }
@@ -93,7 +93,7 @@ type
constructor op_preg_preg_reg(_qp : tqp;
{ -------- here are some missed ----------- }
-}
+ *)
{ M1: integer load }
{ M4: integer store }
@@ -5,9 +5,9 @@
; editing by hand
;
; layout
-; <name>,<type>,<value>,<stdname>,<gasname>,<stabidx>
+; <name>,<type>,<value>,<stdname>,<gasname>
-NO,$00,$00,INVALID,INVALID,INVALID,INVALID,-1,-1
+NO,$00,$00,INVALID,INVALID
R0,$01,0,r0,r0
R1,$01,1,r1,r1