/art/compiler/utils/ |
D | assembler_thumb_test.cc | 492 __ Lsrs(R8, R4, 5); in TEST_F() local 1161 __ Lsrs(R0, R1, 5); in TEST_F() local 1165 __ Lsrs(R0, R0, R1); in TEST_F() local 1205 __ Lsrs(R0, R8, 5); in TEST_F() local 1211 __ Lsrs(R0, R1, R2); in TEST_F() local 1217 __ Lsrs(R0, R8, R2); in TEST_F() local
|
/art/compiler/utils/arm/ |
D | assembler_arm.h | 777 void Lsrs(Register rd, Register rm, uint32_t shift_imm, Condition cond = AL) { 812 void Lsrs(Register rd, Register rm, Register rn, Condition cond = AL) {
|
/art/compiler/optimizing/ |
D | intrinsics_arm.cc | 1186 __ Lsrs(temp2, temp2, 1u); in VisitStringCompareTo() local 1298 __ Lsrs(temp3, temp3, 1u); // Continue the move of the compression flag. in VisitStringCompareTo() local 1326 __ Lsrs(temp0, temp0, 1u); in VisitStringCompareTo() local 1422 __ Lsrs(temp, temp, 1u); // Extract length and check compression flag. in VisitStringEquals() local 2056 __ Lsrs(temp2, temp2, LockWord::kReadBarrierStateShift + 1); in VisitSystemArrayCopy() local
|
D | intrinsics_arm_vixl.cc | 1546 __ Lsrs(temp2, temp2, 1u); in VisitStringCompareTo() local 1667 __ Lsrs(temp3, temp3, 1u); // Continue the move of the compression flag. in VisitStringCompareTo() local 1702 __ Lsrs(temp0, temp0, 1u); in VisitStringCompareTo() local 1802 __ Lsrs(temp, temp, 1u); // Extract length and check compression flag. in VisitStringEquals() local 2434 __ Lsrs(temp2, temp2, LockWord::kReadBarrierStateShift + 1); in VisitSystemArrayCopy() local
|
D | code_generator_arm.cc | 874 __ Lsrs(temp_, temp_, LockWord::kReadBarrierStateShift + 1); in EmitNativeCode() local 995 __ Lsrs(temp1_, temp1_, LockWord::kReadBarrierStateShift + 1); in EmitNativeCode() local 4520 __ Lsrs(shift_left, rhs.AsRegister<Register>(), 6); in HandleLongRotate() local 4761 __ Lsrs(o_h, high, 1); in HandleShift() local 5796 __ Lsrs(length, length, 1u); // LSRS has a 16-bit encoding, TST (immediate) does not. in VisitArrayGet() local 5837 __ Lsrs(length, length, 1u); // LSRS has a 16-bit encoding, TST (immediate) does not. in VisitArrayGet() local
|
D | code_generator_arm_vixl.cc | 902 __ Lsrs(temp_, temp_, LockWord::kReadBarrierStateShift + 1); in EmitNativeCode() local 1030 __ Lsrs(temp1_, temp1_, LockWord::kReadBarrierStateShift + 1); in EmitNativeCode() local 4503 __ Lsrs(shift_left, RegisterFrom(rhs), 6); in HandleLongRotate() local 4758 __ Lsrs(o_h, high, 1); in HandleShift() local 5806 __ Lsrs(length, length, 1u); // LSRS has a 16-bit encoding, TST (immediate) does not. in VisitArrayGet() local 5848 __ Lsrs(length, length, 1u); // LSRS has a 16-bit encoding, TST (immediate) does not. in VisitArrayGet() local
|