/art/compiler/utils/ |
D | assembler_thumb_test.cc | 473 __ Lsl(R3, R4, 4); in TEST_F() local 484 __ Lsl(R3, R4, 4, AL, kCcKeep); in TEST_F() local 1150 __ Lsl(R0, R1, 5); in TEST_F() local 1154 __ Lsl(R0, R0, R1); in TEST_F() local 1170 __ Lsl(R0, R1, 5, AL, kCcKeep); in TEST_F() local 1174 __ Lsl(R0, R0, R1, AL, kCcKeep); in TEST_F() local 1185 __ Lsl(R8, R1, 5); in TEST_F() local 1191 __ Lsl(R0, R1, R2); in TEST_F() local 1197 __ Lsl(R8, R1, R2); in TEST_F() local
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 1243 __ Lsl(index_reg, index_reg, TIMES_4); in EmitNativeCode() local 1617 __ Lsl(temp, second_hi, shift_value); in GenerateLongDataProc() local 4509 __ Lsl(out_reg_hi, in_reg_hi, shift_left); in HandleLongRotate() local 4512 __ Lsl(out_reg_lo, in_reg_lo, shift_left); in HandleLongRotate() local 4521 __ Lsl(out_reg_lo, in_reg_lo, shift_left); in HandleLongRotate() local 4524 __ Lsl(shift_right, in_reg_hi, shift_left); in HandleLongRotate() local 4634 __ Lsl(out_reg, first_reg, out_reg); in HandleShift() local 4646 __ Lsl(out_reg, first_reg, shift_value); in HandleShift() local 4670 __ Lsl(o_h, high, o_l); in HandleShift() local 4685 __ Lsl(o_l, low, o_l); in HandleShift() local [all …]
|
D | code_generator_arm.cc | 1201 __ Lsl(index_reg, index_reg, TIMES_4); in EmitNativeCode() local 1528 __ Lsl(IP, second_hi, shift_value); in GenerateLongDataProc() local 4526 __ Lsl(out_reg_hi, in_reg_hi, shift_left); in HandleLongRotate() local 4529 __ Lsl(out_reg_lo, in_reg_lo, shift_left); in HandleLongRotate() local 4538 __ Lsl(out_reg_lo, in_reg_lo, shift_left); in HandleLongRotate() local 4541 __ Lsl(shift_right, in_reg_hi, shift_left); in HandleLongRotate() local 4652 __ Lsl(out_reg, first_reg, out_reg); in HandleShift() local 4664 __ Lsl(out_reg, first_reg, shift_value); in HandleShift() local 4688 __ Lsl(o_h, high, o_l); in HandleShift() local 4696 __ Lsl(o_h, low, temp, PL); in HandleShift() local [all …]
|
D | intrinsics_arm64.cc | 1338 __ Lsl(temp0, temp0, temp3); in VisitStringCompareTo() local 1424 __ Lsl(temp0, temp0, 1u); in VisitStringCompareTo() local 1625 __ Lsl(temp, temp, temp1); // Calculate number of bytes to compare. in VisitStringEquals() local
|
D | code_generator_arm64.cc | 1245 __ Lsl(index_reg, index_reg, Primitive::ComponentSizeShift(type)); in EmitNativeCode() local 2494 __ Lsl(dst, lhs, shift_value); in HandleShift() local 2504 __ Lsl(dst, lhs, rhs_reg); in HandleShift() local
|
D | intrinsics_arm.cc | 2600 __ Lsl(out, out, 1); in VisitFloatIsInfinite() local
|
D | intrinsics_arm_vixl.cc | 2973 __ Lsl(out, out, 1); in VisitFloatIsInfinite() local
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64.cc | 476 __ Lsl(root_reg, ip0.W(), LockWord::kForwardingAddressShift); in CompileThunk() local
|
/art/compiler/utils/arm/ |
D | assembler_thumb2.cc | 3414 void Thumb2Assembler::Lsl(Register rd, Register rm, uint32_t shift_imm, in Lsl() function in art::arm::Thumb2Assembler 3454 void Thumb2Assembler::Lsl(Register rd, Register rm, Register rn, in Lsl() function in art::arm::Thumb2Assembler
|