Searched defs:shll (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86.cc | 831 __ shll(index_reg, Immediate(TIMES_4)); in EmitNativeCode() local 4898 __ shll(first_reg, second_reg); in HandleShift() local 4911 __ shll(first_reg, imm); in HandleShift() local 4971 __ shll(high, Immediate(shift - 32)); in GenerateShlLong() local 4976 __ shll(low, Immediate(shift)); in GenerateShlLong() local 4983 __ shll(loc.AsRegisterPairLow<Register>(), shifter); in GenerateShlLong() local 7538 __ shll(temp, Immediate(32u - mask_bits)); in GenerateBitstringTypeCheckCompare() local
|
D | code_generator_x86_64.cc | 880 __ shll(CpuRegister(index_reg), Immediate(TIMES_4)); in EmitNativeCode() local 4982 __ shll(first_reg, second_reg); in HandleShift() local 4991 __ shll(first_reg, imm); in HandleShift() local 6621 __ shll(temp, Immediate(32u - mask_bits)); in GenerateBitstringTypeCheckCompare() local
|
D | intrinsics_x86_64.cc | 2775 __ shll(temp, imm_shift); in SwapBits() local 2975 __ shll(out, tmp); in GenOneBit() local 3383 __ shll(out, Immediate(LockWord::kForwardingAddressShift)); in VisitReferenceRefersTo() local
|
D | intrinsics_x86.cc | 2704 __ shll(temp, imm_shift); in SwapBits() local 3590 __ shll(out, Immediate(LockWord::kForwardingAddressShift)); in VisitReferenceRefersTo() local
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 3411 void X86Assembler::shll(Register reg, const Immediate& imm) { in shll() function in art::x86::X86Assembler 3416 void X86Assembler::shll(Register operand, Register shifter) { in shll() function in art::x86::X86Assembler 3421 void X86Assembler::shll(const Address& address, const Immediate& imm) { in shll() function in art::x86::X86Assembler 3426 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 | 4745 void X86_64Assembler::shll(CpuRegister reg, const Immediate& imm) { in shll() function in art::x86_64::X86_64Assembler 4755 void X86_64Assembler::shll(CpuRegister operand, CpuRegister shifter) { in shll() function in art::x86_64::X86_64Assembler
|