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

/external/boringssl/src/crypto/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.pl1387 rorx \$2,$F,$B
1403 '&rorx ($a5,$a,27)', # a<<<5
1404 '&rorx ($f,$a,2)', # b>>>2 for next round
1424 '&rorx ($a5,$a,27)', # a<<<5
1425 '&rorx ($f,$a,2) if ($j<79)', # b>>>2 in next round
1448 '&rorx ($a5,$a,27)', # a<<<5
1449 '&rorx ($f,$a,2)', # b>>>2 in next round
1662 rorx \$2,$F,$B
/external/v8/src/ia32/
H A Dassembler-ia32.h1397 void rorx(Register dst, Register src, byte imm8) {
1398 rorx(dst, Operand(src), imm8);
1400 void rorx(Register dst, const Operand& src, byte imm8);
H A Dassembler-ia32.cc2851 void Assembler::rorx(Register dst, const Operand& src, byte imm8) { function in class:v8::internal::Assembler

Completed in 110 milliseconds