diff options
author | Richard Henderson <rth@twiddle.net> | 2016-11-16 11:11:54 +0100 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-01-10 08:06:11 -0800 |
commit | 1a0196c5c7f197fad7b079074d587b3204bcfb0f (patch) | |
tree | 2feec0bfff244fabb46dfe5f896aae846b1c54b2 /target/mips/helper.h | |
parent | 5318420c62b6f6ce0bb7cfcf115fc21055015f90 (diff) | |
download | qemu-1a0196c5c7f197fad7b079074d587b3204bcfb0f.zip qemu-1a0196c5c7f197fad7b079074d587b3204bcfb0f.tar.gz qemu-1a0196c5c7f197fad7b079074d587b3204bcfb0f.tar.bz2 |
target-mips: Use clz opcode
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target/mips/helper.h')
-rw-r--r-- | target/mips/helper.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target/mips/helper.h b/target/mips/helper.h index 666936c..60efa01 100644 --- a/target/mips/helper.h +++ b/target/mips/helper.h @@ -20,13 +20,6 @@ DEF_HELPER_4(scd, tl, env, tl, tl, int) #endif #endif -DEF_HELPER_FLAGS_1(clo, TCG_CALL_NO_RWG_SE, tl, tl) -DEF_HELPER_FLAGS_1(clz, TCG_CALL_NO_RWG_SE, tl, tl) -#ifdef TARGET_MIPS64 -DEF_HELPER_FLAGS_1(dclo, TCG_CALL_NO_RWG_SE, tl, tl) -DEF_HELPER_FLAGS_1(dclz, TCG_CALL_NO_RWG_SE, tl, tl) -#endif - DEF_HELPER_3(muls, tl, env, tl, tl) DEF_HELPER_3(mulsu, tl, env, tl, tl) DEF_HELPER_3(macc, tl, env, tl, tl) |