Home
last modified time | relevance | path

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

12

/openbmc/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.c593 tcg_gen_or_i64(d, n, m); in TRANS_FEAT()
632 tcg_gen_or_i64(m, m, k); in TRANS_FEAT()
636 tcg_gen_or_i64(d, n, m); in TRANS_FEAT()
1418 tcg_gen_or_i64(pd, pn, pm); in gen_orr_pg_i64()
1477 tcg_gen_or_i64(pd, pn, pm); in gen_nor_pg_i64()
6573 tcg_gen_or_i64(d, d, n); in TRANS_FEAT()
H A Dtranslate-a64.c219 tcg_gen_or_i64(dst, dst, src); in gen_top_byte_ignore()
2823 tcg_gen_or_i64(tmp, a, b); in gen_store_exclusive()
7609 tcg_gen_or_i64(tcg_rd, tcg_rn, tcg_rm); in disas_logic_reg()
8224 tcg_gen_or_i64(tcg_rd, tcg_rd, tcg_tmp); in handle_rev16()
8581 tcg_gen_or_i64(cpu_reg(s, rd), cpu_reg(s, rm), t); in disas_data_proc_2src()
/openbmc/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);
/openbmc/qemu/tcg/
H A Dtcg-op.c1654 void tcg_gen_or_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_or_i64() function
1824 tcg_gen_or_i64(ret, arg1, tcg_constant_i64(arg2)); in tcg_gen_ori_i64()
2226 tcg_gen_or_i64(ret, t0, t1); /* ret = ......ba (OZ) */ in tcg_gen_bswap16_i64()
2266 tcg_gen_or_i64(ret, t0, t1); /* ret = ....badc */ in tcg_gen_bswap32_i64()
2275 tcg_gen_or_i64(ret, t0, t1); /* ret = ssssdcba (OS) */ in tcg_gen_bswap32_i64()
2314 tcg_gen_or_i64(ret, t0, t1); /* ret = badcfehg */ in tcg_gen_bswap64_i64()
2321 tcg_gen_or_i64(ret, t0, t1); /* ret = dcbahgfe */ in tcg_gen_bswap64_i64()
2325 tcg_gen_or_i64(ret, t0, t1); /* ret = hgfedcba */ in tcg_gen_bswap64_i64()
2351 tcg_gen_or_i64(ret, t0, t1); /* ret = ghefcdab */ in tcg_gen_hswap_i64()
2429 tcg_gen_or_i64(ret, arg1, arg2); in tcg_gen_nor_i64()
[all …]
H A Dtcg-op-gvec.c2043 tcg_gen_or_i64(t1, a, m); in gen_subv_mask()
2619 .fni8 = tcg_gen_or_i64, in tcg_gen_gvec_or()
2800 .fni8 = tcg_gen_or_i64,
2963 tcg_gen_or_i64(d, d, s); /* include sign extension */ in tcg_gen_vec_sar8i_i64()
2977 tcg_gen_or_i64(d, d, s); /* include sign extension */ in tcg_gen_vec_sar16i_i64()
3054 tcg_gen_or_i64(d, d, a); in tcg_gen_vec_rotl8i_i64()
3065 tcg_gen_or_i64(d, d, a); in tcg_gen_vec_rotl16i_i64()
3995 tcg_gen_or_i64(d, d, t); in tcg_gen_bitsel_i64()
H A Dtcg-op-ldst.c1086 tcg_gen_or_i64(t0, t0, t1); in tcg_gen_nonatomic_cmpxchg_i128_int()
/openbmc/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()
/openbmc/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); \
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1421 tcg_gen_or_i64(o->out, o->out, t); in save_link_info()
1424 tcg_gen_or_i64(o->out, o->out, t); in save_link_info()
2020 tcg_gen_or_i64(o->out, o->out, t); in op_cps()
2065 tcg_gen_or_i64(cc_dst, cc_dst, cc_src); in op_cdsg()
2650 tcg_gen_or_i64(o->out, o->in1, o->in2); in op_lao()
3488 tcg_gen_or_i64(o->out, o->in1, o->in2); in op_or()
3500 tcg_gen_or_i64(o->out, o->in1, t); in op_ori()
3521 tcg_gen_or_i64(o->out, o->in1, o->in2); in op_oi()
3670 tcg_gen_or_i64(o->out, o->out, o->in2); in op_risbg()
3715 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);
/openbmc/qemu/target/hppa/
H A Dtranslate.c1107 tcg_gen_or_i64(sv, sv, tmp); in do_add_sv()
1137 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()
3217 tcg_gen_or_i64(dst, dst, tmp); in gen_mixh_l()
3233 tcg_gen_or_i64(dst, dst, tmp); in gen_mixh_r()
3695 tcg_gen_or_i64(dest, dest, t); in trans_shrp_sar()
3920 tcg_gen_or_i64(dest, dest, tmp); in do_dep_sar()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h186 #define tcg_gen_or_tl tcg_gen_or_i64
H A Dtcg-op-common.h284 void tcg_gen_or_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2);
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzfh.c.inc306 tcg_gen_or_i64(dest, dest, rs2);
H A Dtrans_rvf.c.inc311 tcg_gen_or_i64(dest, dest, rs2);
/openbmc/qemu/target/alpha/
H A Dtranslate.c776 tcg_gen_or_i64(vc, vc, tmp); in IEEE_INTCVT()
1685 tcg_gen_or_i64(vc, va, vb); in translate_one()
/openbmc/qemu/target/hexagon/
H A Dgenptr.c1132 tcg_gen_or_i64(result, result, tmp); in gen_insert_rp()
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc1809 tcg_gen_or_i64(t0, t0, t1);
2959 tcg_gen_or_i64(d, d, t);
2961 tcg_gen_or_i64(d, d, t);
2963 tcg_gen_or_i64(d, d, t);
/openbmc/qemu/target/ppc/
H A Dtranslate.c1805 tcg_gen_or_i64(t2, t2, t3); in gen_op_arith_divd()
1874 tcg_gen_or_i64(t2, t2, t3); in gen_op_arith_modd()
5780 tcg_gen_or_i64(cpu_gpr[rA(ctx->opcode)], t1, t2); in gen_brh()

12