Searched refs:fold_16_bytes (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/arm/crypto/ |
D | crct10dif-ce-core.S | 137 .macro fold_16_bytes, src_reg, dst_reg, load_next_consts macro 214 fold_16_bytes q0, q4 215 fold_16_bytes q1, q5 216 fold_16_bytes q2, q6 217 fold_16_bytes q3, q7, 1 219 fold_16_bytes q4, q6 220 fold_16_bytes q5, q7, 1 222 fold_16_bytes q6, q7
|
/linux-5.19.10/arch/arm64/crypto/ |
D | crct10dif-ce-core.S | 240 .macro fold_16_bytes, p, src_reg, dst_reg, load_next_consts macro 322 fold_16_bytes \p, v0, v4 323 fold_16_bytes \p, v1, v5 324 fold_16_bytes \p, v2, v6 325 fold_16_bytes \p, v3, v7, 1 327 fold_16_bytes \p, v4, v6 328 fold_16_bytes \p, v5, v7, 1 330 fold_16_bytes \p, v6, v7
|
/linux-5.19.10/arch/x86/crypto/ |
D | crct10dif-pcl-asm_64.S | 84 .macro fold_16_bytes src_reg, dst_reg macro
|