mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target-unicore32: Use clz opcode
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
0efa820854
commit
03a733dc62
3 changed files with 3 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue