mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
target-or32: Add int instruction helpers
Add OpenRISC int instruction helpers. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
1d7d403469
commit
e54a5aff13
3 changed files with 85 additions and 1 deletions
|
@ -22,6 +22,11 @@
|
|||
/* exception */
|
||||
DEF_HELPER_FLAGS_2(exception, 0, void, env, i32)
|
||||
|
||||
/* int */
|
||||
DEF_HELPER_FLAGS_1(ff1, 0, tl, tl)
|
||||
DEF_HELPER_FLAGS_1(fl1, 0, tl, tl)
|
||||
DEF_HELPER_FLAGS_3(mul32, 0, i32, env, i32, i32)
|
||||
|
||||
/* interrupt */
|
||||
DEF_HELPER_FLAGS_1(rfe, 0, void, env)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue