mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
tcg: Allow target-specific implementation of NAND.
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
8d625cf1d1
commit
9940a96bc8
10 changed files with 29 additions and 0 deletions
|
@ -60,6 +60,7 @@ enum {
|
|||
// #define TCG_TARGET_HAS_andc_i32
|
||||
// #define TCG_TARGET_HAS_orc_i32
|
||||
// #define TCG_TARGET_HAS_eqv_i32
|
||||
// #define TCG_TARGET_HAS_nand_i32
|
||||
|
||||
// #define TCG_TARGET_HAS_div_i64
|
||||
// #define TCG_TARGET_HAS_rot_i64
|
||||
|
@ -77,6 +78,7 @@ enum {
|
|||
// #define TCG_TARGET_HAS_andc_i64
|
||||
// #define TCG_TARGET_HAS_orc_i64
|
||||
// #define TCG_TARGET_HAS_eqv_i64
|
||||
// #define TCG_TARGET_HAS_nand_i64
|
||||
|
||||
/* used for function call generation */
|
||||
#define TCG_REG_CALL_STACK TCG_REG_R15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue