From: Michael Beck Date: Fri, 14 Sep 2007 13:42:17 +0000 (+0000) Subject: ffreep added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f06ac4054b79ea9293332ef33764d4eb00edeca0;p=libfirm ffreep added [r15808] --- diff --git a/ir/be/ia32/ia32_spec.pl b/ir/be/ia32/ia32_spec.pl index efea8925b..bafc8a474 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -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 => {