Home
last modified time | relevance | path

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

/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);
/qemu/include/tcg/
H A Dtcg-op.h202 #define tcg_gen_not_tl tcg_gen_not_i64 macro
323 #define tcg_gen_not_tl tcg_gen_not_i32
/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);
/qemu/target/hexagon/
H A Dgen_tcg.h1170 tcg_gen_not_tl(RdV, RsV); \
/qemu/target/tricore/
H A Dtranslate.c1487 tcg_gen_not_tl(temp, r2); in gen_subc_CC()
3768 tcg_gen_not_tl(cpu_gpr_d[r1], cpu_gpr_d[r1]); in decode_16Bit_opc()
4047 tcg_gen_not_tl(temp, temp); in decode_bit_insert()
5003 tcg_gen_not_tl(cpu_gpr_d[r2], cpu_gpr_d[r2]); in decode_rc_logical_shift()
5934 tcg_gen_not_tl(cpu_gpr_d[r3], cpu_gpr_d[r1]); in decode_rr_logical_shift()
/qemu/target/avr/
H A Dtranslate.c253 tcg_gen_not_tl(t1, Rd); /* t1 = ~Rd */ in gen_sub_CHf()
/qemu/target/ppc/
H A Dtranslate.c1936 tcg_gen_not_tl(inv1, arg1); in gen_op_arith_subf()
1951 tcg_gen_not_tl(inv1, arg1); in gen_op_arith_subf()
/qemu/target/i386/tcg/
H A Dtranslate.c3573 tcg_gen_not_tl(s->A0, gen_lea_modrm_1(s, decode->mem, false)); in gen_multi0F()
H A Demit.c.inc1529 tcg_gen_not_tl(maskc, mask);
2747 tcg_gen_not_tl(s->T0, s->T0);
/qemu/target/mips/tcg/
H A Dtranslate.c2751 tcg_gen_not_tl(cpu_gpr[rd], cpu_gpr[rt]); in gen_logic()
2753 tcg_gen_not_tl(cpu_gpr[rd], cpu_gpr[rs]); in gen_logic()
3541 tcg_gen_not_tl(t0, t0); in gen_cl()