mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -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
|
@ -100,6 +100,7 @@ enum {
|
|||
#define TCG_TARGET_HAS_not_i32
|
||||
#define TCG_TARGET_HAS_andc_i32
|
||||
#define TCG_TARGET_HAS_orc_i32
|
||||
// #define TCG_TARGET_HAS_eqv_i32
|
||||
|
||||
#if TCG_TARGET_REG_BITS == 64
|
||||
#define TCG_TARGET_HAS_div_i64
|
||||
|
@ -117,6 +118,7 @@ enum {
|
|||
#define TCG_TARGET_HAS_not_i64
|
||||
#define TCG_TARGET_HAS_andc_i64
|
||||
#define TCG_TARGET_HAS_orc_i64
|
||||
// #define TCG_TARGET_HAS_eqv_i64
|
||||
#endif
|
||||
|
||||
/* Note: must be synced with dyngen-exec.h */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue