qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4475] Remove arm's local not_i32 tcg op now that there's one in tcg.
@ 2008-05-17 18:15 Andrzej Zaborowski
  0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-05-17 18:15 UTC (permalink / raw)
  To: qemu-devel

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-17 18:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-17 18:15 [Qemu-devel] [4475] Remove arm's local not_i32 tcg op now that there's one in tcg Andrzej Zaborowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).