/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-avx2-asm.S | 186 rorx $41, e, y0 # y0 = e >> 41 # S1A 187 rorx $18, e, y1 # y1 = e >> 18 # S1B 191 rorx $34, a, T1 # T1 = a >> 34 # S0B 195 rorx $14, e, y1 # y1 = (e >> 14) # S1 199 rorx $39, a, y1 # y1 = a >> 39 # S0A 204 rorx $28, a, T1 # T1 = (a >> 28) # S0 248 rorx $41, e, y0 # y0 = e >> 41 # S1A 249 rorx $18, e, y1 # y1 = e >> 18 # S1B 255 rorx $34, a, T1 # T1 = a >> 34 # S0B 260 rorx [all...] |
H A D | sha256-avx2-asm.S | 159 rorx $25, e, y0 # y0 = e >> 25 # S1A 160 rorx $11, e, y1 # y1 = e >> 11 # S1B 166 rorx $13, a, T1 # T1 = a >> 13 # S0B 171 rorx $6, e, y1 # y1 = (e >> 6) # S1 175 rorx $22, a, y1 # y1 = a >> 22 # S0A 181 rorx $2, a, T1 # T1 = (a >> 2) # S0 207 rorx $25, e, y0 # y0 = e >> 25 # S1A 208 rorx $11, e, y1 # y1 = e >> 11 # S1B 216 rorx $13, a, T1 # T1 = a >> 13 # S0B 221 rorx [all...] |
H A D | sha1_avx2_x86_64_asm.S | 359 rorx $(32-30), B, B /* b>>>2 */ 388 rorx $(32-5), A, TA /* T2 = A >>> 5 */ 389 rorx $(32-30),A, TB /* b>>>2 for next round */ 408 rorx $(32-5), A, TA /* T2 = A >>> 5 */ 410 rorx $(32-30), A, TB /* b>>>2 for next round */ 434 rorx $(32-5), A, TA /* T2 = A >>> 5 */ 435 rorx $(32-30), A, TB /* b>>>2 for next round */
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512-avx2-asm.S | 183 rorx $41, e, y0 # y0 = e >> 41 # S1A 184 rorx $18, e, y1 # y1 = e >> 18 # S1B 188 rorx $34, a, T1 # T1 = a >> 34 # S0B 192 rorx $14, e, y1 # y1 = (e >> 14) # S1 196 rorx $39, a, y1 # y1 = a >> 39 # S0A 201 rorx $28, a, T1 # T1 = (a >> 28) # S0 245 rorx $41, e, y0 # y0 = e >> 41 # S1A 246 rorx $18, e, y1 # y1 = e >> 18 # S1B 252 rorx $34, a, T1 # T1 = a >> 34 # S0B 257 rorx [all...] |
H A D | sha256-avx2-asm.S | 158 rorx $25, e, y0 # y0 = e >> 25 # S1A 159 rorx $11, e, y1 # y1 = e >> 11 # S1B 165 rorx $13, a, T1 # T1 = a >> 13 # S0B 170 rorx $6, e, y1 # y1 = (e >> 6) # S1 174 rorx $22, a, y1 # y1 = a >> 22 # S0A 180 rorx $2, a, T1 # T1 = (a >> 2) # S0 206 rorx $25, e, y0 # y0 = e >> 25 # S1A 207 rorx $11, e, y1 # y1 = e >> 11 # S1B 215 rorx $13, a, T1 # T1 = a >> 13 # S0B 220 rorx [all...] |
H A D | sha1_avx2_x86_64_asm.S | 359 rorx $(32-30), B, B /* b>>>2 */ 388 rorx $(32-5), A, TA /* T2 = A >>> 5 */ 389 rorx $(32-30),A, TB /* b>>>2 for next round */ 408 rorx $(32-5), A, TA /* T2 = A >>> 5 */ 410 rorx $(32-30), A, TB /* b>>>2 for next round */ 434 rorx $(32-5), A, TA /* T2 = A >>> 5 */ 435 rorx $(32-30), A, TB /* b>>>2 for next round */
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha256-586.pl | 1085 eval(shift(@insns)) if ($insn =~ /rorx/ && @insns[0] =~ /rorx/); 1150 '&rorx ("ecx",$E,6)', 1151 '&rorx ("esi",$E,11)', 1153 '&rorx ("edi",$E,25)', 1161 '&rorx ("edi",$AH[0],2)', 1162 '&rorx ("esi",$AH[0],13)', 1164 '&rorx ("ecx",$AH[0],22)',
|
H A D | sha1-x86_64.pl | 1459 rorx \$2,$F,$B 1475 '&rorx ($a5,$a,27)', # a<<<5 1476 '&rorx ($f,$a,2)', # b>>>2 for next round 1496 '&rorx ($a5,$a,27)', # a<<<5 1497 '&rorx ($f,$a,2) if ($j<79)', # b>>>2 in next round 1520 '&rorx ($a5,$a,27)', # a<<<5 1521 '&rorx ($f,$a,2)', # b>>>2 in next round 1734 rorx \$2,$F,$B
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha256-586.pl | 1085 eval(shift(@insns)) if ($insn =~ /rorx/ && @insns[0] =~ /rorx/); 1150 '&rorx ("ecx",$E,6)', 1151 '&rorx ("esi",$E,11)', 1153 '&rorx ("edi",$E,25)', 1161 '&rorx ("edi",$AH[0],2)', 1162 '&rorx ("esi",$AH[0],13)', 1164 '&rorx ("ecx",$AH[0],22)',
|
H A D | sha1-x86_64.pl | 1459 rorx \$2,$F,$B 1475 '&rorx ($a5,$a,27)', # a<<<5 1476 '&rorx ($f,$a,2)', # b>>>2 for next round 1496 '&rorx ($a5,$a,27)', # a<<<5 1497 '&rorx ($f,$a,2) if ($j<79)', # b>>>2 in next round 1520 '&rorx ($a5,$a,27)', # a<<<5 1521 '&rorx ($f,$a,2)', # b>>>2 in next round 1734 rorx \$2,$F,$B
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 1423 void rorx(Register dst, Register src, byte imm8) { in rorx() function in v8::internal::Assembler 1424 rorx(dst, Operand(src), imm8); in rorx() 1426 void rorx(Register dst, Operand src, byte imm8);
|
H A D | assembler-ia32.cc | 3155 void Assembler::rorx(Register dst, Operand src, byte imm8) { in rorx() function in v8::internal::Assembler
|