Searched refs:tcg_gen_not_i32 (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 457 void tcg_gen_not_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_not_i32() function 660 tcg_gen_not_i32(t0, arg2); in tcg_gen_andc_i32() 672 tcg_gen_not_i32(ret, ret); in tcg_gen_eqv_i32() 682 tcg_gen_not_i32(ret, ret); in tcg_gen_nand_i32() 692 tcg_gen_not_i32(ret, ret); in tcg_gen_nor_i32() 702 tcg_gen_not_i32(t0, arg2); in tcg_gen_orc_i32() 2371 tcg_gen_not_i32(TCGV_LOW(ret), TCGV_LOW(arg)); in tcg_gen_not_i64() 2372 tcg_gen_not_i32(TCGV_HIGH(ret), TCGV_HIGH(arg)); in tcg_gen_not_i64()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 310 #define tcg_gen_not_tl tcg_gen_not_i32
|
H A D | tcg-op-common.h | 181 void tcg_gen_not_i32(TCGv_i32 ret, TCGv_i32 arg);
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 548 tcg_gen_not_i32(tmp, ina); in gen_rsubc() 564 tcg_gen_not_i32(nota, ina); in gen_rsubkc()
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 935 tcg_gen_not_i32(ret, arg1); in rx_not() 1065 tcg_gen_not_i32(temp, arg2); in rx_sbb()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 1716 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 D | translate.c | 8693 tcg_gen_not_i32(t0, t0); in gen_compute_branch1() 8699 tcg_gen_not_i32(t0, t0); in gen_compute_branch1()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 1646 tcg_gen_not_i32(t0, t0); in bcd_add() 1701 tcg_gen_not_i32(t2, t2); in bcd_sub() 2628 tcg_gen_not_i32(dest, src1); in DISAS_INSN()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 535 tcg_gen_not_i32(tmp, t1); in gen_sbc_CC() 3924 DO_ANY2(MVN, tcg_gen_not_i32, a->s, STREG_NORMAL) 7296 tcg_gen_not_i32(rm, rm); in trans_CSEL()
|
H A D | translate-a64.c | 7933 tcg_gen_not_i32(cpu_ZF, nzcv); in disas_rotate_right_into_flags()
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 870 tcg_gen_not_i32(REG(B11_8), REG(B7_4)); in _decode_opc()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 2836 tcg_gen_not_i32(a, a);
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 4731 TRANS(FNOTs, VIS1, do_ff, a, tcg_gen_not_i32) in TRANS()
|