Lines Matching refs:Operand

446   __ Bic(dst, dst, Operand(temp, LSL, high_bit - clz_high_bit));  // Clear dst if src was 0.  in GenHighestOneBit()
1390 __ Add(tmp_ptr, base_.X(), Operand(offset_)); in EmitNativeCode()
1500 __ Add(tmp_ptr, base.X(), Operand(offset)); in GenUnsafeCas()
1740 __ Add(tmp_ptr, base.X(), Operand(offset)); in GenUnsafeGetAndUpdate()
1912 __ Eor(temp2, temp2, Operand(temp3)); in VisitStringCompareTo()
1915 __ Ands(temp3.W(), temp3.W(), Operand(1)); in VisitStringCompareTo()
1967 __ Cmp(temp0, Operand(temp1.W(), LSR, (mirror::kUseStringCompression) ? 3 : 4)); in VisitStringCompareTo()
1973 __ Bic(temp1, temp1, Operand(temp3.X(), LSL, 3u)); in VisitStringCompareTo()
1982 __ Sub(out, temp1.W(), Operand(temp2.W(), UXTB)); in VisitStringCompareTo()
1986 __ Sub(out, temp4.W(), Operand(temp2.W(), UXTH)); in VisitStringCompareTo()
2012 __ Add(temp1, temp1, Operand(value_offset)); in VisitStringCompareTo()
2013 __ Add(temp2, temp2, Operand(value_offset)); in VisitStringCompareTo()
2016 __ Sub(temp0, temp0, Operand(temp3)); in VisitStringCompareTo()
2024 __ Subs(temp4, temp4, Operand(temp3)); in VisitStringCompareTo()
2032 __ Tst(temp0, Operand(1)); in VisitStringCompareTo()
2163 __ Cmp(temp, Operand(mirror::String::GetFlaggedCount(const_string_length, is_compressed))); in VisitStringEquals()
2216 __ And(temp1, temp, Operand(1)); // Extract compression flag. in VisitStringEquals()
2230 __ Add(temp1, temp1, Operand(sizeof(uint64_t))); in VisitStringEquals()
2234 __ Sub(temp, temp, Operand(mirror::kUseStringCompression ? 8 : 4), SetFlags); in VisitStringEquals()
2647 __ Add(dst_ptr, dstObj, Operand(data_offset)); in VisitStringGetCharsNoCheck()
2648 __ Add(dst_ptr, dst_ptr, Operand(dstBegin, LSL, 1)); in VisitStringGetCharsNoCheck()
2651 __ Add(src_ptr, srcObj, Operand(value_offset)); in VisitStringGetCharsNoCheck()
2660 __ Add(src_ptr, src_ptr, Operand(srcBegin, LSL, 1)); in VisitStringGetCharsNoCheck()
2699 __ Add(src_ptr, src_ptr, Operand(srcBegin)); in VisitStringGetCharsNoCheck()
2725 __ Subs(num_chr, num_chr, Operand(1)); in VisitStringGetCharsNoCheck()
2849 __ Add(dest, base, Operand(XRegisterFrom(pos), LSL, DataType::SizeShift(type))); in GenArrayAddress()
3349 __ Add(src.X(), src.X(), Operand(tmp.X(), LSR, 32)); in VisitSystemArrayCopy()
3409 Operand infinity(0); in GenIsInfinite()
3410 Operand tst_mask(0); in GenIsInfinite()
3414 infinity = Operand(kPositiveInfinityDouble); in GenIsInfinite()
3418 infinity = Operand(kPositiveInfinityFloat); in GenIsInfinite()
3634 __ Cmp(tmp, Operand(0xc0000000)); in VisitReferenceRefersTo()
3638 __ Cmp(other, Operand(tmp, LSL, LockWord::kForwardingAddressShift)); in VisitReferenceRefersTo()