Searched defs:shll (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 2193 __ shll(temp, imm_shift); in SwapBits() local 2393 __ shll(out, tmp); in GenOneBit() local 2759 __ shll(out, Immediate(LockWord::kForwardingAddressShift)); in VisitReferenceRefersTo() local
|
D | code_generator_x86.cc | 812 __ shll(index_reg, Immediate(TIMES_4)); in EmitNativeCode() local 4617 __ shll(first_reg, second_reg); in HandleShift() local 4630 __ shll(first_reg, imm); in HandleShift() local 4690 __ shll(high, Immediate(shift - 32)); in GenerateShlLong() local 4695 __ shll(low, Immediate(shift)); in GenerateShlLong() local 4702 __ shll(loc.AsRegisterPairLow<Register>(), shifter); in GenerateShlLong() local 7315 __ shll(temp, Immediate(32u - mask_bits)); in GenerateBitstringTypeCheckCompare() local
|
D | code_generator_x86_64.cc | 825 __ shll(CpuRegister(index_reg), Immediate(TIMES_4)); in EmitNativeCode() local 4580 __ shll(first_reg, second_reg); in HandleShift() local 4589 __ shll(first_reg, imm); in HandleShift() local 6204 __ shll(temp, Immediate(32u - mask_bits)); in GenerateBitstringTypeCheckCompare() local
|
D | intrinsics_x86.cc | 2217 __ shll(temp, imm_shift); in SwapBits() local 3214 __ shll(out, Immediate(LockWord::kForwardingAddressShift)); in VisitReferenceRefersTo() local
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 3325 void X86Assembler::shll(Register reg, const Immediate& imm) { in shll() function in art::x86::X86Assembler 3330 void X86Assembler::shll(Register operand, Register shifter) { in shll() function in art::x86::X86Assembler 3335 void X86Assembler::shll(const Address& address, const Immediate& imm) { in shll() function in art::x86::X86Assembler 3340 void X86Assembler::shll(const Address& address, Register shifter) { in shll() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 4529 void X86_64Assembler::shll(CpuRegister reg, const Immediate& imm) { in shll() function in art::x86_64::X86_64Assembler 4539 void X86_64Assembler::shll(CpuRegister operand, CpuRegister shifter) { in shll() function in art::x86_64::X86_64Assembler
|