Searched refs:Lsrs (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_arm_vixl.cc | 1245 __ Lsrs(temp2, temp2, 1u); in VisitStringCompareTo() local 1398 __ Lsrs(temp3, temp3, 1u); // Continue the move of the compression flag. in GenerateStringCompareToLoop() local 1433 __ Lsrs(temp0, temp0, 1u); in GenerateStringCompareToLoop() local 1618 __ Lsrs(temp, temp, 1u); // Extract length and check compression flag. in VisitStringEquals() local 2249 __ Lsrs(temp2, temp2, LockWord::kReadBarrierStateShift + 1); in VisitSystemArrayCopy() local 2668 __ Lsrs(out_reg_hi, temp, out_reg_hi); in GenHighestOneBit() local
|
D | code_generator_arm_vixl.cc | 4894 __ Lsrs(shift_left, RegisterFrom(rhs), 6); in HandleLongRotate() local 5149 __ Lsrs(o_h, high, 1); in HandleShift() local 6161 __ Lsrs(length, length, 1u); // LSRS has a 16-bit encoding, TST (immediate) does not. in VisitArrayGet() local 6206 __ Lsrs(length, length, 1u); // LSRS has a 16-bit encoding, TST (immediate) does not. in VisitArrayGet() local
|