Lines Matching full:pl
31 #define PL %xmm8 macro
117 * the result in PL, PH.
118 * [PH : PL] = [HI_1 : HI_0 + MI_1 : LO_1 + MI_0 : LO_0]
121 vpslldq $8, MI, PL
123 pxor LO, PL
128 * Computes the 128-bit reduction of PH : PL. Stores the result in dest.
133 * We have a 256-bit polynomial PH : PL = P_3 : P_2 : P_1 : P_0 that is the
166 vpclmulqdq $0x00, PL, GSTAR, TMP_XMM # TMP_XMM = T_1 : T_0 = P_0 * g*(x)
168 pxor PL, TMP_XMM # TMP_XMM = P_1 + T_0 : P_0 + T_1
180 * (m_0 + REDUCE(PL, PH))h^8 + ... + m_7h^1.
181 * I.e., the first multiplication uses m_0 + REDUCE(PL, PH) instead of m_0.
190 vpclmulqdq $0x00, PL, GSTAR, TMP_XMM
200 pxor PL, TMP_XMM