Searched refs:tcg_gen_not_tl (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_bit.c.inc | 69 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 D | tcg-op.h | 190 #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 D | trans_rvzce.c.inc | 72 return gen_unary(ctx, a, EXT_NONE, tcg_gen_not_tl);
|
H A D | trans_xthead.c.inc | 192 tcg_gen_not_tl(t, src1); 246 tcg_gen_not_tl(ret, ret);
|
/openbmc/qemu/target/hexagon/ |
H A D | gen_tcg.h | 1170 tcg_gen_not_tl(RdV, RsV); \
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 1490 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 D | translate.c | 249 tcg_gen_not_tl(t1, Rd); /* t1 = ~Rd */ in gen_sub_CHf()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 1908 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 D | translate.c | 3448 tcg_gen_not_tl(s->A0, gen_lea_modrm_1(s, decode->mem, false)); in gen_multi0F()
|
H A D | emit.c.inc | 1505 tcg_gen_not_tl(maskc, mask); 2727 tcg_gen_not_tl(s->T0, s->T0);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 2750 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()
|