Searched refs:tcg_gen_gvec_cmpi (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-gvec-common.h | 379 void tcg_gen_gvec_cmpi(TCGCond cond, unsigned vece, uint32_t dofs,
|
/openbmc/qemu/target/arm/tcg/ |
H A D | gengvec.c | 81 { tcg_gen_gvec_cmpi(COND, vece, d, m, 0, opr_sz, max_sz); }
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 3981 void tcg_gen_gvec_cmpi(TCGCond cond, unsigned vece, uint32_t dofs, in tcg_gen_gvec_cmpi() function
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 4557 tcg_gen_gvec_cmpi(cond, mop, vd_ofs, vj_ofs, a->imm, oprsz, ctx->vl / 8);
|