Home
last modified time | relevance | path

Searched refs:tcg_gen_or_i64 (Results 1 – 25 of 29) sorted by relevance

12

/qemu/target/arm/tcg/
H A Dgengvec64.c61 tcg_gen_or_i64(d, d, t); in gen_xar8_i64()
74 tcg_gen_or_i64(d, d, t); in gen_xar16_i64()
204 tcg_gen_or_i64(qc, qc, t); in gen_suqadd_bhs()
220 tcg_gen_or_i64(qc, qc, t); in gen_suqadd_d()
289 tcg_gen_or_i64(qc, qc, tmp); in gen_usqadd_bhs()
312 tcg_gen_or_i64(qc, qc, tmp); in gen_usqadd_d()
H A Dgengvec.c676 tcg_gen_or_i64(d, d, t); in gen_shr8_ins_i64()
687 tcg_gen_or_i64(d, d, t); in gen_shr16_ins_i64()
766 tcg_gen_or_i64(d, d, t); in gen_shl8_ins_i64()
777 tcg_gen_or_i64(d, d, t); in gen_shl16_ins_i64()
1360 tcg_gen_or_i64(qc, qc, tmp); in gen_uqadd_bhs()
1371 tcg_gen_or_i64(qc, qc, t); in gen_uqadd_d()
1429 tcg_gen_or_i64(qc, qc, tmp); in gen_sqadd_bhs()
1451 tcg_gen_or_i64(qc, qc, t0); in gen_sqadd_d()
1506 tcg_gen_or_i64(qc, qc, tmp); in gen_uqsub_bhs()
1516 tcg_gen_or_i64(qc, qc, t); in gen_uqsub_d()
[all …]
H A Dtranslate-sve.c600 tcg_gen_or_i64(d, n, m); in TRANS_FEAT()
633 tcg_gen_or_i64(m, m, k); in TRANS_FEAT()
637 tcg_gen_or_i64(d, n, m); in TRANS_FEAT()
1423 tcg_gen_or_i64(pd, pn, pm); in gen_orr_pg_i64()
1482 tcg_gen_or_i64(pd, pn, pm); in gen_nor_pg_i64()
6659 tcg_gen_or_i64(d, d, n); in TRANS_FEAT()
H A Dtranslate-a64.c207 tcg_gen_or_i64(dst, dst, src); in gen_top_byte_ignore()
3012 tcg_gen_or_i64(tmp, a, b); in gen_store_exclusive()
8133 tcg_gen_or_i64(cpu_reg(s, a->rd), cpu_reg(s, a->rm), t); in trans_GMI()
8174 tcg_gen_or_i64(tcg_rd, tcg_rd, tcg_tmp); in gen_rev16_xx()
8322 return do_logic_reg(s, a, tcg_gen_or_i64, tcg_gen_orc_i64, false); in trans_ORR_r()
/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc513 tcg_gen_or_i64(avr, avr, carry);
554 tcg_gen_or_i64(avr, avr, carry);
610 tcg_gen_or_i64(result[j], result[j], tmp);
618 tcg_gen_or_i64(result[j], result[j], tmp);
936 tcg_gen_or_i64(hi, hi, lo);
964 tcg_gen_or_i64(ml, t1, ml);
975 tcg_gen_or_i64(tl, t1, tl);
1024 tcg_gen_or_i64(t0, al, t0);
1028 tcg_gen_or_i64(t1, ah, t1);
1044 tcg_gen_or_i64(t0, t0, n);
[all …]
H A Dvsx-impl.c.inc159 tcg_gen_or_i64(outh, t0, t1);
166 tcg_gen_or_i64(outl, t0, t1);
607 tcg_gen_or_i64(xb, xb, sgm); \
619 tcg_gen_or_i64(xb, xb, xa); \
656 tcg_gen_or_i64(xbh, xbh, sgm); \
667 tcg_gen_or_i64(xbh, xbh, xah); \
750 tcg_gen_or_i64(t, a, b);
757 tcg_gen_or_i64(t, a, b);
1766 tcg_gen_or_i64(all_false, t0, t1);
1774 tcg_gen_or_i64(t0, all_false, all_true);
[all …]
H A Dfp-impl.c.inc507 tcg_gen_or_i64(fpscr_masked, fpscr_masked, set_mask);
/qemu/tcg/
H A Dtcg-op.c1610 void tcg_gen_or_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_or_i64() function
1776 tcg_gen_or_i64(ret, arg1, tcg_constant_i64(arg2)); in tcg_gen_ori_i64()
2131 tcg_gen_or_i64(ret, t0, t1); /* ret = ......ba (OZ) */ in tcg_gen_bswap16_i64()
2171 tcg_gen_or_i64(ret, t0, t1); /* ret = ....badc */ in tcg_gen_bswap32_i64()
2180 tcg_gen_or_i64(ret, t0, t1); /* ret = ssssdcba (OS) */ in tcg_gen_bswap32_i64()
2219 tcg_gen_or_i64(ret, t0, t1); /* ret = badcfehg */ in tcg_gen_bswap64_i64()
2226 tcg_gen_or_i64(ret, t0, t1); /* ret = dcbahgfe */ in tcg_gen_bswap64_i64()
2230 tcg_gen_or_i64(ret, t0, t1); /* ret = hgfedcba */ in tcg_gen_bswap64_i64()
2256 tcg_gen_or_i64(ret, t0, t1); /* ret = ghefcdab */ in tcg_gen_hswap_i64()
2334 tcg_gen_or_i64(ret, arg1, arg2); in tcg_gen_nor_i64()
[all …]
H A Dtcg-op-gvec.c2044 tcg_gen_or_i64(t1, a, m); in gen_subv_mask()
2620 .fni8 = tcg_gen_or_i64, in tcg_gen_gvec_or()
2801 .fni8 = tcg_gen_or_i64,
2964 tcg_gen_or_i64(d, d, s); /* include sign extension */ in tcg_gen_vec_sar8i_i64()
2978 tcg_gen_or_i64(d, d, s); /* include sign extension */ in tcg_gen_vec_sar16i_i64()
3055 tcg_gen_or_i64(d, d, a); in tcg_gen_vec_rotl8i_i64()
3066 tcg_gen_or_i64(d, d, a); in tcg_gen_vec_rotl16i_i64()
3996 tcg_gen_or_i64(d, d, t); in tcg_gen_bitsel_i64()
H A Dtcg-op-ldst.c1037 tcg_gen_or_i64(t0, t0, t1); in tcg_gen_nonatomic_cmpxchg_i128_int()
/qemu/target/mips/tcg/
H A Dmsa_translate.c212 tcg_gen_or_i64(t0, t0, t1); in gen_check_zero_element()
232 tcg_gen_or_i64(t0, msa_wr_d[wt << 1], msa_wr_d[(wt << 1) + 1]); in gen_msa_BxZ_V()
H A Dtx79_translate.c194 return trans_parallel_arith(ctx, a, tcg_gen_or_i64); in trans_POR()
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_bit.c.inc150 tcg_gen_or_i64(dest, t1, t0);
H A Dtrans_vec.c.inc4762 tcg_gen_or_i64(t1, al, ah); \
4806 tcg_gen_or_i64(t1, d[0], d[1]); \
4807 tcg_gen_or_i64(t2, d[2], d[3]); \
4808 tcg_gen_or_i64(t1, t2, t1); \
/qemu/target/s390x/tcg/
H A Dtranslate.c1417 tcg_gen_or_i64(o->out, o->out, t); in save_link_info()
1420 tcg_gen_or_i64(o->out, o->out, t); in save_link_info()
2016 tcg_gen_or_i64(o->out, o->out, t); in op_cps()
2061 tcg_gen_or_i64(cc_dst, cc_dst, cc_src); in op_cdsg()
2646 tcg_gen_or_i64(o->out, o->in1, o->in2); in op_lao()
3484 tcg_gen_or_i64(o->out, o->in1, o->in2); in op_or()
3496 tcg_gen_or_i64(o->out, o->in1, t); in op_ori()
3517 tcg_gen_or_i64(o->out, o->in1, o->in2); in op_oi()
3666 tcg_gen_or_i64(o->out, o->out, o->in2); in op_risbg()
3711 tcg_gen_or_i64(o->out, o->out, o->in2); in op_rosbg()
[all …]
H A Dtranslate_vx.c.inc1315 tcg_gen_or_i64(d, d, t1);
2071 tcg_gen_or_i64(d, d, t);
/qemu/target/hppa/
H A Dtranslate.c1109 tcg_gen_or_i64(sv, sv, tmp); in do_add_sv()
1139 tcg_gen_or_i64(tmp, tmp, get_carry(ctx, d, cb, cb_msb)); in do_add_uv()
1582 tcg_gen_or_i64(addr, addr, space_select(ctx, sp, base)); in form_gva()
2670 tcg_gen_or_i64(addr, atl, stl); in trans_ixtlbxf()
2867 return do_log_reg(ctx, a, tcg_gen_or_i64); in trans_or()
3215 tcg_gen_or_i64(dst, dst, tmp); in gen_mixh_l()
3231 tcg_gen_or_i64(dst, dst, tmp); in gen_mixh_r()
3692 tcg_gen_or_i64(dest, dest, t); in trans_shrp_sar()
3917 tcg_gen_or_i64(dest, dest, tmp); in do_dep_sar()
/qemu/include/tcg/
H A Dtcg-op.h198 #define tcg_gen_or_tl tcg_gen_or_i64
H A Dtcg-op-common.h289 void tcg_gen_or_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2);
/qemu/target/riscv/insn_trans/
H A Dtrans_rvf.c.inc311 tcg_gen_or_i64(dest, dest, rs2);
H A Dtrans_rvzfh.c.inc306 tcg_gen_or_i64(dest, dest, rs2);
/qemu/target/alpha/
H A Dtranslate.c777 tcg_gen_or_i64(vc, vc, tmp); in IEEE_INTCVT()
1686 tcg_gen_or_i64(vc, va, vb); in translate_one()
/qemu/target/hexagon/
H A Dgenptr.c1125 tcg_gen_or_i64(result, result, tmp); in gen_insert_rp()
/qemu/target/i386/tcg/
H A Demit.c.inc1829 tcg_gen_or_i64(t0, t0, t1);
2975 tcg_gen_or_i64(d, d, t);
2977 tcg_gen_or_i64(d, d, t);
2979 tcg_gen_or_i64(d, d, t);
/qemu/target/ppc/
H A Dtranslate.c1833 tcg_gen_or_i64(t2, t2, t3); in gen_op_arith_divd()
1902 tcg_gen_or_i64(t2, t2, t3); in gen_op_arith_modd()
5805 tcg_gen_or_i64(cpu_gpr[rA(ctx->opcode)], t1, t2); in gen_brh()

12