diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 17:26:29 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-30 17:26:29 +0000 |
commit | ef0d51af1e5b7f29bfb72f0bf5f528c272c277a8 (patch) | |
tree | d1b847d87ff5f2efff5d9960f458c1c1bd4bc462 /target-ppc/op.c | |
parent | 1addc7c5a11e9fe1811c792614516ed12689a1f0 (diff) |
target-ppc: convert PPC 440 instructions to TCG
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5836 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r-- | target-ppc/op.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c index 6be8777768..82750c6ef3 100644 --- a/target-ppc/op.c +++ b/target-ppc/op.c @@ -706,23 +706,6 @@ void OPPROTO op_4xx_tlbwe_hi (void) /* SPR micro-ops */ /* 440 specific */ -void OPPROTO op_440_dlmzb (void) -{ - do_440_dlmzb(); - RETURN(); -} - -void OPPROTO op_440_dlmzb_update_Rc (void) -{ - if (T0 == 8) - T0 = 0x2; - else if (T0 < 4) - T0 = 0x4; - else - T0 = 0x8; - RETURN(); -} - #if !defined(CONFIG_USER_ONLY) void OPPROTO op_store_pir (void) { |