/openbmc/qemu/target/sh4/ |
H A D | translate.c | 469 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_FR); in _decode_opc() 474 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_SZ); in _decode_opc() 479 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_PR); in _decode_opc() 783 tcg_gen_xori_i32(cpu_sr_t, t1, 1); in _decode_opc() 888 tcg_gen_xori_i32(t0, t0, 0x1f); in _decode_opc() 910 tcg_gen_xori_i32(t0, t0, 0x1f); in _decode_opc() 1158 tcg_gen_xori_i32(cpu_delayed_cond, cpu_sr_t, 1); in _decode_opc() 1293 tcg_gen_xori_i32(REG(0), REG(0), B7_0); in _decode_opc() 1302 tcg_gen_xori_i32(val, val, B7_0); in _decode_opc() 1695 tcg_gen_xori_i32(FREG(B11_8), FREG(B11_8), 0x80000000); in _decode_opc()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-m-nocp.c | 136 tcg_gen_xori_i32(aspen, aspen, R_V7M_FPCCR_ASPEN_MASK); in trans_VSCCLRM() 299 tcg_gen_xori_i32(aspen, aspen, R_V7M_FPCCR_ASPEN_MASK); in gen_branch_fpInactive()
|
H A D | translate.h | 423 tcg_gen_xori_i32(d, s, 1u << 15); in gen_vfp_negh() 428 tcg_gen_xori_i32(d, s, 1u << 31); in gen_vfp_negs()
|
H A D | translate-sme.c | 77 tcg_gen_xori_i32(tmp, tmp, 8 - (1 << esz)); in get_tile_rowcol()
|
H A D | translate-a64.c | 1977 tcg_gen_xori_i32(cpu_CF, cpu_CF, 1); in trans_CFINV() 2005 tcg_gen_xori_i32(cpu_ZF, cpu_ZF, 1); in trans_XAFLAG() 11757 tcg_gen_xori_i32(tcg_res, tcg_op, 0x8000); in disas_simd_two_reg_misc_fp16() 11809 tcg_gen_xori_i32(tcg_res, tcg_op, 0x8000); in disas_simd_two_reg_misc_fp16()
|
H A D | translate-sve.c | 2474 tcg_gen_xori_i32(last, last, 8 - (1 << esz)); in load_last_active() 3061 tcg_gen_xori_i32(cpu_VF, cpu_NF, 1); in trans_CTERM()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 309 #define tcg_gen_xori_tl tcg_gen_xori_i32
|
H A D | tcg-op-common.h | 88 void tcg_gen_xori_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 438 void tcg_gen_xori_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_xori_i32() function 456 tcg_gen_xori_i32(ret, arg, -1); in tcg_gen_not_i32() 754 tcg_gen_xori_i32(t, t, 31); in tcg_gen_ctz_i32() 1824 tcg_gen_xori_i32(TCGV_LOW(ret), TCGV_LOW(arg1), arg2); in tcg_gen_xori_i64() 1825 tcg_gen_xori_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), arg2 >> 32); in tcg_gen_xori_i64()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 2128 tcg_gen_xori_i32(tmp, src1, mask); in DISAS_INSN() 5206 tcg_gen_xori_i32(c->v1, c->v1, FPSR_CC_N); in gen_fcc_cond() 5213 tcg_gen_xori_i32(c->v1, fpsr, FPSR_CC_N); in gen_fcc_cond() 5252 tcg_gen_xori_i32(c->v1, c->v1, FPSR_CC_N); in gen_fcc_cond() 5259 tcg_gen_xori_i32(c->v1, fpsr, FPSR_CC_N); in gen_fcc_cond()
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 623 DO_TYPEBI(xori, false, tcg_gen_xori_i32) in DO_TYPEA()
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 1815 tcg_gen_xori_i32(tmp, tmp, 0x80000000); in trans_SAT()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 1279 tcg_gen_xori_i32(cpu_crf[6], cpu_crf[6], 0x2); 1309 tcg_gen_xori_i32(cpu_crf[6], cpu_crf[6], 0x2);
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 4159 tcg_gen_xori_i32(dst, src, INT32_MIN); in gen_fneg_f()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 1316 tcg_gen_xori_i32(dst, src, 1u << 31); in gen_op_fnegs()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 3193 tcg_gen_xori_i32(ofs, ofs, 7 >> sew);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 9570 tcg_gen_xori_i32(fp0, fp0, 1UL << 31); in gen_farith() 11159 tcg_gen_xori_i32(hflags, hflags, MIPS_HFLAG_M16); in gen_branch()
|