HomeSort by relevance Sort by last modified time
    Searched refs:rorq (Results 1 - 7 of 7) sorted by null

  /external/boringssl/linux-x86_64/crypto/fipsmodule/
sha512-x86_64.S 59 rorq $23,%r13
63 rorq $5,%r14
70 rorq $4,%r13
74 rorq $6,%r14
83 rorq $14,%r13
87 rorq $28,%r14
100 rorq $23,%r13
104 rorq $5,%r14
111 rorq $4,%r13
115 rorq $6,%r1
    [all...]
  /external/boringssl/mac-x86_64/crypto/fipsmodule/
sha512-x86_64.S 58 rorq $23,%r13
62 rorq $5,%r14
69 rorq $4,%r13
73 rorq $6,%r14
82 rorq $14,%r13
86 rorq $28,%r14
99 rorq $23,%r13
103 rorq $5,%r14
110 rorq $4,%r13
114 rorq $6,%r1
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 769 void rorq(CpuRegister reg, const Immediate& imm);
770 void rorq(CpuRegister operand, CpuRegister shifter);
    [all...]
assembler_x86_64_test.cc 548 // Rorq only allows CL as the shift count.
556 assembler->rorq(*reg, shifter);
557 str << "rorq %cl, %" << assembler_test->GetRegisterName(*reg) << "\n";
564 DriverFn(&rorq_fn, "rorq");
568 DriverStr(RepeatRI(&x86_64::X86_64Assembler::rorq, 1U, "rorq ${imm}, %{reg}"), "rorqi");
    [all...]
assembler_x86_64.cc 2730 void X86_64Assembler::rorq(CpuRegister reg, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
2735 void X86_64Assembler::rorq(CpuRegister operand, CpuRegister shifter) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc     [all...]

Completed in 355 milliseconds