| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | ghashv8-armx.S | 90 veor q0,q0,q10 93 vrev64.8 q0,q0 95 vext.8 q0,q0,q0,#8 125 vext.8 q0,q0,q0,#8 @ rotate Xi 130 vrev64.8 q0,q0 155 veor q0,q0,q4 @ accumulate 195 veor q0,q0,q2 @ re-construct q0 198 vext.8 q10,q0,q0,#8 220 veor q0,q0,q10 224 vrev64.8 q0,q0 [all …]
|
| H A D | armv4cpuid.S | 128 vorr q0,q0,q0 147 .byte 0xb0,0xff,0x00,0x03 @ aese.8 q0,q0 149 .byte 0x00,0x03,0xb0,0xf3 @ aese.8 q0,q0 158 .byte 0x00,0xef,0x40,0x0c @ sha1c.32 q0,q0,q0 160 .byte 0x40,0x0c,0x00,0xf2 @ sha1c.32 q0,q0,q0 169 .byte 0x00,0xff,0x40,0x0c @ sha256h.32 q0,q0,q0 171 .byte 0x40,0x0c,0x00,0xf3 @ sha256h.32 q0,q0,q0 179 .byte 0xa0,0xef,0x00,0x0e @ vmull.p64 q0,d0,d0 181 .byte 0x00,0x0e,0xa0,0xf2 @ vmull.p64 q0,d0,d0 204 veor q0, q0, q0
|
| H A D | bsaes-armv7.S | 1402 vrev32.8 q0,q0 1558 veor q0,q0,q1 1664 veor q0, q0, q8 1719 veor q0, q0, q8 1771 veor q0, q0, q8 1830 veor q0, q0, q8 1862 veor q0, q0, q8 1897 veor q0, q0, q8 1925 veor q0, q0, q8 1950 veor q0, q0, q8 [all …]
|
| H A D | sha1-armv4-large.S | 519 vrev32.8 q0,q0 @ yes, even on 543 veor q8,q8,q0 722 veor q0,q0,q8 725 veor q0,q0,q1 731 veor q12,q12,q0 872 veor q8,q8,q0 992 veor q11,q11,q0 1034 veor q0,q0,q8 1037 veor q0,q0,q1 1217 vrev32.8 q0,q0 [all …]
|
| H A D | ghash-armv4.S | 403 vrev64.8 q0,q0 451 veor q0, q0, q8 452 veor q0, q0, q10 535 vshl.i64 q10,q0,#62 537 vshl.i64 q9,q0,#63 543 veor q2,q2,q0 544 veor q0,q0,q10 @ 546 vshr.u64 q0,q0,#1 @ 547 veor q0,q0,q2 @ 548 veor q0,q0,q10 @ [all …]
|
| H A D | armv4-gf2m.S | 180 vmull.p8 q0, d26, d0 @ E = A*B1 186 veor q1, q1, q0 @ L = E + F 190 vmull.p8 q0, d26, d0 @ I = A*B3 197 veor q3, q3, q0 @ N = I + J 207 vmull.p8 q0, d26, d27 @ D = A*B 212 veor q0, q0, q1 213 veor q0, q0, q3 215 vst1.32 {q0}, [r0]
|
| H A D | chacha-armv4.S | 825 vmov q4,q0 827 vmov q8,q0 861 vadd.i32 q0,q0,q1 903 vadd.i32 q0,q0,q1 969 vadd.i32 q0,q0,q1 1011 vadd.i32 q0,q0,q1 1097 vadd.i32 q0,q0,q12 @ accumulate key material 1123 veor q0,q0,q12 @ xor with input 1324 veor q0,q0,q12 1344 veor q0,q0,q12 [all …]
|
| H A D | poly1305-armv4.S | 984 vorn q0,q0,q0 @ all-ones, can be redundant 986 vshr.u64 q0,q0,#38 1028 vorn q0,q0,q0 @ all-ones 1030 vshr.u64 q0,q0,#38 1049 vand.i64 q8,q8,q0 1051 vand.i64 q5,q5,q0 1056 vand.i64 q9,q9,q0 1058 vand.i64 q6,q6,q0 1064 vand.i64 q7,q7,q0 1069 vand.i64 q5,q5,q0 [all …]
|
| H A D | keccak1600-armv4.S | 2206 veor q13, q0, q5 @ A[0..1][0]^A[2..3][0] 2325 veor q13, q13, q0 @ A[0..1][0] ^ (~A[0..1][1] & A[0..1][2]) 2329 vbic q13, q0, q4 2330 vbic q15, q1, q0 2336 vmov q0, q5 @ A[2..3][0] 2342 vbic q14, q0, q9 2344 vbic q13, q15, q0 2352 vld1.64 {q0}, [r0,:64] @ restore A[0..1][0]
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_reciprocal.c | 44 q1, q0, /* Quotient digits. */ in divide_128_div_64_to_64() local 86 q0 = un21/vn1; in divide_128_div_64_to_64() 87 rhat = un21 - q0*vn1; in divide_128_div_64_to_64() 89 if (q0 >= b || q0*vn0 > b*rhat + un0) { in divide_128_div_64_to_64() 90 q0 = q0 - 1; in divide_128_div_64_to_64() 97 *r = (un21*b + un0 - q0*v) >> s; in divide_128_div_64_to_64() 98 return q1*b + q0; in divide_128_div_64_to_64()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-generic.c | 242 uint64_t u0, u1, v1, q0, q1, k; in __udivdi3() local 254 q0 = __div_u64(u0, v); // Seconds quotient digit. in __udivdi3() 255 return ((q1 << 32) + q0); in __udivdi3() 262 q0 = (q1 << n) >> 31; // Undo normalization and in __udivdi3() 264 if (q0 != 0) // Make q0 correct or in __udivdi3() 265 q0 = q0 - 1; // too small by 1. in __udivdi3() 266 if ((u - q0 * v) >= v) in __udivdi3() 267 q0 = q0 + 1; // Now q0 is correct. in __udivdi3() 269 return (q0); in __udivdi3()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/ |
| H A D | edonr.c | 282 quasi_exform256(q0, q1, q2, q3, q4, q5, q6, q7); in Q256() 291 LS2_256(defix, q0, q1, q2, q3, q4, q5, q6, q7); in Q256() 292 quasi_exform256(q0, q1, q2, q3, q4, q5, q6, q7); in Q256() 299 LS1_256(defix, q0, q1, q2, q3, q4, q5, q6, q7); in Q256() 301 quasi_exform256(q0, q1, q2, q3, q4, q5, q6, q7); in Q256() 309 LS2_256(defix, q0, q1, q2, q3, q4, q5, q6, q7); in Q256() 321 p[8] ^= d(0) ^ q0; in Q256() 414 LS2_512(defix, q0, q1, q2, q3, q4, q5, q6, q7); in Q512() 422 LS1_512(defix, q0, q1, q2, q3, q4, q5, q6, q7); in Q512() 432 LS2_512(defix, q0, q1, q2, q3, q4, q5, q6, q7); in Q512() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/ |
| H A D | sse2_64_32.h | 20 sodium__mm_set_epi64x(int64_t q1, int64_t q0) in sodium__mm_set_epi64x() argument 23 x0.as64 = q0; x1.as64 = q1; in sodium__mm_set_epi64x()
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testeventdev.rst | 181 | 1 | nb_queues | 2 | q0(ordered), q1(atomic)| 202 producer to inject the events to q0(ordered) queue. Both q0(ordered) and 260 | 1 | nb_queues | 1 | q0(all types queue) |
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | mallctl.c | 301 void *q0 = qs[i]; in TEST_BEGIN() local 305 assert_ptr_eq(qs[i], q0, in TEST_BEGIN()
|