Home
last modified time | relevance | path

Searched refs:tcg_gen_nor_i32 (Results 1 – 6 of 6) sorted by relevance

/qemu/include/tcg/
H A Dtcg-op.h352 #define tcg_gen_nor_tl tcg_gen_nor_i32
H A Dtcg-op-common.h100 void tcg_gen_nor_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2);
/qemu/tcg/
H A Dtcg-op.c679 void tcg_gen_nor_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_nor_i32() function
2416 tcg_gen_nor_i32(TCGV_LOW(ret), TCGV_LOW(arg1), TCGV_LOW(arg2)); in tcg_gen_nor_i64()
2417 tcg_gen_nor_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), TCGV_HIGH(arg2)); in tcg_gen_nor_i64()
/qemu/target/ppc/
H A Dtranslate.c3846 GEN_CRLOGIC(crnor, tcg_gen_nor_i32, 0x01);
6040 GEN_CRLOGIC(crnor, tcg_gen_nor_i32, 0x01),
/qemu/target/mips/tcg/
H A Dmxu_translate.c1725 tcg_gen_nor_i32(mxu_gpr[XRa - 1], mxu_gpr[XRb - 1], mxu_gpr[XRc - 1]); in gen_mxu_S32NOR()
/qemu/target/sparc/
H A Dtranslate.c4969 TRANS(FNORs, VIS1, do_fff, a, tcg_gen_nor_i32) in TRANS()