Searched refs:p64 (Results 1 – 4 of 4) sorted by relevance
/lib/crc/arm/ |
A D | crc32-core.S | 150 vmull.p64 q5, d3, dCONSTANTh 151 vmull.p64 q6, d5, dCONSTANTh 152 vmull.p64 q7, d7, dCONSTANTh 153 vmull.p64 q8, d9, dCONSTANTh 155 vmull.p64 q1, d2, dCONSTANTl 156 vmull.p64 q2, d4, dCONSTANTl 157 vmull.p64 q3, d6, dCONSTANTl 158 vmull.p64 q4, d8, dCONSTANTl 181 vmull.p64 q5, d3, dCONSTANTh 182 vmull.p64 q1, d2, dCONSTANTl [all …]
|
A D | crc-t10dif-core.S | 192 vmull.p64 q11, \v64\()l, \v16\()_L 193 vmull.p64 \v64, \v64\()h, \v16\()_H 386 crct10dif p64 396 vmull.p64 q0, q7h, FOLD_CONST_H // high bits * x^48 * (x^80 mod G(x)) 404 vmull.p64 q1, q1l, FOLD_CONST_L // high 32 bits * x^48 * (x^48 mod G(x)) 411 vmull.p64 q1, q0h, FOLD_CONST_H // high 32 bits * floor(x^48 / G(x)) 413 vmull.p64 q1, q1l, FOLD_CONST_L // *= G(x)
|
/lib/ |
A D | xxhash.c | 287 uint64_t *p64 = state->mem64; in xxh64_update() local 289 memcpy(((uint8_t *)p64) + state->memsize, input, in xxh64_update() 292 state->v1 = xxh64_round(state->v1, get_unaligned_le64(p64)); in xxh64_update() 293 p64++; in xxh64_update() 294 state->v2 = xxh64_round(state->v2, get_unaligned_le64(p64)); in xxh64_update() 295 p64++; in xxh64_update() 296 state->v3 = xxh64_round(state->v3, get_unaligned_le64(p64)); in xxh64_update() 297 p64++; in xxh64_update() 298 state->v4 = xxh64_round(state->v4, get_unaligned_le64(p64)); in xxh64_update()
|
/lib/crc/arm64/ |
A D | crc-t10dif-core.S | 400 crc_t10dif_pmull p64
|
Completed in 6 milliseconds