qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4475] Remove arm's local not_i32 tcg op now that there's o


From: Andrzej Zaborowski
Subject: [Qemu-devel] [4475] Remove arm's local not_i32 tcg op now that there's one in tcg.
Date: Sat, 17 May 2008 18:15:15 +0000

Revision: 4475
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4475
Author:   balrog
Date:     2008-05-17 18:15:04 +0000 (Sat, 17 May 2008)

Log Message:
-----------
Remove arm's local not_i32 tcg op now that there's one in tcg.

Modified Paths:
--------------
    trunk/target-arm/translate.c

Modified: trunk/target-arm/translate.c
===================================================================
--- trunk/target-arm/translate.c        2008-05-17 18:07:00 UTC (rev 4474)
+++ trunk/target-arm/translate.c        2008-05-17 18:15:04 UTC (rev 4475)
@@ -451,12 +451,6 @@
 #define gen_sbc_T0_T1() gen_sub_carry(cpu_T[0], cpu_T[0], cpu_T[1])
 #define gen_rsc_T0_T1() gen_sub_carry(cpu_T[0], cpu_T[1], cpu_T[0])
 
-/* FIXME:  Implement this natively.  */
-static inline void tcg_gen_not_i32(TCGv t0, TCGv t1)
-{
-    tcg_gen_xori_i32(t0, t1, ~0);
-}
-
 /* T0 &= ~T1.  Clobbers T1.  */
 /* FIXME: Implement bic natively.  */
 static inline void tcg_gen_bic_i32(TCGv dest, TCGv t0, TCGv t1)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]