mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
tcg: Allow target-specific implementation of EQV.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
a10f9f4f0c
commit
8d625cf1d1
11 changed files with 30 additions and 1 deletions
|
@ -87,6 +87,7 @@ enum {
|
|||
#undef TCG_TARGET_HAS_bswap16_i32
|
||||
#undef TCG_TARGET_HAS_andc_i32
|
||||
#undef TCG_TARGET_HAS_orc_i32
|
||||
#undef TCG_TARGET_HAS_eqv_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