Home
last modified time | relevance | path

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

/qemu/target/sh4/
H A Dtranslate.c470 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 Dtranslate-m-nocp.c136 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 Dtranslate.h431 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 Dtranslate-sme.c77 tcg_gen_xori_i32(tmp, tmp, 8 - (1 << esz)); in get_tile_rowcol()
H A Dtranslate-sve.c2498 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 Dtranslate-a64.c2182 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 Dtcg-op.h322 #define tcg_gen_xori_tl tcg_gen_xori_i32
H A Dtcg-op-common.h89 void tcg_gen_xori_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2);
/qemu/tcg/
H A Dtcg-op.c441 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 Dtranslate.c2129 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 Dtranslate.c605 DO_TYPEBI(xori, false, tcg_gen_xori_i32) in DO_TYPEA()
/qemu/target/rx/
H A Dtranslate.c1815 tcg_gen_xori_i32(tmp, tmp, 0x80000000); in trans_SAT()
/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc1279 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 Dtranslate.c4156 tcg_gen_xori_i32(dst, src, INT32_MIN); in gen_fneg_f()
/qemu/target/sparc/
H A Dtranslate.c1312 tcg_gen_xori_i32(dst, src, 1u << 31); in gen_op_fnegs()
/qemu/target/mips/tcg/
H A Dtranslate.c9354 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 Dtrans_rvv.c.inc3582 tcg_gen_xori_i32(ofs, ofs, 7 >> sew);