Home
last modified time | relevance | path

Searched defs:rorl (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.cc3431 void X86Assembler::rorl(Register reg, const Immediate& imm) { in rorl() function in art::x86::X86Assembler
3436 void X86Assembler::rorl(Register operand, Register shifter) { in rorl() function in art::x86::X86Assembler
/aosp12/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc4599 void X86_64Assembler::rorl(CpuRegister reg, const Immediate& imm) { in rorl() function in art::x86_64::X86_64Assembler
4604 void X86_64Assembler::rorl(CpuRegister operand, CpuRegister shifter) { in rorl() function in art::x86_64::X86_64Assembler
/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc4654 __ rorl(first_reg, second_reg); in VisitRor() local
4657 __ rorl(first_reg, imm); in VisitRor() local
H A Dcode_generator_x86.cc4807 __ rorl(first_reg, second_reg); in VisitRor() local
4810 __ rorl(first_reg, imm); in VisitRor() local