Searched refs:swapmove_2x (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/arch/arm/crypto/ |
| D | aes-neonbs-core.S | 409 .macro swapmove_2x, a0, b0, a1, b1, n, mask, t0, t1 macro 427 swapmove_2x \x0, \x1, \x2, \x3, 1, \t0, \t2, \t3 428 swapmove_2x \x4, \x5, \x6, \x7, 1, \t0, \t2, \t3 430 swapmove_2x \x0, \x2, \x1, \x3, 2, \t1, \t2, \t3 431 swapmove_2x \x4, \x6, \x5, \x7, 2, \t1, \t2, \t3 432 swapmove_2x \x0, \x4, \x1, \x5, 4, \t0, \t2, \t3 433 swapmove_2x \x2, \x6, \x3, \x7, 4, \t0, \t2, \t3
|
| /Linux-v4.19/arch/arm64/crypto/ |
| D | aes-neonbs-core.S | 344 .macro swapmove_2x, a0, b0, a1, b1, n, mask, t0, t1 macro 362 swapmove_2x \x0, \x1, \x2, \x3, 1, \t0, \t2, \t3 363 swapmove_2x \x4, \x5, \x6, \x7, 1, \t0, \t2, \t3 365 swapmove_2x \x0, \x2, \x1, \x3, 2, \t1, \t2, \t3 366 swapmove_2x \x4, \x6, \x5, \x7, 2, \t1, \t2, \t3 367 swapmove_2x \x0, \x4, \x1, \x5, 4, \t0, \t2, \t3 368 swapmove_2x \x2, \x6, \x3, \x7, 4, \t0, \t2, \t3
|