Lines Matching defs:Ldr
125 __ Ldr(tmp_reg, MemOperand(src_curr_addr, element_size, PostIndex)); in EmitNativeCode() local
656 __ Ldr(WRegisterFrom(invoke->GetLocations()->Out()), in VisitMemoryPeekIntNative() local
666 __ Ldr(XRegisterFrom(invoke->GetLocations()->Out()), in VisitMemoryPeekLongNative() local
2082 __ Ldr(temp3, HeapOperand(str, count_offset)); in VisitStringCompareTo() local
2083 __ Ldr(temp2, HeapOperand(arg, count_offset)); in VisitStringCompareTo() local
2089 __ Ldr(temp0, HeapOperand(str, count_offset)); in VisitStringCompareTo() local
2090 __ Ldr(temp1, HeapOperand(arg, count_offset)); in VisitStringCompareTo() local
2130 __ Ldr(temp4, MemOperand(str.X(), temp1.X())); in VisitStringCompareTo() local
2131 __ Ldr(temp2, MemOperand(arg.X(), temp1.X())); in VisitStringCompareTo() local
2322 __ Ldr(temp, MemOperand(str.X(), class_offset)); in VisitStringEquals() local
2324 __ Ldr(temp1, MemOperand(arg.X(), class_offset)); in VisitStringEquals() local
2349 __ Ldr(temp, MemOperand(arg.X(), count_offset)); in VisitStringEquals() local
2357 __ Ldr(temp, MemOperand(str.X(), count_offset)); in VisitStringEquals() local
2358 __ Ldr(temp1, MemOperand(arg.X(), count_offset)); in VisitStringEquals() local
2391 __ Ldr(temp, MemOperand(str.X(), offset)); in VisitStringEquals() local
2392 __ Ldr(temp1, MemOperand(arg.X(), offset)); in VisitStringEquals() local
2417 __ Ldr(out, MemOperand(str.X(), temp1)); in VisitStringEquals() local
2418 __ Ldr(temp2, MemOperand(arg.X(), temp1)); in VisitStringEquals() local
2844 __ Ldr(tmp2, MemOperand(srcObj, count_offset)); in VisitStringGetCharsNoCheck() local
2983 __ Ldr(temp, MemOperand(array, length_offset)); in CheckSystemArrayCopyPosition() local
2991 __ Ldr(temp, MemOperand(array, length_offset)); in CheckSystemArrayCopyPosition() local
3011 __ Ldr(temp, MemOperand(array, length_offset)); in CheckSystemArrayCopyPosition() local
3174 __ Ldr(tmp, MemOperand(src_curr_addr, char_size * chars_per_block, PostIndex)); in VisitSystemArrayCopyChar() local
3193 __ Ldr(tmp.W(), MemOperand(src_curr_addr)); in VisitSystemArrayCopyChar() local
3212 __ Ldr(tmp, MemOperand(src_curr_addr, 4 * char_size, PostIndex)); in VisitSystemArrayCopyChar() local
3377 __ Ldr(temp, HeapOperand(klass, component_offset)); in VisitSystemArrayCopy() local
3419 __ Ldr(temp1, MemOperand(dest, class_offset)); in VisitSystemArrayCopy() local
3422 __ Ldr(temp2, MemOperand(src, class_offset)); in VisitSystemArrayCopy() local
3435 __ Ldr(temp1, HeapOperand(temp1, component_offset)); in VisitSystemArrayCopy() local
3438 __ Ldr(temp1, HeapOperand(temp1, super_offset)); in VisitSystemArrayCopy() local
3462 __ Ldr(temp2, MemOperand(src, class_offset)); in VisitSystemArrayCopy() local
3524 __ Ldr(tmp, HeapOperand(src.W(), monitor_offset)); in VisitSystemArrayCopy() local
3571 __ Ldr(tmp, MemOperand(src_curr_addr, element_size, PostIndex)); in VisitSystemArrayCopy() local
3736 __ Ldr(temp, in VisitReferenceGetReferent() local
3818 __ Ldr(tmp, HeapOperand(tmp, monitor_offset)); in VisitReferenceRefersTo() local
3956 __ Ldr(array_elem, MemOperand(ptr, 4, PostIndex)); in GenerateCodeForCalculationCRC32ValueOfBytes() local
3966 __ Ldr(array_elem.X(), MemOperand(ptr, 8, PostIndex)); in GenerateCodeForCalculationCRC32ValueOfBytes() local
3984 __ Ldr(array_elem, MemOperand(ptr, 4, PostIndex)); in GenerateCodeForCalculationCRC32ValueOfBytes() local
4584 __ Ldr(temp, HeapOperand(object, class_offset.Int32Value())); in GenerateSubTypeObjectCheckNoReadBarrier() local
4590 __ Ldr(temp, HeapOperand(temp, super_class_offset.Int32Value())); in GenerateSubTypeObjectCheckNoReadBarrier() local
4668 __ Ldr(temp, HeapOperand(varhandle, coordinate_type0_offset.Int32Value())); in GenerateVarHandleStaticFieldCheck() local
4757 __ Ldr(temp2, HeapOperand(object, class_offset.Int32Value())); in GenerateVarHandleArrayChecks() local
4765 __ Ldr(temp2, HeapOperand(temp, component_type_offset.Int32Value())); in GenerateVarHandleArrayChecks() local
4790 __ Ldr(temp, HeapOperand(object, array_length_offset.Int32Value())); in GenerateVarHandleArrayChecks() local
4887 __ Ldr(field.X(), HeapOperand(varhandle, art_field_offset.Int32Value())); in GenerateVarHandleTarget() local
4888 __ Ldr(target.offset, MemOperand(field.X(), offset_offset.Int32Value())); in GenerateVarHandleTarget() local
5914 __ Ldr(temp, HeapOperand(varhandle, class_offset.Int32Value())); in EmitByteArrayViewCode() local
5921 __ Ldr(temp, HeapOperand(object, array_length_offset.Int32Value())); in EmitByteArrayViewCode() local
5946 __ Ldr(temp, HeapOperand(varhandle, native_byte_order_offset.Int32Value())); in EmitByteArrayViewCode() local
6007 __ Ldr(temp, HeapOperand(method_handle.W(), mirror::MethodHandle::MethodTypeOffset())); in VisitMethodHandleInvokeExact() local
6012 __ Ldr(temp, HeapOperand(method_handle.W(), mirror::MethodHandle::HandleKindOffset())); in VisitMethodHandleInvokeExact() local
6017 __ Ldr(method, HeapOperand(method_handle.W(), mirror::MethodHandle::ArtFieldOrMethodOffset())); in VisitMethodHandleInvokeExact() local
6019 __ Ldr(lr, MemOperand(method, entry_point.SizeValue())); in VisitMethodHandleInvokeExact() local