Searched defs:shrd (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86.cc | 5007 __ shrd(low, high, Immediate(shift)); in GenerateShrLong() local 5014 __ shrd(loc.AsRegisterPairLow<Register>(), loc.AsRegisterPairHigh<Register>(), shifter); in GenerateShrLong() local 5042 __ shrd(low, high, Immediate(shift)); in GenerateUShrLong() local 5049 __ shrd(loc.AsRegisterPairLow<Register>(), loc.AsRegisterPairHigh<Register>(), shifter); in GenerateUShrLong() local 5104 __ shrd(first_reg_hi, first_reg_lo, second_reg); in VisitRor() local 5105 __ shrd(first_reg_lo, temp_reg, second_reg); in VisitRor() local 5129 __ shrd(first_reg_lo, first_reg_hi, imm); in VisitRor() local 5132 __ shrd(first_reg_hi, temp_reg, imm); in VisitRor() local
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 3489 void X86Assembler::shrd(Register dst, Register src, Register shifter) { in shrd() function in art::x86::X86Assembler 3498 void X86Assembler::shrd(Register dst, Register src, const Immediate& imm) { in shrd() function in art::x86::X86Assembler
|