/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
|