ffreep added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 14 Sep 2007 13:42:17 +0000 (13:42 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 14 Sep 2007 13:42:17 +0000 (13:42 +0000)
[r15808]

ir/be/ia32/ia32_spec.pl

index efea892..bafc8a4 100644 (file)
@@ -2245,6 +2245,14 @@ fpop => {
        attr_type => "ia32_x87_attr_t",
 },
 
+ffreep => {
+       op_flags  => "R|K",
+       reg_req   => { },
+       cmp_attr  => "return 1;",
+       emit      => '. ffreep %X0',
+       attr_type => "ia32_x87_attr_t",
+},
+
 # compare
 
 fcomJmp => {