mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
target-arm: use native tcg-ops for ror/bic/vorn
Acked-by: Laurent Desnogues <laurent.desnogues@gmail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
50f67e95e2
commit
f669df275c
3 changed files with 14 additions and 47 deletions
|
@ -151,7 +151,6 @@ DEF_HELPER_2(sbc_cc, i32, i32, i32)
|
|||
DEF_HELPER_2(shl, i32, i32, i32)
|
||||
DEF_HELPER_2(shr, i32, i32, i32)
|
||||
DEF_HELPER_2(sar, i32, i32, i32)
|
||||
DEF_HELPER_2(ror, i32, i32, i32)
|
||||
DEF_HELPER_2(shl_cc, i32, i32, i32)
|
||||
DEF_HELPER_2(shr_cc, i32, i32, i32)
|
||||
DEF_HELPER_2(sar_cc, i32, i32, i32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue