Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86.cc4726 __ shrd(low, high, Immediate(shift)); in GenerateShrLong() local
4733 __ shrd(loc.AsRegisterPairLow<Register>(), loc.AsRegisterPairHigh<Register>(), shifter); in GenerateShrLong() local
4761 __ shrd(low, high, Immediate(shift)); in GenerateUShrLong() local
4768 __ shrd(loc.AsRegisterPairLow<Register>(), loc.AsRegisterPairHigh<Register>(), shifter); in GenerateUShrLong() local
4823 __ shrd(first_reg_hi, first_reg_lo, second_reg); in VisitRor() local
4824 __ shrd(first_reg_lo, temp_reg, second_reg); in VisitRor() local
4848 __ shrd(first_reg_lo, first_reg_hi, imm); in VisitRor() local
4851 __ shrd(first_reg_hi, temp_reg, imm); in VisitRor() local
/aosp12/art/compiler/utils/x86/
H A Dassembler_x86.cc3403 void X86Assembler::shrd(Register dst, Register src, Register shifter) { in shrd() function in art::x86::X86Assembler
3412 void X86Assembler::shrd(Register dst, Register src, const Immediate& imm) { in shrd() function in art::x86::X86Assembler