Home
last modified time | relevance | path

Searched refs:tcg_gen_not_tl (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_bit.c.inc69 tcg_gen_not_tl(dest, src1);
82 tcg_gen_not_tl(dest, src1);
93 tcg_gen_not_tl(dest, src1);
104 tcg_gen_not_tl(dest, src1);
/openbmc/qemu/include/tcg/
H A Dtcg-op.h190 #define tcg_gen_not_tl tcg_gen_not_i64 macro
310 #define tcg_gen_not_tl tcg_gen_not_i32
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzce.c.inc72 return gen_unary(ctx, a, EXT_NONE, tcg_gen_not_tl);
H A Dtrans_xthead.c.inc192 tcg_gen_not_tl(t, src1);
246 tcg_gen_not_tl(ret, ret);
/openbmc/qemu/target/hexagon/
H A Dgen_tcg.h1170 tcg_gen_not_tl(RdV, RsV); \
/openbmc/qemu/target/tricore/
H A Dtranslate.c1490 tcg_gen_not_tl(temp, r2); in gen_subc_CC()
3771 tcg_gen_not_tl(cpu_gpr_d[r1], cpu_gpr_d[r1]); in decode_16Bit_opc()
4050 tcg_gen_not_tl(temp, temp); in decode_bit_insert()
5006 tcg_gen_not_tl(cpu_gpr_d[r2], cpu_gpr_d[r2]); in decode_rc_logical_shift()
5937 tcg_gen_not_tl(cpu_gpr_d[r3], cpu_gpr_d[r1]); in decode_rr_logical_shift()
/openbmc/qemu/target/avr/
H A Dtranslate.c249 tcg_gen_not_tl(t1, Rd); /* t1 = ~Rd */ in gen_sub_CHf()
/openbmc/qemu/target/ppc/
H A Dtranslate.c1908 tcg_gen_not_tl(inv1, arg1); in gen_op_arith_subf()
1923 tcg_gen_not_tl(inv1, arg1); in gen_op_arith_subf()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c3448 tcg_gen_not_tl(s->A0, gen_lea_modrm_1(s, decode->mem, false)); in gen_multi0F()
H A Demit.c.inc1505 tcg_gen_not_tl(maskc, mask);
2727 tcg_gen_not_tl(s->T0, s->T0);
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c2750 tcg_gen_not_tl(cpu_gpr[rd], cpu_gpr[rt]); in gen_logic()
2752 tcg_gen_not_tl(cpu_gpr[rd], cpu_gpr[rs]); in gen_logic()
3540 tcg_gen_not_tl(t0, t0); in gen_cl()