Searched refs:shrl (Results 1 - 7 of 7) sorted by relevance

/art/compiler/utils/x86/
H A Dassembler_x86.h401 void shrl(Register reg, const Immediate& imm);
402 void shrl(Register operand, Register shifter);
H A Dassembler_x86.cc1058 void X86Assembler::shrl(Register reg, const Immediate& imm) { function in class:art::x86::X86Assembler
1063 void X86Assembler::shrl(Register operand, Register shifter) { function in class:art::x86::X86Assembler
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h441 void shrl(CpuRegister reg, const Immediate& imm);
442 void shrl(CpuRegister operand, CpuRegister shifter);
H A Dassembler_x86_64.cc1253 void X86_64Assembler::shrl(CpuRegister reg, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
1263 void X86_64Assembler::shrl(CpuRegister operand, CpuRegister shifter) { function in class:art::x86_64::X86_64Assembler
/art/runtime/arch/x86/
H A Dquick_entrypoints_x86.S679 shrl LITERAL(7), %eax
705 shrl LITERAL(7), %eax
/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S1000 shrl LITERAL(7), %edi
1001 // shrl LITERAL(7), %rdi
1038 shrl LITERAL(7), %edi
1039 // shrl LITERAL(7), %rdi
/art/compiler/optimizing/
H A Dcode_generator_x86.cc1141 __ shrl(temp, Immediate(gc::accounting::CardTable::kCardShift));

Completed in 96 milliseconds