Searched refs:Lsrs (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | intrinsics_arm_vixl.cc | 676 __ Lsrs(temp2, temp2, 1u); in VisitStringCompareTo() local 829 __ Lsrs(temp3, temp3, 1u); // Continue the move of the compression flag. in GenerateStringCompareToLoop() local 864 __ Lsrs(temp0, temp0, 1u); in GenerateStringCompareToLoop() local 1049 __ Lsrs(temp, temp, 1u); // Extract length and check compression flag. in VisitStringEquals() local 1680 __ Lsrs(temp2, temp2, LockWord::kReadBarrierStateShift + 1); in VisitSystemArrayCopy() local 2133 __ Lsrs(out_reg_hi, temp, out_reg_hi); in GenHighestOneBit() local
|
H A D | code_generator_arm_vixl.cc | 5112 __ Lsrs(shift_left, RegisterFrom(rhs), 6); in HandleLongRotate() local 5367 __ Lsrs(o_h, high, 1); in HandleShift() local 6422 __ Lsrs(length, length, 1u); // LSRS has a 16-bit encoding, TST (immediate) does not. in VisitArrayGet() local 6467 __ Lsrs(length, length, 1u); // LSRS has a 16-bit encoding, TST (immediate) does not. in VisitArrayGet() local
|