Searched refs:swapmove_2x (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-neonbs-core.S | 401 .macro swapmove_2x, a0, b0, a1, b1, n, mask, t0, t1 macro 419 swapmove_2x \x0, \x1, \x2, \x3, 1, \t0, \t2, \t3 420 swapmove_2x \x4, \x5, \x6, \x7, 1, \t0, \t2, \t3 422 swapmove_2x \x0, \x2, \x1, \x3, 2, \t1, \t2, \t3 423 swapmove_2x \x4, \x6, \x5, \x7, 2, \t1, \t2, \t3 424 swapmove_2x \x0, \x4, \x1, \x5, 4, \t0, \t2, \t3 425 swapmove_2x \x2, \x6, \x3, \x7, 4, \t0, \t2, \t3
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-neonbs-core.S | 342 .macro swapmove_2x, a0, b0, a1, b1, n, mask, t0, t1 macro 360 swapmove_2x \x0, \x1, \x2, \x3, 1, \t0, \t2, \t3 361 swapmove_2x \x4, \x5, \x6, \x7, 1, \t0, \t2, \t3 363 swapmove_2x \x0, \x2, \x1, \x3, 2, \t1, \t2, \t3 364 swapmove_2x \x4, \x6, \x5, \x7, 2, \t1, \t2, \t3 365 swapmove_2x \x0, \x4, \x1, \x5, 4, \t0, \t2, \t3 366 swapmove_2x \x2, \x6, \x3, \x7, 4, \t0, \t2, \t3
|