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

/external/boringssl/src/crypto/fipsmodule/sha/asm/
H A Dsha256-586.pl1073 eval(shift(@insns)) if ($insn =~ /rorx/ && @insns[0] =~ /rorx/);
1138 '&rorx ("ecx",$E,6)',
1139 '&rorx ("esi",$E,11)',
1141 '&rorx ("edi",$E,25)',
1149 '&rorx ("edi",$AH[0],2)',
1150 '&rorx ("esi",$AH[0],13)',
1152 '&rorx ("ecx",$AH[0],22)',
H A Dsha1-x86_64.pl1397 rorx \$2,$F,$B
1413 '&rorx ($a5,$a,27)', # a<<<5
1414 '&rorx ($f,$a,2)', # b>>>2 for next round
1434 '&rorx ($a5,$a,27)', # a<<<5
1435 '&rorx ($f,$a,2) if ($j<79)', # b>>>2 in next round
1458 '&rorx ($a5,$a,27)', # a<<<5
1459 '&rorx ($f,$a,2)', # b>>>2 in next round
1672 rorx \$2,$F,$B
/external/v8/src/ia32/
H A Dassembler-ia32.h1392 void rorx(Register dst, Register src, byte imm8) {
1393 rorx(dst, Operand(src), imm8);
1395 void rorx(Register dst, const Operand& src, byte imm8);
H A Dassembler-ia32.cc2856 void Assembler::rorx(Register dst, const Operand& src, byte imm8) { function in class:v8::internal::Assembler

Completed in 2061 milliseconds