/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sm4-aesni-avx-asm_64.S | 31 #define RA0 %xmm8 define 157 vmovdqu 0*16(%rdx), RA0; 158 vmovdqa RA0, RA1; 159 vmovdqa RA0, RA2; 160 vmovdqa RA0, RA3; 173 vpshufb RTMP2, RA0, RA0; 186 transpose_4x4(RA0, RA1, RA2, RA3, RTMP0, RTMP1); 217 ROUND(0, RA0, RA1, RA2, RA3); 218 ROUND(1, RA1, RA2, RA3, RA0); [all...] |
H A D | sm4-aesni-avx2-asm_64.S | 32 #define RA0 %ymm8 define 160 * RA0, RA1, RA2, RA3, RB0, RB1, RB2, RB3: sixteen parallel 163 * RA0, RA1, RA2, RA3, RB0, RB1, RB2, RB3: sixteen parallel 169 vpshufb RTMP2, RA0, RA0; 179 transpose_4x4(RA0, RA1, RA2, RA3, RTMP0, RTMP1); 245 ROUND(0, RA0, RA1, RA2, RA3, RB0, RB1, RB2, RB3); 246 ROUND(1, RA1, RA2, RA3, RA0, RB1, RB2, RB3, RB0); 247 ROUND(2, RA2, RA3, RA0, RA1, RB2, RB3, RB0, RB1); 248 ROUND(3, RA3, RA0, RA [all...] |
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 509 #define RA0 RA + 1 514 #define RAQ RA0 + 1 3858 {"addi", OP(14), OP_MASK, PPCCOM, PPCVLE, {RT, RA0, SI}}, 3859 {"cal", OP(14), OP_MASK, PWRCOM, PPCVLE, {RT, D, RA0}}, 3860 {"subi", OP(14), OP_MASK, PPCCOM, PPCVLE, {RT, RA0, NSI}}, 3861 {"la", OP(14), OP_MASK, PPCCOM, PPCVLE, {RT, D, RA0}}, 3865 {"addis", OP(15), OP_MASK, PPCCOM, PPCVLE, {RT, RA0, SISIGNOPT}}, 3866 {"cau", OP(15), OP_MASK, PWRCOM, PPCVLE, {RT, RA0, SISIGNOPT}}, 3867 {"subis", OP(15), OP_MASK, PPCCOM, PPCVLE, {RT, RA0, NSISIGNOPT}}, 4700 {"lvsl", X(31,6), X_MASK, PPCVEC, 0, {VD, RA0, R 507 #define RA0 global() macro [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 509 #define RA0 RA + 1 514 #define RAQ RA0 + 1 3858 {"addi", OP(14), OP_MASK, PPCCOM, PPCVLE, {RT, RA0, SI}}, 3859 {"cal", OP(14), OP_MASK, PWRCOM, PPCVLE, {RT, D, RA0}}, 3860 {"subi", OP(14), OP_MASK, PPCCOM, PPCVLE, {RT, RA0, NSI}}, 3861 {"la", OP(14), OP_MASK, PPCCOM, PPCVLE, {RT, D, RA0}}, 3865 {"addis", OP(15), OP_MASK, PPCCOM, PPCVLE, {RT, RA0, SISIGNOPT}}, 3866 {"cau", OP(15), OP_MASK, PWRCOM, PPCVLE, {RT, RA0, SISIGNOPT}}, 3867 {"subis", OP(15), OP_MASK, PPCCOM, PPCVLE, {RT, RA0, NSISIGNOPT}}, 4700 {"lvsl", X(31,6), X_MASK, PPCVEC, 0, {VD, RA0, R 507 #define RA0 global() macro [all...] |