Home
last modified time | relevance | path

Searched refs:rorx (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-586.pl1085 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 Dsha1-x86_64.pl1459 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 Dsha256-586.pl1085 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 Dsha1-x86_64.pl1459 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 Dassembler-ia32.h1423 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 Dassembler-ia32.cc3155 void Assembler::rorx(Register dst, Operand src, byte imm8) { in rorx() function in v8::internal::Assembler

Completed in 16 milliseconds