Lines Matching full:some
95 * However, some callers want to treat the data as a signed in simd_desc()
97 * and some want to treat it as an unsigned value. in simd_desc()
99 * field in at least one way. This means that some invalid in simd_desc()
1205 uint32_t some; in tcg_gen_gvec_2() local
1220 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_2()
1221 expand_2_vec(g->vece, dofs, aofs, some, 32, TCG_TYPE_V256, in tcg_gen_gvec_2()
1223 if (some == oprsz) { in tcg_gen_gvec_2()
1226 dofs += some; in tcg_gen_gvec_2()
1227 aofs += some; in tcg_gen_gvec_2()
1228 oprsz -= some; in tcg_gen_gvec_2()
1229 maxsz -= some; in tcg_gen_gvec_2()
1269 uint32_t some; in tcg_gen_gvec_2i() local
1284 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_2i()
1285 expand_2i_vec(g->vece, dofs, aofs, some, 32, TCG_TYPE_V256, in tcg_gen_gvec_2i()
1287 if (some == oprsz) { in tcg_gen_gvec_2i()
1290 dofs += some; in tcg_gen_gvec_2i()
1291 aofs += some; in tcg_gen_gvec_2i()
1292 oprsz -= some; in tcg_gen_gvec_2i()
1293 maxsz -= some; in tcg_gen_gvec_2i()
1348 uint32_t some; in tcg_gen_gvec_2s() local
1358 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_2s()
1359 expand_2s_vec(g->vece, dofs, aofs, some, 32, TCG_TYPE_V256, in tcg_gen_gvec_2s()
1361 if (some == oprsz) { in tcg_gen_gvec_2s()
1364 dofs += some; in tcg_gen_gvec_2s()
1365 aofs += some; in tcg_gen_gvec_2s()
1366 oprsz -= some; in tcg_gen_gvec_2s()
1367 maxsz -= some; in tcg_gen_gvec_2s()
1415 uint32_t some; in tcg_gen_gvec_3() local
1430 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_3()
1431 expand_3_vec(g->vece, dofs, aofs, bofs, some, 32, TCG_TYPE_V256, in tcg_gen_gvec_3()
1433 if (some == oprsz) { in tcg_gen_gvec_3()
1436 dofs += some; in tcg_gen_gvec_3()
1437 aofs += some; in tcg_gen_gvec_3()
1438 bofs += some; in tcg_gen_gvec_3()
1439 oprsz -= some; in tcg_gen_gvec_3()
1440 maxsz -= some; in tcg_gen_gvec_3()
1482 uint32_t some; in tcg_gen_gvec_3i() local
1498 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_3i()
1499 expand_3i_vec(g->vece, dofs, aofs, bofs, some, 32, TCG_TYPE_V256, in tcg_gen_gvec_3i()
1501 if (some == oprsz) { in tcg_gen_gvec_3i()
1504 dofs += some; in tcg_gen_gvec_3i()
1505 aofs += some; in tcg_gen_gvec_3i()
1506 bofs += some; in tcg_gen_gvec_3i()
1507 oprsz -= some; in tcg_gen_gvec_3i()
1508 maxsz -= some; in tcg_gen_gvec_3i()
1550 uint32_t some; in tcg_gen_gvec_4() local
1565 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_4()
1566 expand_4_vec(g->vece, dofs, aofs, bofs, cofs, some, in tcg_gen_gvec_4()
1568 if (some == oprsz) { in tcg_gen_gvec_4()
1571 dofs += some; in tcg_gen_gvec_4()
1572 aofs += some; in tcg_gen_gvec_4()
1573 bofs += some; in tcg_gen_gvec_4()
1574 cofs += some; in tcg_gen_gvec_4()
1575 oprsz -= some; in tcg_gen_gvec_4()
1576 maxsz -= some; in tcg_gen_gvec_4()
1620 uint32_t some; in tcg_gen_gvec_4i() local
1636 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_4i()
1637 expand_4i_vec(g->vece, dofs, aofs, bofs, cofs, some, in tcg_gen_gvec_4i()
1639 if (some == oprsz) { in tcg_gen_gvec_4i()
1642 dofs += some; in tcg_gen_gvec_4i()
1643 aofs += some; in tcg_gen_gvec_4i()
1644 bofs += some; in tcg_gen_gvec_4i()
1645 cofs += some; in tcg_gen_gvec_4i()
1646 oprsz -= some; in tcg_gen_gvec_4i()
1647 maxsz -= some; in tcg_gen_gvec_4i()
3149 uint32_t some; in do_gvec_shifts() local
3160 some = QEMU_ALIGN_DOWN(oprsz, 32); in do_gvec_shifts()
3161 expand_2sh_vec(vece, dofs, aofs, some, 32, in do_gvec_shifts()
3163 if (some == oprsz) { in do_gvec_shifts()
3166 dofs += some; in do_gvec_shifts()
3167 aofs += some; in do_gvec_shifts()
3168 oprsz -= some; in do_gvec_shifts()
3169 maxsz -= some; in do_gvec_shifts()
3203 some = QEMU_ALIGN_DOWN(oprsz, 32); in do_gvec_shifts()
3204 expand_2s_vec(vece, dofs, aofs, some, 32, TCG_TYPE_V256, in do_gvec_shifts()
3206 if (some == oprsz) { in do_gvec_shifts()
3209 dofs += some; in do_gvec_shifts()
3210 aofs += some; in do_gvec_shifts()
3211 oprsz -= some; in do_gvec_shifts()
3212 maxsz -= some; in do_gvec_shifts()
3367 * If the target has some other behaviour from out-of-range shifts,
3769 uint32_t some; in tcg_gen_gvec_cmp() local
3793 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_cmp()
3794 expand_cmp_vec(vece, dofs, aofs, bofs, some, 32, TCG_TYPE_V256, cond); in tcg_gen_gvec_cmp()
3795 if (some == oprsz) { in tcg_gen_gvec_cmp()
3798 dofs += some; in tcg_gen_gvec_cmp()
3799 aofs += some; in tcg_gen_gvec_cmp()
3800 bofs += some; in tcg_gen_gvec_cmp()
3801 oprsz -= some; in tcg_gen_gvec_cmp()
3802 maxsz -= some; in tcg_gen_gvec_cmp()
3909 uint32_t some; in tcg_gen_gvec_cmps() local
3914 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_cmps()
3915 expand_cmps_vec(vece, dofs, aofs, some, 32, in tcg_gen_gvec_cmps()
3917 aofs += some; in tcg_gen_gvec_cmps()
3918 dofs += some; in tcg_gen_gvec_cmps()
3919 oprsz -= some; in tcg_gen_gvec_cmps()
3920 maxsz -= some; in tcg_gen_gvec_cmps()
3924 some = QEMU_ALIGN_DOWN(oprsz, 16); in tcg_gen_gvec_cmps()
3925 expand_cmps_vec(vece, dofs, aofs, some, 16, in tcg_gen_gvec_cmps()
3930 some = QEMU_ALIGN_DOWN(oprsz, 8); in tcg_gen_gvec_cmps()
3931 expand_cmps_vec(vece, dofs, aofs, some, 8, in tcg_gen_gvec_cmps()