Home
last modified time | relevance | path

Searched defs:shll (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/x86/
Dassembler_x86.cc1294 void X86Assembler::shll(Register reg, const Immediate& imm) { in shll() function in art::x86::X86Assembler
1299 void X86Assembler::shll(Register operand, Register shifter) { in shll() function in art::x86::X86Assembler
1304 void X86Assembler::shll(const Address& address, const Immediate& imm) { in shll() function in art::x86::X86Assembler
1309 void X86Assembler::shll(const Address& address, Register shifter) { in shll() function in art::x86::X86Assembler
/art/compiler/optimizing/
Dcode_generator_x86.cc2776 __ shll(first_reg, second_reg); in HandleShift() local
2789 __ shll(first_reg, imm); in HandleShift() local
2849 __ shll(high, Immediate(shift - 32)); in GenerateShlLong() local
2854 __ shll(low, Immediate(shift)); in GenerateShlLong() local
2861 __ shll(loc.AsRegisterPairLow<Register>(), shifter); in GenerateShlLong() local
Dintrinsics_x86_64.cc1514 __ shll(temp, imm_shift); in SwapBits() local
Dcode_generator_x86_64.cc2945 __ shll(first_reg, second_reg); in HandleShift() local
2954 __ shll(first_reg, imm); in HandleShift() local
Dintrinsics_x86.cc1651 __ shll(temp, imm_shift); in SwapBits() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1789 void X86_64Assembler::shll(CpuRegister reg, const Immediate& imm) { in shll() function in art::x86_64::X86_64Assembler
1799 void X86_64Assembler::shll(CpuRegister operand, CpuRegister shifter) { in shll() function in art::x86_64::X86_64Assembler