diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 16:24:55 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 16:24:55 +0000 |
commit | d72a19f7bd861390fcd1ddb3cb792a04eca1bedd (patch) | |
tree | bab7ffb619597a3444c1a54ce5683d50606c1589 /target-ppc/op_helper.h | |
parent | fa407c030c2bb592b4f9a7152517815a047007e6 (diff) |
target-ppc: convert return from interrupt instructions to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5832 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/op_helper.h')
-rw-r--r-- | target-ppc/op_helper.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target-ppc/op_helper.h b/target-ppc/op_helper.h index b942391038..4318f9afa0 100644 --- a/target-ppc/op_helper.h +++ b/target-ppc/op_helper.h @@ -21,8 +21,6 @@ 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); #endif @@ -32,11 +30,6 @@ void ppc_store_dump_spr (int sprn, target_ulong val); /* Misc */ #if !defined(CONFIG_USER_ONLY) void do_store_msr (void); -void do_rfi (void); -#if defined(TARGET_PPC64) -void do_rfid (void); -void do_hrfid (void); -#endif #endif /* POWER / PowerPC 601 specific helpers */ @@ -51,7 +44,6 @@ void do_POWER_maskg (void); void do_POWER_mulo (void); #if !defined(CONFIG_USER_ONLY) void do_POWER_rac (void); -void do_POWER_rfsvc (void); void do_store_hid0_601 (void); #endif @@ -65,10 +57,6 @@ void do_440_tlbwe (int word); void do_load_dcr (void); void do_store_dcr (void); #if !defined(CONFIG_USER_ONLY) -void do_40x_rfci (void); -void do_rfci (void); -void do_rfdi (void); -void do_rfmci (void); void do_4xx_tlbre_lo (void); void do_4xx_tlbre_hi (void); void do_4xx_tlbwe_lo (void); |