Searched refs:tcg_gen_nor_i32 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 352 #define tcg_gen_nor_tl tcg_gen_nor_i32
|
H A D | tcg-op-common.h | 100 void tcg_gen_nor_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 686 void tcg_gen_nor_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_nor_i32() function 2424 tcg_gen_nor_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_nor_i64() 2425 tcg_gen_nor_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), TCGV_HIGH(arg2)); in tcg_gen_nor_i64()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 3861 GEN_CRLOGIC(crnor, tcg_gen_nor_i32, 0x01); 6047 GEN_CRLOGIC(crnor, tcg_gen_nor_i32, 0x01),
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 1725 tcg_gen_nor_i32(mxu_gpr[XRa - 1], mxu_gpr[XRb - 1], mxu_gpr[XRc - 1]); in gen_mxu_S32NOR()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 5027 TRANS(FNORs, VIS1, do_fff, a, tcg_gen_nor_i32) in TRANS()
|