Home
last modified time | relevance | path

Searched defs:rorq (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc4836 void X86_64Assembler::rorq(CpuRegister reg, const Immediate& imm) { in rorq() function in art::x86_64::X86_64Assembler
4841 void X86_64Assembler::rorq(CpuRegister operand, CpuRegister shifter) { in rorq() function in art::x86_64::X86_64Assembler
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc5104 __ rorq(first_reg, second_reg); in HandleRotate() local
5112 __ rorq(first_reg, imm); in HandleRotate() local