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.c469 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()
/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.h426 tcg_gen_xori_i32(d, s, 1u << 15); in gen_vfp_negh()
431 tcg_gen_xori_i32(d, s, 1u << 31); in gen_vfp_negs()
H A Dtranslate-sme.c69 tcg_gen_xori_i32(tmp, tmp, 8 - (1 << esz)); in get_tile_rowcol()
H A Dtranslate-a64.c1970 tcg_gen_xori_i32(cpu_CF, cpu_CF, 1); in trans_CFINV()
1998 tcg_gen_xori_i32(cpu_ZF, cpu_ZF, 1); in trans_XAFLAG()
11931 tcg_gen_xori_i32(tcg_res, tcg_op, 0x8000); in disas_simd_two_reg_misc_fp16()
11983 tcg_gen_xori_i32(tcg_res, tcg_op, 0x8000); in disas_simd_two_reg_misc_fp16()
H A Dtranslate-sve.c2460 tcg_gen_xori_i32(last, last, 8 - (1 << esz)); in load_last_active()
3047 tcg_gen_xori_i32(cpu_VF, cpu_NF, 1); in trans_CTERM()
/qemu/include/tcg/
H A Dtcg-op.h309 #define tcg_gen_xori_tl tcg_gen_xori_i32
H A Dtcg-op-common.h88 void tcg_gen_xori_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2);
/qemu/tcg/
H A Dtcg-op.c438 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()
/qemu/target/m68k/
H A Dtranslate.c2123 tcg_gen_xori_i32(tmp, src1, mask); in DISAS_INSN()
5201 tcg_gen_xori_i32(c->v1, c->v1, FPSR_CC_N); in gen_fcc_cond()
5208 tcg_gen_xori_i32(c->v1, fpsr, FPSR_CC_N); in gen_fcc_cond()
5247 tcg_gen_xori_i32(c->v1, c->v1, FPSR_CC_N); in gen_fcc_cond()
5254 tcg_gen_xori_i32(c->v1, fpsr, FPSR_CC_N); in gen_fcc_cond()
/qemu/target/microblaze/
H A Dtranslate.c623 DO_TYPEBI(xori, false, tcg_gen_xori_i32) in DO_TYPEA()
/qemu/target/rx/
H A Dtranslate.c1814 tcg_gen_xori_i32(tmp, tmp, 0x80000000); in trans_SAT()
/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc1323 tcg_gen_xori_i32(cpu_crf[6], cpu_crf[6], 0x2);
1353 tcg_gen_xori_i32(cpu_crf[6], cpu_crf[6], 0x2);
/qemu/target/hppa/
H A Dtranslate.c4159 tcg_gen_xori_i32(dst, src, INT32_MIN); in gen_fneg_f()
/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc3193 tcg_gen_xori_i32(ofs, ofs, 7 >> sew);
/qemu/target/sparc/
H A Dtranslate.c1316 tcg_gen_xori_i32(dst, src, 1u << 31); in gen_op_fnegs()
/qemu/target/mips/tcg/
H A Dtranslate.c9570 tcg_gen_xori_i32(fp0, fp0, 1UL << 31); in gen_farith()
11159 tcg_gen_xori_i32(hflags, hflags, MIPS_HFLAG_M16); in gen_branch()