Searched refs:expand_cmp_vec (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 3712 static void expand_cmp_vec(unsigned vece, uint32_t dofs, uint32_t aofs, in expand_cmp_vec() function 3793 expand_cmp_vec(vece, dofs, aofs, bofs, some, 32, TCG_TYPE_V256, cond); in tcg_gen_gvec_cmp() 3804 expand_cmp_vec(vece, dofs, aofs, bofs, oprsz, 16, TCG_TYPE_V128, cond); in tcg_gen_gvec_cmp() 3807 expand_cmp_vec(vece, dofs, aofs, bofs, oprsz, 8, TCG_TYPE_V64, cond); in tcg_gen_gvec_cmp()
|