Home
last modified time | relevance | path

Searched refs:tcg_gen_not_i32 (Results 1 – 13 of 13) sorted by relevance

/qemu/tcg/
H A Dtcg-op.c451 void tcg_gen_not_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_not_i32() function
653 tcg_gen_not_i32(t0, arg2); in tcg_gen_andc_i32()
665 tcg_gen_not_i32(ret, ret); in tcg_gen_eqv_i32()
675 tcg_gen_not_i32(ret, ret); in tcg_gen_nand_i32()
685 tcg_gen_not_i32(ret, ret); in tcg_gen_nor_i32()
695 tcg_gen_not_i32(t0, arg2); in tcg_gen_orc_i32()
2363 tcg_gen_not_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_not_i64()
2364 tcg_gen_not_i32(TCGV_HIGH(ret), TCGV_HIGH(arg)); in tcg_gen_not_i64()
/qemu/include/tcg/
H A Dtcg-op.h310 #define tcg_gen_not_tl tcg_gen_not_i32
H A Dtcg-op-common.h181 void tcg_gen_not_i32(TCGv_i32 ret, TCGv_i32 arg);
/qemu/target/microblaze/
H A Dtranslate.c548 tcg_gen_not_i32(tmp, ina); in gen_rsubc()
564 tcg_gen_not_i32(nota, ina); in gen_rsubkc()
/qemu/target/rx/
H A Dtranslate.c934 tcg_gen_not_i32(ret, arg1); in rx_not()
1064 tcg_gen_not_i32(temp, arg2); in rx_sbb()
/qemu/target/mips/tcg/
H A Dmxu_translate.c1716 tcg_gen_not_i32(mxu_gpr[XRa - 1], mxu_gpr[XRc - 1]); in gen_mxu_S32NOR()
1719 tcg_gen_not_i32(mxu_gpr[XRa - 1], mxu_gpr[XRb - 1]); in gen_mxu_S32NOR()
1722 tcg_gen_not_i32(mxu_gpr[XRa - 1], mxu_gpr[XRb - 1]); in gen_mxu_S32NOR()
H A Dtranslate.c8910 tcg_gen_not_i32(t0, t0); in gen_compute_branch1()
8916 tcg_gen_not_i32(t0, t0); in gen_compute_branch1()
/qemu/target/m68k/
H A Dtranslate.c1641 tcg_gen_not_i32(t0, t0); in bcd_add()
1696 tcg_gen_not_i32(t2, t2); in bcd_sub()
2623 tcg_gen_not_i32(dest, src1); in DISAS_INSN()
/qemu/target/arm/tcg/
H A Dtranslate.c532 tcg_gen_not_i32(tmp, t1); in gen_sbc_CC()
3921 DO_ANY2(MVN, tcg_gen_not_i32, a->s, STREG_NORMAL)
7252 tcg_gen_not_i32(rm, rm); in trans_CSEL()
H A Dtranslate-a64.c6480 tcg_gen_not_i32(cpu_ZF, nzcv); in disas_rotate_right_into_flags()
/qemu/target/sh4/
H A Dtranslate.c870 tcg_gen_not_i32(REG(B11_8), REG(B7_4)); in _decode_opc()
/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc2892 tcg_gen_not_i32(a, a);
/qemu/target/sparc/
H A Dtranslate.c4670 TRANS(FNOTs, VIS1, do_ff, a, tcg_gen_not_i32) in TRANS()