Searched refs:Lsrs (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_arm_vixl.cc | 1195 __ Lsrs(temp2, temp2, 1u); in VisitStringCompareTo() local 1348 __ Lsrs(temp3, temp3, 1u); // Continue the move of the compression flag. in GenerateStringCompareToLoop() local 1383 __ Lsrs(temp0, temp0, 1u); in GenerateStringCompareToLoop() local 1568 __ Lsrs(temp, temp, 1u); // Extract length and check compression flag. in VisitStringEquals() local 2199 __ Lsrs(temp2, temp2, LockWord::kReadBarrierStateShift + 1); in VisitSystemArrayCopy() local 2618 __ Lsrs(out_reg_hi, temp, out_reg_hi); in GenHighestOneBit() local
|
D | code_generator_arm_vixl.cc | 5066 __ Lsrs(shift_left, RegisterFrom(rhs), 6); in HandleLongRotate() local 5321 __ Lsrs(o_h, high, 1); in HandleShift() local 6333 __ Lsrs(length, length, 1u); // LSRS has a 16-bit encoding, TST (immediate) does not. in VisitArrayGet() local 6378 __ Lsrs(length, length, 1u); // LSRS has a 16-bit encoding, TST (immediate) does not. in VisitArrayGet() local
|