Home
last modified time | relevance | path

Searched refs:tcg_gen_or_i32 (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-m-nocp.c138 tcg_gen_or_i32(sfpa, sfpa, aspen); in trans_VSCCLRM()
301 tcg_gen_or_i32(fpca, fpca, aspen); in gen_branch_fpInactive()
346 tcg_gen_or_i32(fpscr, fpscr, tmp); in gen_M_fp_sysreg_write()
483 tcg_gen_or_i32(tmp, tmp, sfpa); in gen_M_fp_sysreg_read()
536 tcg_gen_or_i32(tmp, tmp, sfpa); in gen_M_fp_sysreg_read()
H A Dtranslate-neon.c2081 tcg_gen_or_i32(var, var, tmp); in gen_neon_dup_low16()
2089 tcg_gen_or_i32(var, var, tmp); in gen_neon_dup_high16()
3114 tcg_gen_or_i32(tmp2, tmp2, tmp); in trans_VCVT_F16_F32()
3122 tcg_gen_or_i32(tmp3, tmp3, tmp); in trans_VCVT_F16_F32()
3593 tcg_gen_or_i32(rd, rd, tmp); in gen_neon_trn_u8()
3598 tcg_gen_or_i32(t1, t1, tmp); in gen_neon_trn_u8()
3611 tcg_gen_or_i32(rd, rd, tmp); in gen_neon_trn_u16()
3614 tcg_gen_or_i32(t1, t1, tmp); in gen_neon_trn_u16()
H A Dtranslate.c427 tcg_gen_or_i32(dest, var, tmp); in gen_rev16()
609 tcg_gen_or_i32(var, var, tmp); in gen_arm_shift_im()
1966 tcg_gen_or_i32(tmp, tmp, tmp2); in disas_iwmmxt_insn()
1972 tcg_gen_or_i32(tmp, tmp, tmp2); in disas_iwmmxt_insn()
1977 tcg_gen_or_i32(tmp, tmp, tmp2); in disas_iwmmxt_insn()
2661 tcg_gen_or_i32(tmp, tmp, t0); in gen_set_psr()
3251 tcg_gen_or_i32(cpu_ZF, lo, hi); in gen_logicq_cc()
3856 DO_ANY3(ORR, tcg_gen_or_i32, a->s, STREG_NORMAL)
H A Dgengvec.c2201 tcg_gen_or_i32(t, a, b); in gen_srhadd_i32()
2273 tcg_gen_or_i32(t, a, b); in gen_urhadd_i32()
H A Dtranslate-a64.c760 tcg_gen_or_i32(cpu_ZF, cpu_ZF, cpu_NF); in gen_set_NZ64()
2000 tcg_gen_or_i32(cpu_NF, cpu_CF, z); in trans_XAFLAG()
2012 tcg_gen_or_i32(cpu_CF, cpu_CF, z); in trans_XAFLAG()
7183 tcg_gen_or_i32(cpu_NF, cpu_NF, tcg_t1); in disas_cc()
7198 tcg_gen_or_i32(cpu_ZF, cpu_ZF, tcg_t0); in disas_cc()
7201 tcg_gen_or_i32(cpu_CF, cpu_CF, tcg_t0); in disas_cc()
7210 tcg_gen_or_i32(cpu_VF, cpu_VF, tcg_t1); in disas_cc()
/openbmc/qemu/target/sh4/
H A Dtranslate.c191 tcg_gen_or_i32(dst, dst, t0); in gen_read_sr()
193 tcg_gen_or_i32(dst, dst, t0); in gen_read_sr()
195 tcg_gen_or_i32(dst, cpu_sr, t0); in gen_read_sr()
689 tcg_gen_or_i32(REG(B11_8), high, low); in _decode_opc()
768 tcg_gen_or_i32(REG(B11_8), REG(B11_8), cpu_sr_t); in _decode_opc()
873 tcg_gen_or_i32(REG(B11_8), REG(B11_8), REG(B7_4)); in _decode_opc()
1599 tcg_gen_or_i32(REG(B11_8), REG(B11_8), tmp); in _decode_opc()
1608 tcg_gen_or_i32(REG(B11_8), REG(B11_8), tmp); in _decode_opc()
2131 tcg_gen_or_i32(REG(op_dst), REG(ld_dst), op_arg); in decode_gusa()
/openbmc/qemu/target/m68k/
H A Dtranslate.c1336 tcg_gen_or_i32(tmp, tmp, tmp2); in gen_cc_cond()
1891 tcg_gen_or_i32(dest, src1, tmp); in DISAS_INSN()
2156 tcg_gen_or_i32(sr, sr, ccr); in gen_get_sr()
2256 tcg_gen_or_i32(dest, src1, im); in DISAS_INSN()
2639 tcg_gen_or_i32(reg, src1, src2); in DISAS_INSN()
3039 tcg_gen_or_i32(dest, src, reg); in DISAS_INSN()
3043 tcg_gen_or_i32(dest, src, reg); in DISAS_INSN()
3643 tcg_gen_or_i32(reg, shl, shr); in rotate_x()
3645 tcg_gen_or_i32(reg, reg, shx); in rotate_x()
3705 tcg_gen_or_i32(lo, lo, hi); in rotate32_x()
[all …]
/openbmc/qemu/tcg/
H A Dtcg-op.c416 void tcg_gen_or_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_or_i32() function
429 tcg_gen_or_i32(ret, arg1, tcg_constant_i32(arg2)); in tcg_gen_ori_i32()
684 tcg_gen_or_i32(ret, arg1, arg2); in tcg_gen_nor_i32()
696 tcg_gen_or_i32(ret, arg1, t0); in tcg_gen_orc_i32()
819 tcg_gen_or_i32(ret, t0, t1); in tcg_gen_rotl_i32()
839 tcg_gen_or_i32(ret, t0, t1); in tcg_gen_rotli_i32()
857 tcg_gen_or_i32(ret, t0, t1); in tcg_gen_rotr_i32()
917 tcg_gen_or_i32(ret, ret, t1); in tcg_gen_deposit_i32()
1338 tcg_gen_or_i32(ret, t0, t1); /* ret = ..ba (OZ) */ in tcg_gen_bswap16_i32()
1365 tcg_gen_or_i32(ret, t0, t1); /* ret = badc */ in tcg_gen_bswap32_i32()
[all …]
H A Dtcg-op-gvec.c2055 tcg_gen_or_i32(t1, a, m); in tcg_gen_vec_sub8_i32()
2978 tcg_gen_or_i32(d, d, s); /* include sign extension */ in tcg_gen_vec_sar8i_i32()
2992 tcg_gen_or_i32(d, d, s); /* include sign extension */ in tcg_gen_vec_sar16i_i32()
/openbmc/qemu/target/rx/
H A Dtranslate.c862 tcg_gen_or_i32(cpu_psw_s, arg1, arg2); in rx_or()
1293 tcg_gen_or_i32(cpu_psw_o, cpu_psw_o, tmp); in trans_SHLL_irr()
1323 tcg_gen_or_i32(cpu_psw_o, cpu_psw_o, tmp); in trans_SHLL_rr()
1426 tcg_gen_or_i32(cpu_regs[a->rd], cpu_regs[a->rd], cpu_psw_c); in trans_ROLC()
1441 tcg_gen_or_i32(cpu_regs[a->rd], cpu_regs[a->rd], cpu_psw_c); in trans_RORC()
1518 tcg_gen_or_i32(cpu_regs[a->rd], cpu_regs[a->rd], tmp); in trans_REVW()
1902 tcg_gen_or_i32(val, val, mask); in rx_bsetm()
1936 tcg_gen_or_i32(reg, reg, mask); in rx_bsetr()
/openbmc/qemu/target/microblaze/
H A Dtranslate.c518 DO_TYPEA(or, false, tcg_gen_or_i32) in DO_TYPEA_CFG()
1304 tcg_gen_or_i32(d, cpu_msr, t); in msr_read()
1511 tcg_gen_or_i32(cpu_msr, cpu_msr, tmp); in do_rti()
1521 tcg_gen_or_i32(cpu_msr, cpu_msr, tmp); in do_rtb()
1532 tcg_gen_or_i32(cpu_msr, cpu_msr, tmp); in do_rte()
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_fmov.c.inc106 tcg_gen_or_i32(fcsr0, fcsr0, temp);
/openbmc/qemu/target/ppc/
H A Dtranslate.c1766 tcg_gen_or_i32(t2, t2, t3); in gen_op_arith_divw()
1847 tcg_gen_or_i32(t2, t2, t3); in gen_op_arith_modw()
3866 GEN_CRLOGIC(cror, tcg_gen_or_i32, 0x0E);
4014 tcg_gen_or_i32(dst, dst, t0); in gen_mcrxr()
4015 tcg_gen_or_i32(dst, dst, t1); in gen_mcrxr()
4059 tcg_gen_or_i32(t0, t0, cpu_crf[1]); in gen_mfcr()
4061 tcg_gen_or_i32(t0, t0, cpu_crf[2]); in gen_mfcr()
4063 tcg_gen_or_i32(t0, t0, cpu_crf[3]); in gen_mfcr()
4065 tcg_gen_or_i32(t0, t0, cpu_crf[4]); in gen_mfcr()
4067 tcg_gen_or_i32(t0, t0, cpu_crf[5]); in gen_mfcr()
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dmxu_translate.c1791 tcg_gen_or_i32(mxu_gpr[XRa - 1], mxu_gpr[XRb - 1], mxu_gpr[XRc - 1]); in gen_mxu_S32OR()
2223 tcg_gen_or_i32(mxu_gpr[XRa - 1], t2, t0); in gen_mxu_D16MAX_D16MIN()
2257 tcg_gen_or_i32(mxu_gpr[XRa - 1], t2, t0); in gen_mxu_D16MAX_D16MIN()
2319 tcg_gen_or_i32(t2, t2, t0); in gen_mxu_Q8MAX_Q8MIN()
2358 tcg_gen_or_i32(t2, t2, t0); in gen_mxu_Q8MAX_Q8MIN()
4208 tcg_gen_or_i32(mxu_gpr[XRa - 1], t0, t1); in gen_mxu_S32ALNI()
4231 tcg_gen_or_i32(mxu_gpr[XRa - 1], t0, t1); in gen_mxu_S32ALNI()
4254 tcg_gen_or_i32(mxu_gpr[XRa - 1], t0, t1); in gen_mxu_S32ALNI()
H A Dtranslate.c8947 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1()
8971 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1()
8973 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1()
8975 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1()
11188 tcg_gen_or_i32(hflags, hflags, t1); in gen_branch()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h306 #define tcg_gen_or_tl tcg_gen_or_i32
H A Dtcg-op-common.h174 void tcg_gen_or_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2);
/openbmc/qemu/target/xtensa/
H A Dtranslate.c1430 [BOOLEAN_OR] = tcg_gen_or_i32, in translate_boolean()
1923 tcg_gen_or_i32(arg[0].out, arg[1].in, arg[2].in); in translate_or()
2063 tcg_gen_or_i32(cpu_SR[WINDOW_START], in translate_rfw()
2112 tcg_gen_or_i32(tmp, tmp, cpu_SR[PTEVADDR]); in translate_rsr_ptevaddr()
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc318 tcg_gen_or_i32(crf, crf, src2lo);
H A Dvmx-impl.c.inc3352 tcg_gen_or_i32(t0, t0, t1); \
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc2061 tcg_gen_or_i32(d, d, t);
/openbmc/qemu/target/sparc/
H A Dtranslate.c4976 TRANS(FORs, VIS1, do_fff, a, tcg_gen_or_i32) in TRANS()