Lines Matching full:u64

499     uint64_t res = b->u64[0] ^ b->u64[1];  in helper_VPRTYBQ()
1115 ppc_vsr_t tmp = { .u64 = {0, 0} }; in VMUL()
1174 high = a->u64[i]; in helper_VDIVEUD()
1176 if (unlikely(!b->u64[i])) { in helper_VDIVEUD()
1177 t->u64[i] = a->u64[i]; /* Undefined behavior */ in helper_VDIVEUD()
1179 divu128(&low, &high, b->u64[i]); in helper_VDIVEUD()
1180 t->u64[i] = low; in helper_VDIVEUD()
1299 ppc_vsr_t tmp = { .u64 = { 0, 0 } }; \
1343 ppc_vsr_t tmp = { .u64 = { 0, 0 } }; \
1393 ppc_avr_t result = { .u64 = { 0, 0 } }; in helper_vbpermd()
1394 VECTOR_FOR_INORDER_I(i, u64) { in helper_vbpermd()
1398 result.u64[VBPERMD_INDEX(i)] |= (0x80 >> j); in helper_vbpermd()
1415 if (a->u64[VBPERMQ_DW(index)] & mask) { in helper_vbpermq()
1435 uint64_t aa = a->u64[i], bb = b->u64[i]; in helper_vpmsumb()
1436 r->u64[i] = clmul_8x4_even(aa, bb) ^ clmul_8x4_odd(aa, bb); in helper_vpmsumb()
1443 uint64_t aa = a->u64[i], bb = b->u64[i]; in helper_vpmsumh()
1444 r->u64[i] = clmul_16x2_even(aa, bb) ^ clmul_16x2_odd(aa, bb); in helper_vpmsumh()
1451 uint64_t aa = a->u64[i], bb = b->u64[i]; in helper_vpmsumw()
1452 r->u64[i] = clmul_32(aa, bb) ^ clmul_32(aa >> 32, bb >> 32); in helper_vpmsumw()
1458 Int128 e = clmul_64(a->u64[0], b->u64[0]); in helper_VPMSUMD()
1459 Int128 o = clmul_64(a->u64[1], b->u64[1]); in helper_VPMSUMD()
1478 VECTOR_FOR_INORDER_I(i, u64) { in helper_vpkpx()
1518 VPK(udus, u64, u32, cvtuduw, 1)
1521 VPK(udum, u64, u32, I, 0)
1587 VRLMI(VRLDMI, 64, u64, 1);
1589 VRLMI(VRLDNM, 64, u64, 0);
1781 VEXTRACT(d, u64)
1938 for (i = 0; i < ARRAY_SIZE(r->u64); i++) { in helper_vsum2sws()
1942 for (j = 0; j < ARRAY_SIZE(r->u64); j++) { in helper_vsum2sws()
2092 VGENERIC_DO(ctzd, u64)
2107 VGENERIC_DO(popcntd, u64)
2360 ppc_avr_t result = { .u64 = { 0, 0 } }; in helper_bcdadd()
2418 ppc_avr_t ret = { .u64 = { 0, 0 } }; in helper_bcdcfn()
2454 ppc_avr_t ret = { .u64 = { 0, 0 } }; in helper_bcdctn()
2490 ppc_avr_t ret = { .u64 = { 0, 0 } }; in helper_bcdcfz()
2534 ppc_avr_t ret = { .u64 = { 0, 0 } }; in helper_bcdctz()
2592 ppc_avr_t ret = { .u64 = { 0, 0 } }; in helper_bcdcfsq()
2992 for (i = 0; i < ARRAY_SIZE(r->u64); i++) { in helper_vshasigmad()