mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
tcg/arm: add rotation ops
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
23401b58a4
commit
293579e55c
2 changed files with 20 additions and 1 deletions
|
@ -66,7 +66,7 @@ enum {
|
|||
// #define TCG_TARGET_HAS_bswap32_i32
|
||||
#define TCG_TARGET_HAS_not_i32
|
||||
#define TCG_TARGET_HAS_neg_i32
|
||||
// #define TCG_TARGET_HAS_rot_i32
|
||||
#define TCG_TARGET_HAS_rot_i32
|
||||
#define TCG_TARGET_HAS_andc_i32
|
||||
// #define TCG_TARGET_HAS_orc_i32
|
||||
// #define TCG_TARGET_HAS_eqv_i32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue