mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
microblaze: Add support for the clz insn
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
2355c16e74
commit
48b5e96f0f
3 changed files with 17 additions and 0 deletions
|
@ -5,6 +5,7 @@ DEF_HELPER_0(debug, void)
|
|||
DEF_HELPER_FLAGS_3(carry, TCG_CALL_PURE | TCG_CALL_CONST, i32, i32, i32, i32)
|
||||
DEF_HELPER_2(cmp, i32, i32, i32)
|
||||
DEF_HELPER_2(cmpu, i32, i32, i32)
|
||||
DEF_HELPER_FLAGS_1(clz, TCG_CALL_PURE | TCG_CALL_CONST, i32, i32)
|
||||
|
||||
DEF_HELPER_2(divs, i32, i32, i32)
|
||||
DEF_HELPER_2(divu, i32, i32, i32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue