/qemu/target/sh4/ |
H A D | translate.c | 470 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_FR); in _decode_opc() 475 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_SZ); in _decode_opc() 480 tcg_gen_xori_i32(cpu_fpscr, cpu_fpscr, FPSCR_PR); in _decode_opc() 778 tcg_gen_xori_i32(cpu_sr_t, t1, 1); in _decode_opc() 883 tcg_gen_xori_i32(t0, t0, 0x1f); in _decode_opc() 905 tcg_gen_xori_i32(t0, t0, 0x1f); in _decode_opc() 1153 tcg_gen_xori_i32(cpu_delayed_cond, cpu_sr_t, 1); in _decode_opc() 1288 tcg_gen_xori_i32(REG(0), REG(0), B7_0); in _decode_opc() 1297 tcg_gen_xori_i32(val, val, B7_0); in _decode_opc() 1690 tcg_gen_xori_i32(FREG(B11_8), FREG(B11_8), 0x80000000); in _decode_opc()
|
/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 | 431 tcg_gen_xori_i32(d, s, 1u << 15); in gen_vfp_negh() 436 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-sve.c | 2498 tcg_gen_xori_i32(last, last, 8 - (1 << esz)); in load_last_active() 3085 tcg_gen_xori_i32(cpu_VF, cpu_NF, 1); in trans_CTERM()
|
H A D | translate-a64.c | 2182 tcg_gen_xori_i32(cpu_CF, cpu_CF, 1); in trans_CFINV() 2210 tcg_gen_xori_i32(cpu_ZF, cpu_ZF, 1); in trans_XAFLAG()
|
/qemu/include/tcg/ |
H A D | tcg-op.h | 322 #define tcg_gen_xori_tl tcg_gen_xori_i32
|
H A D | tcg-op-common.h | 89 void tcg_gen_xori_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2);
|
/qemu/tcg/ |
H A D | tcg-op.c | 441 void tcg_gen_xori_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_xori_i32() function 460 tcg_gen_xori_i32(ret, arg, -1); in tcg_gen_not_i32() 757 tcg_gen_xori_i32(t, t, 31); in tcg_gen_ctz_i32() 1783 tcg_gen_xori_i32(TCGV_LOW(ret), TCGV_LOW(arg1), arg2); in tcg_gen_xori_i64() 1784 tcg_gen_xori_i32(TCGV_HIGH(ret), TCGV_HIGH(arg1), arg2 >> 32); in tcg_gen_xori_i64()
|
/qemu/target/m68k/ |
H A D | translate.c | 2129 tcg_gen_xori_i32(tmp, src1, mask); in DISAS_INSN() 5207 tcg_gen_xori_i32(c->v1, c->v1, FPSR_CC_N); in gen_fcc_cond() 5214 tcg_gen_xori_i32(c->v1, fpsr, FPSR_CC_N); in gen_fcc_cond() 5253 tcg_gen_xori_i32(c->v1, c->v1, FPSR_CC_N); in gen_fcc_cond() 5260 tcg_gen_xori_i32(c->v1, fpsr, FPSR_CC_N); in gen_fcc_cond()
|
/qemu/target/microblaze/ |
H A D | translate.c | 605 DO_TYPEBI(xori, false, tcg_gen_xori_i32) in DO_TYPEA()
|
/qemu/target/rx/ |
H A D | translate.c | 1815 tcg_gen_xori_i32(tmp, tmp, 0x80000000); in trans_SAT()
|
/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);
|
/qemu/target/hppa/ |
H A D | translate.c | 4156 tcg_gen_xori_i32(dst, src, INT32_MIN); in gen_fneg_f()
|
/qemu/target/sparc/ |
H A D | translate.c | 1312 tcg_gen_xori_i32(dst, src, 1u << 31); in gen_op_fnegs()
|
/qemu/target/mips/tcg/ |
H A D | translate.c | 9354 tcg_gen_xori_i32(fp0, fp0, 1UL << 31); in gen_farith() 10943 tcg_gen_xori_i32(hflags, hflags, MIPS_HFLAG_M16); in gen_branch()
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 3582 tcg_gen_xori_i32(ofs, ofs, 7 >> sew);
|