Lines Matching +full:reference +full:- +full:manuals
40 * PCLMULQDQ is a new instruction in Intel SSE4.2, the reference can be found
42 * https://www.intel.com/products/processor/manuals/
43 * Intel(R) 64 and IA-32 Architectures Software Developer's Manual
44 * Volume 2B: Instruction Set Reference, N-Z
55 .arch armv8-a
57 .fpu crypto-neon-fp-armv8
64 * [(x4*128-32 mod P(x) << 32)]' << 1 = 0x1c6e41596
74 * [(x128-32 mod P(x) << 32)]' << 1 = 0x0ccaa009e
119 * BUF - buffer
120 * LEN - sizeof buffer (multiple of 16 bytes), LEN should be > 63
121 * CRC - initial crc32
135 vld1.8 {q1-q2}, [BUF, :128]!
136 vld1.8 {q3-q4}, [BUF, :128]!
217 /* final 32-bit fold */
227 /* Finish up with the bit-reversed barrett reduction 64 ==> 32 bits */