mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
tcg-mips: implement nor
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
6adc05492f
commit
2b79487a56
2 changed files with 5 additions and 1 deletions
|
@ -80,6 +80,7 @@ enum {
|
|||
/* optional instructions */
|
||||
#define TCG_TARGET_HAS_div_i32
|
||||
#define TCG_TARGET_HAS_not_i32
|
||||
#define TCG_TARGET_HAS_nor_i32
|
||||
#undef TCG_TARGET_HAS_rot_i32
|
||||
#undef TCG_TARGET_HAS_ext8s_i32
|
||||
#undef TCG_TARGET_HAS_ext16s_i32
|
||||
|
@ -89,7 +90,6 @@ 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