diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-17 22:04:44 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-17 22:04:44 +0000 |
commit | 9c29504eb71238241f29667bd96fb83c97668e1a (patch) | |
tree | 5e0ba6575ecba9efaa60a51b6e3f39d4728d617c /target-alpha/op_template.h | |
parent | a986fcc469cd63d56d7cc52df132c010c1f23a21 (diff) |
alpha: convert cmov and bcond to TCG
Patch mostly by Tristan Gingold
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5245 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha/op_template.h')
-rw-r--r-- | target-alpha/op_template.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target-alpha/op_template.h b/target-alpha/op_template.h index 044c4c8784..f2f4b1cf67 100644 --- a/target-alpha/op_template.h +++ b/target-alpha/op_template.h @@ -37,15 +37,7 @@ void OPPROTO glue(op_reset_FT, REG) (void) #endif /* REG < 3 */ -/* Fixed-point register moves */ #if REG < 31 -void OPPROTO glue(op_cmov_ir, REG) (void) -{ - if (T0) - env->ir[REG] = T1; - RETURN(); -} - /* floating point registers moves */ void OPPROTO glue(op_load_FT0_fir, REG) (void) { |