/openbmc/qemu/target/arm/tcg/ |
H A D | translate-m-nocp.c | 138 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 D | translate-neon.c | 1986 tcg_gen_or_i32(var, var, tmp); in gen_neon_dup_low16() 1994 tcg_gen_or_i32(var, var, tmp); in gen_neon_dup_high16() 3018 tcg_gen_or_i32(tmp2, tmp2, tmp); in trans_VCVT_F16_F32() 3026 tcg_gen_or_i32(tmp3, tmp3, tmp); in trans_VCVT_F16_F32() 3497 tcg_gen_or_i32(rd, rd, tmp); in gen_neon_trn_u8() 3502 tcg_gen_or_i32(t1, t1, tmp); in gen_neon_trn_u8() 3515 tcg_gen_or_i32(rd, rd, tmp); in gen_neon_trn_u16() 3518 tcg_gen_or_i32(t1, t1, tmp); in gen_neon_trn_u16()
|
H A D | translate.c | 430 tcg_gen_or_i32(dest, var, tmp); in gen_rev16() 612 tcg_gen_or_i32(var, var, tmp); in gen_arm_shift_im() 1969 tcg_gen_or_i32(tmp, tmp, tmp2); in disas_iwmmxt_insn() 1975 tcg_gen_or_i32(tmp, tmp, tmp2); in disas_iwmmxt_insn() 1980 tcg_gen_or_i32(tmp, tmp, tmp2); in disas_iwmmxt_insn() 2664 tcg_gen_or_i32(tmp, tmp, t0); in gen_set_psr() 3254 tcg_gen_or_i32(cpu_ZF, lo, hi); in gen_logicq_cc() 3859 DO_ANY3(ORR, tcg_gen_or_i32, a->s, STREG_NORMAL)
|
H A D | gengvec.c | 2246 tcg_gen_or_i32(t, a, b); in gen_srhadd_i32() 2318 tcg_gen_or_i32(t, a, b); in gen_urhadd_i32()
|
H A D | translate-a64.c | 776 tcg_gen_or_i32(cpu_ZF, cpu_ZF, cpu_NF); in gen_set_NZ64() 2016 tcg_gen_or_i32(cpu_NF, cpu_CF, z); in trans_XAFLAG() 2028 tcg_gen_or_i32(cpu_CF, cpu_CF, z); in trans_XAFLAG() 8038 tcg_gen_or_i32(cpu_NF, cpu_NF, tcg_t1); in disas_cc() 8053 tcg_gen_or_i32(cpu_ZF, cpu_ZF, tcg_t0); in disas_cc() 8056 tcg_gen_or_i32(cpu_CF, cpu_CF, tcg_t0); in disas_cc() 8065 tcg_gen_or_i32(cpu_VF, cpu_VF, tcg_t1); in disas_cc()
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 191 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 D | translate.c | 1306 tcg_gen_or_i32(tmp, tmp, QREG_CC_C); in gen_cc_cond() 1341 tcg_gen_or_i32(tmp, tmp, tmp2); in gen_cc_cond() 1714 tcg_gen_or_i32(QREG_CC_Z, QREG_CC_Z, QREG_CC_C); in bcd_flags() 1896 tcg_gen_or_i32(dest, src1, tmp); in DISAS_INSN() 2161 tcg_gen_or_i32(sr, sr, ccr); in gen_get_sr() 2261 tcg_gen_or_i32(dest, src1, im); in DISAS_INSN() 2553 tcg_gen_or_i32(QREG_CC_Z, QREG_CC_Z, QREG_CC_N); /* !Z is sticky */ in DISAS_INSN() 2644 tcg_gen_or_i32(reg, src1, src2); in DISAS_INSN() 2774 tcg_gen_or_i32(QREG_CC_Z, QREG_CC_Z, QREG_CC_N); in DISAS_INSN() 3044 tcg_gen_or_i32(dest, src, reg); in DISAS_INSN() [all …]
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 422 void tcg_gen_or_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_or_i32() function 435 tcg_gen_or_i32(ret, arg1, tcg_constant_i32(arg2)); in tcg_gen_ori_i32() 691 tcg_gen_or_i32(ret, arg1, arg2); in tcg_gen_nor_i32() 703 tcg_gen_or_i32(ret, arg1, t0); in tcg_gen_orc_i32() 826 tcg_gen_or_i32(ret, t0, t1); in tcg_gen_rotl_i32() 846 tcg_gen_or_i32(ret, t0, t1); in tcg_gen_rotli_i32() 864 tcg_gen_or_i32(ret, t0, t1); in tcg_gen_rotr_i32() 924 tcg_gen_or_i32(ret, ret, t1); in tcg_gen_deposit_i32() 1345 tcg_gen_or_i32(ret, t0, t1); /* ret = ..ba (OZ) */ in tcg_gen_bswap16_i32() 1372 tcg_gen_or_i32(ret, t0, t1); /* ret = badc */ in tcg_gen_bswap32_i32() [all …]
|
H A D | tcg-op-gvec.c | 2068 tcg_gen_or_i32(t1, a, m); in tcg_gen_vec_sub8_i32() 2991 tcg_gen_or_i32(d, d, s); /* include sign extension */ in tcg_gen_vec_sar8i_i32() 3005 tcg_gen_or_i32(d, d, s); /* include sign extension */ in tcg_gen_vec_sar16i_i32()
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 862 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 D | translate.c | 518 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/ppc/ |
H A D | translate.c | 1601 tcg_gen_or_i32(cpu_crf[crf], cpu_crf[crf], t); in gen_op_cmp() 1763 tcg_gen_or_i32(t2, t2, t3); in gen_op_arith_divw() 1844 tcg_gen_or_i32(t2, t2, t3); in gen_op_arith_modw() 3849 tcg_gen_or_i32(cpu_crf[crbD(ctx->opcode) >> 2], t0, t1); \ 3863 GEN_CRLOGIC(cror, tcg_gen_or_i32, 0x0E); 4011 tcg_gen_or_i32(dst, dst, t0); in gen_mcrxr() 4012 tcg_gen_or_i32(dst, dst, t1); in gen_mcrxr() 4056 tcg_gen_or_i32(t0, t0, cpu_crf[1]); in gen_mfcr() 4058 tcg_gen_or_i32(t0, t0, cpu_crf[2]); in gen_mfcr() 4060 tcg_gen_or_i32(t0, t0, cpu_crf[3]); in gen_mfcr() [all …]
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_fmov.c.inc | 106 tcg_gen_or_i32(fcsr0, fcsr0, temp);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 1791 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 D | translate.c | 8730 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1() 8754 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1() 8756 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1() 8758 tcg_gen_or_i32(t0, t0, t1); in gen_compute_branch1() 10971 tcg_gen_or_i32(hflags, hflags, t1); in gen_branch()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 306 #define tcg_gen_or_tl tcg_gen_or_i32
|
H A D | tcg-op-common.h | 174 void tcg_gen_or_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2);
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 1430 [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 D | fixedpoint-impl.c.inc | 318 tcg_gen_or_i32(crf, crf, src2lo);
|
H A D | vmx-impl.c.inc | 3352 tcg_gen_or_i32(t0, t0, t1); \
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 2061 tcg_gen_or_i32(d, d, t);
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 5034 TRANS(FORs, VIS1, do_fff, a, tcg_gen_or_i32) in TRANS()
|