Lines Matching full:some

104      * However, some callers want to treat the data as a signed  in simd_desc()
106 * and some want to treat it as an unsigned value. in simd_desc()
108 * field in at least one way. This means that some invalid in simd_desc()
1242 uint32_t some; in tcg_gen_gvec_2_var() local
1257 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_2_var()
1258 expand_2_vec(g->vece, dbase, dofs, abase, aofs, some, 32, in tcg_gen_gvec_2_var()
1260 if (some == oprsz) { in tcg_gen_gvec_2_var()
1263 dofs += some; in tcg_gen_gvec_2_var()
1264 aofs += some; in tcg_gen_gvec_2_var()
1265 oprsz -= some; in tcg_gen_gvec_2_var()
1266 maxsz -= some; in tcg_gen_gvec_2_var()
1315 uint32_t some; in tcg_gen_gvec_2i() local
1330 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_2i()
1331 expand_2i_vec(g->vece, dofs, aofs, some, 32, TCG_TYPE_V256, in tcg_gen_gvec_2i()
1333 if (some == oprsz) { in tcg_gen_gvec_2i()
1336 dofs += some; in tcg_gen_gvec_2i()
1337 aofs += some; in tcg_gen_gvec_2i()
1338 oprsz -= some; in tcg_gen_gvec_2i()
1339 maxsz -= some; in tcg_gen_gvec_2i()
1394 uint32_t some; in tcg_gen_gvec_2s() local
1404 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_2s()
1405 expand_2s_vec(g->vece, dofs, aofs, some, 32, TCG_TYPE_V256, in tcg_gen_gvec_2s()
1407 if (some == oprsz) { in tcg_gen_gvec_2s()
1410 dofs += some; in tcg_gen_gvec_2s()
1411 aofs += some; in tcg_gen_gvec_2s()
1412 oprsz -= some; in tcg_gen_gvec_2s()
1413 maxsz -= some; in tcg_gen_gvec_2s()
1463 uint32_t some; in tcg_gen_gvec_3_var() local
1478 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_3_var()
1480 some, 32, TCG_TYPE_V256, g->load_dest, g->fniv); in tcg_gen_gvec_3_var()
1481 if (some == oprsz) { in tcg_gen_gvec_3_var()
1484 dofs += some; in tcg_gen_gvec_3_var()
1485 aofs += some; in tcg_gen_gvec_3_var()
1486 bofs += some; in tcg_gen_gvec_3_var()
1487 oprsz -= some; in tcg_gen_gvec_3_var()
1488 maxsz -= some; in tcg_gen_gvec_3_var()
1539 uint32_t some; in tcg_gen_gvec_3i() local
1555 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_3i()
1556 expand_3i_vec(g->vece, dofs, aofs, bofs, some, 32, TCG_TYPE_V256, in tcg_gen_gvec_3i()
1558 if (some == oprsz) { in tcg_gen_gvec_3i()
1561 dofs += some; in tcg_gen_gvec_3i()
1562 aofs += some; in tcg_gen_gvec_3i()
1563 bofs += some; in tcg_gen_gvec_3i()
1564 oprsz -= some; in tcg_gen_gvec_3i()
1565 maxsz -= some; in tcg_gen_gvec_3i()
1607 uint32_t some; in tcg_gen_gvec_4() local
1623 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_4()
1624 expand_4_vec(g->vece, dofs, aofs, bofs, cofs, some, in tcg_gen_gvec_4()
1626 if (some == oprsz) { in tcg_gen_gvec_4()
1629 dofs += some; in tcg_gen_gvec_4()
1630 aofs += some; in tcg_gen_gvec_4()
1631 bofs += some; in tcg_gen_gvec_4()
1632 cofs += some; in tcg_gen_gvec_4()
1633 oprsz -= some; in tcg_gen_gvec_4()
1634 maxsz -= some; in tcg_gen_gvec_4()
1678 uint32_t some; in tcg_gen_gvec_4i() local
1695 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_4i()
1696 expand_4i_vec(g->vece, dofs, aofs, bofs, cofs, some, in tcg_gen_gvec_4i()
1698 if (some == oprsz) { in tcg_gen_gvec_4i()
1701 dofs += some; in tcg_gen_gvec_4i()
1702 aofs += some; in tcg_gen_gvec_4i()
1703 bofs += some; in tcg_gen_gvec_4i()
1704 cofs += some; in tcg_gen_gvec_4i()
1705 oprsz -= some; in tcg_gen_gvec_4i()
1706 maxsz -= some; in tcg_gen_gvec_4i()
3243 uint32_t some; in do_gvec_shifts() local
3254 some = QEMU_ALIGN_DOWN(oprsz, 32); in do_gvec_shifts()
3255 expand_2sh_vec(vece, dofs, aofs, some, 32, in do_gvec_shifts()
3257 if (some == oprsz) { in do_gvec_shifts()
3260 dofs += some; in do_gvec_shifts()
3261 aofs += some; in do_gvec_shifts()
3262 oprsz -= some; in do_gvec_shifts()
3263 maxsz -= some; in do_gvec_shifts()
3297 some = QEMU_ALIGN_DOWN(oprsz, 32); in do_gvec_shifts()
3298 expand_2s_vec(vece, dofs, aofs, some, 32, TCG_TYPE_V256, in do_gvec_shifts()
3300 if (some == oprsz) { in do_gvec_shifts()
3303 dofs += some; in do_gvec_shifts()
3304 aofs += some; in do_gvec_shifts()
3305 oprsz -= some; in do_gvec_shifts()
3306 maxsz -= some; in do_gvec_shifts()
3461 * If the target has some other behaviour from out-of-range shifts,
3863 uint32_t some; in tcg_gen_gvec_cmp() local
3887 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_cmp()
3888 expand_cmp_vec(vece, dofs, aofs, bofs, some, 32, TCG_TYPE_V256, cond); in tcg_gen_gvec_cmp()
3889 if (some == oprsz) { in tcg_gen_gvec_cmp()
3892 dofs += some; in tcg_gen_gvec_cmp()
3893 aofs += some; in tcg_gen_gvec_cmp()
3894 bofs += some; in tcg_gen_gvec_cmp()
3895 oprsz -= some; in tcg_gen_gvec_cmp()
3896 maxsz -= some; in tcg_gen_gvec_cmp()
4003 uint32_t some; in tcg_gen_gvec_cmps() local
4008 some = QEMU_ALIGN_DOWN(oprsz, 32); in tcg_gen_gvec_cmps()
4009 expand_cmps_vec(vece, dofs, aofs, some, 32, in tcg_gen_gvec_cmps()
4011 aofs += some; in tcg_gen_gvec_cmps()
4012 dofs += some; in tcg_gen_gvec_cmps()
4013 oprsz -= some; in tcg_gen_gvec_cmps()
4014 maxsz -= some; in tcg_gen_gvec_cmps()
4018 some = QEMU_ALIGN_DOWN(oprsz, 16); in tcg_gen_gvec_cmps()
4019 expand_cmps_vec(vece, dofs, aofs, some, 16, in tcg_gen_gvec_cmps()
4024 some = QEMU_ALIGN_DOWN(oprsz, 8); in tcg_gen_gvec_cmps()
4025 expand_cmps_vec(vece, dofs, aofs, some, 8, in tcg_gen_gvec_cmps()