Home
last modified time | relevance | path

Searched refs:tcg_gen_xori_tl (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h189 #define tcg_gen_xori_tl tcg_gen_xori_i64 macro
309 #define tcg_gen_xori_tl tcg_gen_xori_i32
/openbmc/qemu/target/hexagon/
H A Dmacros.h235 tcg_gen_xori_tl(LSB, LSB, 1); \
240 tcg_gen_xori_tl(LSB, LSB, 1); \
/openbmc/qemu/target/ppc/translate/
H A Dspe-impl.c.inc1011 tcg_gen_xori_tl(cpu_gpr[rD(ctx->opcode)], cpu_gpr[rA(ctx->opcode)],
1013 tcg_gen_xori_tl(cpu_gprh[rD(ctx->opcode)], cpu_gprh[rA(ctx->opcode)],
1071 tcg_gen_xori_tl(cpu_gpr[rD(ctx->opcode)], cpu_gpr[rA(ctx->opcode)],
1145 tcg_gen_xori_tl(cpu_gprh[rD(ctx->opcode)], cpu_gprh[rA(ctx->opcode)],
H A Dfixedpoint-impl.c.inc886 tcg_gen_xori_tl(cpu_gpr[a->ra], cpu_gpr[a->rt], shift ? a->ui << 16 : a->ui);
/openbmc/qemu/target/openrisc/
H A Dtranslate.c816 tcg_gen_xori_tl(cpu_R(dc, a->d), cpu_R(dc, a->a), a->i); in trans_l_xori()
1147 tcg_gen_xori_tl(cpu_sr_f, cpu_sr_f, 1); in do_fpcmp()
1362 tcg_gen_xori_tl(cpu_sr_f, cpu_sr_f, 1); in do_dpcmp()
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_arith.c.inc304 TRANS(xori, ALL, gen_rri_c, EXT_NONE, EXT_NONE, tcg_gen_xori_tl)
/openbmc/qemu/target/sparc/
H A Dtranslate.c849 tcg_gen_xori_tl(shift, shift, 63); in gen_op_faligndata_i()
2634 tcg_gen_xori_tl(cpu_cond, cmp->c1, cmp->c2); in advance_jump_cond()
3258 tcg_gen_xori_tl(src, src1, a->rs2_or_imm); in do_wr_special()
3739 TRANS(XOR, ALL, do_logic, a, tcg_gen_xor_tl, tcg_gen_xori_tl) in TRANS()
3942 tcg_gen_xori_tl(r, r, 7); in gen_edge()
3948 tcg_gen_xori_tl(r, r, 3); in gen_edge()
3954 tcg_gen_xori_tl(r, r, 1); in gen_edge()
/openbmc/qemu/target/microblaze/
H A Dtranslate.c726 tcg_gen_xori_tl(addr, addr, 3 - size); in do_load()
876 tcg_gen_xori_tl(addr, addr, 3 - size); in do_store()
/openbmc/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc591 tcg_gen_xori_tl(cpu_gpr[24], cpu_gpr[rx], (uint16_t) imm);
H A Dtranslate.c1988 tcg_gen_xori_tl(t1, t1, sizem1); in gen_lxl()
2015 tcg_gen_xori_tl(t1, t1, sizem1); in gen_lxr()
2021 tcg_gen_xori_tl(t1, t1, size * 8 - 1); in gen_lxr()
2339 tcg_gen_xori_tl(t1, t1, ~uimm); in gen_arith_imm()
2340 tcg_gen_xori_tl(t2, t0, uimm); in gen_arith_imm()
2369 tcg_gen_xori_tl(t1, t1, ~uimm); in gen_arith_imm()
2370 tcg_gen_xori_tl(t2, t0, uimm); in gen_arith_imm()
2418 tcg_gen_xori_tl(cpu_gpr[rt], cpu_gpr[rs], uimm); in gen_logic_imm()
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc1420 tcg_gen_xori_tl(s->T1, s->T1, TARGET_LONG_BITS - 1);
1422 tcg_gen_xori_tl(s->T0, s->T0, TARGET_LONG_BITS - 1);
1611 tcg_gen_xori_tl(cpu_cc_src, cpu_cc_src, CC_C);
3467 tcg_gen_xori_tl(low_count, count, (8 << ot) - 1); /* LENGTH - 1 - (count - 1) */
3522 tcg_gen_xori_tl(high_count, count, (8 << ot) - 1); /* LENGTH - 1 - (count - 1) */
H A Dtranslate.c1156 tcg_gen_xori_tl(reg, cc.reg, 1); in gen_setcc1()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvi.c.inc533 return gen_logic_imm_fn(ctx, a, tcg_gen_xori_tl);
/openbmc/qemu/target/avr/
H A Dtranslate.c627 tcg_gen_xori_tl(Rd, Rd, 0xff); in trans_COM()
/openbmc/qemu/target/tricore/
H A Dtranslate.c5005 tcg_gen_xori_tl(cpu_gpr_d[r2], cpu_gpr_d[r1], const9); in decode_rc_logical_shift()
5009 tcg_gen_xori_tl(cpu_gpr_d[r2], cpu_gpr_d[r1], const9); in decode_rc_logical_shift()
/openbmc/qemu/target/ppc/
H A Dtranslate.c4873 tcg_gen_xori_tl(t0, t0, 0x7fffffff); in gen_405_mulladd_insn()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c927 tcg_gen_xori_tl(addr, addr, 4 - (1 << (op & MO_SIZE))); in gen_aa32_addr()