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:
Richard Henderson 2010-03-19 13:08:56 -07:00 committed by Aurelien Jarno
parent 9940a96bc8
commit 32d98fbd10
10 changed files with 29 additions and 0 deletions

View file

@ -91,6 +91,7 @@ enum {
#define TCG_TARGET_HAS_orc_i32
/* #define TCG_TARGET_HAS_eqv_i32 */
/* #define TCG_TARGET_HAS_nand_i32 */
/* #define TCG_TARGET_HAS_nor_i32 */
#define TCG_AREG0 TCG_REG_R27