Home
last modified time | relevance | path

Searched refs:shrd (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86.h764 void shrd(Register dst, Register src, Register shifter);
765 void shrd(Register dst, Register src, const Immediate& imm);
Dassembler_x86.cc3374 void X86Assembler::shrd(Register dst, Register src, Register shifter) { in shrd() function in art::x86::X86Assembler
3383 void X86Assembler::shrd(Register dst, Register src, const Immediate& imm) { in shrd() function in art::x86::X86Assembler
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1621 shrd %cl,%edx,%eax
1634 shrd %cl,%edx,%eax
/art/compiler/optimizing/
Dcode_generator_x86.cc4540 __ shrd(low, high, Immediate(shift)); in GenerateShrLong() local
4547 __ shrd(loc.AsRegisterPairLow<Register>(), loc.AsRegisterPairHigh<Register>(), shifter); in GenerateShrLong() local
4575 __ shrd(low, high, Immediate(shift)); in GenerateUShrLong() local
4582 __ shrd(loc.AsRegisterPairLow<Register>(), loc.AsRegisterPairHigh<Register>(), shifter); in GenerateUShrLong() local
4637 __ shrd(first_reg_hi, first_reg_lo, second_reg); in VisitRor() local
4638 __ shrd(first_reg_lo, temp_reg, second_reg); in VisitRor() local
4662 __ shrd(first_reg_lo, first_reg_hi, imm); in VisitRor() local
4665 __ shrd(first_reg_hi, temp_reg, imm); in VisitRor() local