diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-24 19:05:35 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-24 19:05:35 +0000 |
commit | 61c0480722bd86380e396db537bd8fea403b37db (patch) | |
tree | 969e3d2e3775d886c21d053e5f2c8fb1cb1f9b67 /target-ppc/op_helper.h | |
parent | c0692e3c65ee4811390e22d2996f6d8b53fcd2c1 (diff) |
PPC: Switch a few instructions to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5083 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/op_helper.h')
-rw-r--r-- | target-ppc/op_helper.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target-ppc/op_helper.h b/target-ppc/op_helper.h index 8c8c812051..b25db4a991 100644 --- a/target-ppc/op_helper.h +++ b/target-ppc/op_helper.h @@ -51,7 +51,6 @@ void glue(do_dcbz_64, MEMSUFFIX) (void); void do_print_mem_EA (target_ulong EA); /* Registers load and stores */ -void do_load_cr (void); void do_store_cr (uint32_t mask); #if defined(TARGET_PPC64) void do_store_pri (int prio); @@ -88,10 +87,6 @@ void do_subfmeo_64 (void); void do_subfzeo_64 (void); void do_srad (void); #endif -void do_popcntb (void); -#if defined(TARGET_PPC64) -void do_popcntb_64 (void); -#endif /* Floating-point arithmetic helpers */ void do_compute_fprf (int set_class); @@ -138,7 +133,6 @@ void do_tw (int flags); void do_td (int flags); #endif #if !defined(CONFIG_USER_ONLY) -void do_store_msr (void); void do_rfi (void); #if defined(TARGET_PPC64) void do_rfid (void); |