Searched refs:t2x (Results 1 – 1 of 1) sorted by relevance
/arch/x86/crypto/ |
D | glue_helper-asm-avx2.S | 61 t1x, t2, t2x, t3, t3x, t4, t5) \ argument 67 vmovdqu (iv), t2x; \ 68 vmovdqa t2x, t3x; \ 69 inc_le128(t2x, t0x, t1x); \ 71 vinserti128 $1, t2x, t3, t2; /* ab: le0 ; cd: le1 */ \ 89 vextracti128 $1, t2, t2x; \ 90 inc_le128(t2x, t0x, t3x); \ 91 vmovdqu t2x, (iv); 124 tivx, t0, t0x, t1, t1x, t2, t2x, t3, \ argument 132 gf128mul_x_ble(tivx, t1x, t2x); \ [all …]
|