mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
tcg: Allow target-specific implementation of NOR.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
9940a96bc8
commit
32d98fbd10
10 changed files with 29 additions and 0 deletions
|
@ -89,6 +89,7 @@ enum {
|
|||
#undef TCG_TARGET_HAS_orc_i32
|
||||
#undef TCG_TARGET_HAS_eqv_i32
|
||||
#undef TCG_TARGET_HAS_nand_i32
|
||||
#undef TCG_TARGET_HAS_nor_i32
|
||||
|
||||
/* optional instructions automatically implemented */
|
||||
#undef TCG_TARGET_HAS_neg_i32 /* sub rd, zero, rt */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue