Searched refs:fold_16_bytes (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm/lib/ |
H A D | crc-t10dif-core.S | 215 .macro fold_16_bytes, src_reg, dst_reg, p, load_next_consts macro 279 fold_16_bytes q0, q4, \p 280 fold_16_bytes q1, q5, \p 281 fold_16_bytes q2, q6, \p 282 fold_16_bytes q3, q7, \p, 1 284 fold_16_bytes q4, q6, \p 285 fold_16_bytes q5, q7, \p, 1 287 fold_16_bytes q6, q7, \p
|
/linux/arch/arm64/lib/ |
H A D | crc-t10dif-core.S | 199 .macro fold_16_bytes, p, src_reg, dst_reg, load_next_consts macro 268 fold_16_bytes \p, v0, v4 269 fold_16_bytes \p, v1, v5 270 fold_16_bytes \p, v2, v6 271 fold_16_bytes \p, v3, v7, 1 273 fold_16_bytes \p, v4, v6 274 fold_16_bytes \p, v5, v7, 1 276 fold_16_bytes \p, v6, v7
|
/linux/arch/x86/lib/ |
H A D | crct10dif-pcl-asm_64.S | 84 .macro fold_16_bytes src_reg, dst_reg macro
|