Searched refs:tcg_gen_gvec_2i (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | gengvec.c | 183 tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); in gen_gvec_ssra() 259 tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); in gen_gvec_usra() 370 tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); in gen_gvec_srshr() 462 tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); in gen_gvec_srsra() 563 tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); in gen_gvec_urshr() 665 tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); in gen_gvec_ursra() 751 tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); in gen_gvec_sri() 839 tcg_gen_gvec_2i(rd_ofs, rm_ofs, opr_sz, max_sz, shift, &ops[vece]); in gen_gvec_sli()
|
H A D | translate-sve.c | 6169 tcg_gen_gvec_2i(vec_full_reg_offset(s, a->rd), in do_shll_tb() 6505 tcg_gen_gvec_2i(vec_full_reg_offset(s, a->rd), in TRANS_FEAT()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-gvec-common.h | 232 void tcg_gen_gvec_2i(uint32_t dofs, uint32_t aofs, uint32_t oprsz,
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 1262 void tcg_gen_gvec_2i(uint32_t dofs, uint32_t aofs, uint32_t oprsz, in tcg_gen_gvec_2i() function 2884 tcg_gen_gvec_2i(dofs, aofs, oprsz, maxsz, shift, &g[vece]); in tcg_gen_gvec_shli() 2949 tcg_gen_gvec_2i(dofs, aofs, oprsz, maxsz, shift, &g[vece]); in tcg_gen_gvec_shri() 3042 tcg_gen_gvec_2i(dofs, aofs, oprsz, maxsz, shift, &g[vece]); in tcg_gen_gvec_sari() 3101 tcg_gen_gvec_2i(dofs, aofs, oprsz, maxsz, shift, &g[vece]); in tcg_gen_gvec_rotli()
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 1802 tcg_gen_gvec_2i(vd_ofs, vj_ofs, oprsz, maxsz, imm, &op[vece]); 1838 tcg_gen_gvec_2i(vd_ofs, vj_ofs, oprsz, maxsz, imm, &op[vece]); 1891 tcg_gen_gvec_2i(vd_ofs, vj_ofs, oprsz, maxsz, imm, &op[vece]); 1927 tcg_gen_gvec_2i(vd_ofs, vj_ofs, oprsz, maxsz, imm, &op[vece]); 3650 tcg_gen_gvec_2i(vd_ofs, vj_ofs, oprsz, maxsz, imm, &op); 4132 tcg_gen_gvec_2i(vd_ofs, vj_ofs, oprsz, maxsz, imm, &op[vece]); 4222 tcg_gen_gvec_2i(vd_ofs, vj_ofs, oprsz, maxsz, imm, &op[vece]); 4312 tcg_gen_gvec_2i(vd_ofs, vj_ofs, oprsz, maxsz, imm, &op[vece]); 4734 tcg_gen_gvec_2i(vec_full_offset(a->vd), vec_full_offset(a->vj),
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 1160 tcg_gen_gvec_2i(vsr_full_offset(a->xt), vsr_full_offset(a->xb),
|
H A D | vmx-impl.c.inc | 2435 tcg_gen_gvec_2i(avr_full_offset(a->vrt), avr_full_offset(a->vrb),
|