Searched refs:roundsm (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | camellia-x86_64-asm_64.S | 91 #define roundsm(ab, subkey, cd) \ macro 123 roundsm(RAB, i + 2, RCD); \ 124 roundsm(RCD, i + 3, RAB); \ 125 roundsm(RAB, i + 4, RCD); \ 126 roundsm(RCD, i + 5, RAB); \ 127 roundsm(RAB, i + 6, RCD); \ 128 roundsm(RCD, i + 7, RAB); 152 roundsm(RAB, i + 7, RCD); \ 153 roundsm(RCD, i + 6, RAB); \ 154 roundsm(RAB, i + 5, RCD); \ [all …]
|