/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 189 #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 D | macros.h | 235 tcg_gen_xori_tl(LSB, LSB, 1); \ 240 tcg_gen_xori_tl(LSB, LSB, 1); \
|
/openbmc/qemu/target/ppc/translate/ |
H A D | spe-impl.c.inc | 1011 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 D | fixedpoint-impl.c.inc | 886 tcg_gen_xori_tl(cpu_gpr[a->ra], cpu_gpr[a->rt], shift ? a->ui << 16 : a->ui);
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 816 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 D | trans_arith.c.inc | 304 TRANS(xori, ALL, gen_rri_c, EXT_NONE, EXT_NONE, tcg_gen_xori_tl)
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 849 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 D | translate.c | 726 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 D | mips16e_translate.c.inc | 591 tcg_gen_xori_tl(cpu_gpr[24], cpu_gpr[rx], (uint16_t) imm);
|
H A D | translate.c | 1988 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 D | emit.c.inc | 1420 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 D | translate.c | 1156 tcg_gen_xori_tl(reg, cc.reg, 1); in gen_setcc1()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvi.c.inc | 533 return gen_logic_imm_fn(ctx, a, tcg_gen_xori_tl);
|
/openbmc/qemu/target/avr/ |
H A D | translate.c | 627 tcg_gen_xori_tl(Rd, Rd, 0xff); in trans_COM()
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 5005 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 D | translate.c | 4873 tcg_gen_xori_tl(t0, t0, 0x7fffffff); in gen_405_mulladd_insn()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 927 tcg_gen_xori_tl(addr, addr, 4 - (1 << (op & MO_SIZE))); in gen_aa32_addr()
|