diff options
author | Richard Henderson | 2016-11-16 11:40:39 +0100 |
---|---|---|
committer | Richard Henderson | 2017-01-10 17:06:11 +0100 |
commit | 03a733dc62de8bcf85bba59ac2776ed3d4adcbf1 (patch) | |
tree | 0d360717bb7680fbb005bbb705c3a5c003f51210 /target/unicore32/helper.h | |
parent | target-tricore: Use clz opcode (diff) | |
download | qemu-03a733dc62de8bcf85bba59ac2776ed3d4adcbf1.tar.gz qemu-03a733dc62de8bcf85bba59ac2776ed3d4adcbf1.tar.xz qemu-03a733dc62de8bcf85bba59ac2776ed3d4adcbf1.zip |
target-unicore32: Use clz opcode
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target/unicore32/helper.h')
-rw-r--r-- | target/unicore32/helper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/unicore32/helper.h b/target/unicore32/helper.h index 941813749d..a4a5d45d1d 100644 --- a/target/unicore32/helper.h +++ b/target/unicore32/helper.h @@ -13,9 +13,6 @@ DEF_HELPER_3(cp0_get, i32, env, i32, i32) DEF_HELPER_1(cp1_putc, void, i32) #endif -DEF_HELPER_1(clz, i32, i32) -DEF_HELPER_1(clo, i32, i32) - DEF_HELPER_2(exception, void, env, i32) DEF_HELPER_3(asr_write, void, env, i32, i32) |