Searched refs:tivx (Results 1 – 1 of 1) sorted by relevance
/arch/x86/crypto/ |
D | glue_helper-asm-avx2.S | 124 tivx, t0, t0x, t1, t1x, t2, t2x, t3, \ argument 130 vmovdqu (iv), tivx; \ 131 vmovdqa tivx, t0x; \ 132 gf128mul_x_ble(tivx, t1x, t2x); \ 134 vinserti128 $1, tivx, t0, tiv; \ 167 vextracti128 $1, tiv, tivx; \ 168 gf128mul_x_ble(tivx, t1x, t2x); \ 169 vmovdqu tivx, (iv);
|