Home
last modified time | relevance | path

Searched refs:roundsm (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/x86/crypto/
H A Dcamellia-x86_64-asm_64.S124 roundsm(RAB, i + 2, RCD); \
125 roundsm(RCD, i + 3, RAB); \
126 roundsm(RAB, i + 4, RCD); \
127 roundsm(RCD, i + 5, RAB); \
128 roundsm(RAB, i + 6, RCD); \
129 roundsm(RCD, i + 7, RAB);
153 roundsm(RAB, i + 7, RCD); \
154 roundsm(RCD, i + 6, RAB); \
155 roundsm(RAB, i + 5, RCD); \
156 roundsm(RCD, i + 4, RAB); \
[all …]