Home
last modified time | relevance | path

Searched defs:ldr (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc682 uint32_t ldr = kLdrWInsn | offset | (base_reg << 16) | (ref_reg << 12); in TestBakerFieldWide() local
704 uint32_t ldr = kLdrWInsn | offset | (base_reg << 16) | (ref_reg << 12); in TestBakerFieldWide() local
780 uint32_t ldr = kLdrInsn | (offset << (6 - 2)) | (base_reg << 3) | ref_reg; in TestBakerFieldNarrow() local
805 uint32_t ldr = kLdrInsn | (offset << (6 - 2)) | (base_reg << 3) | ref_reg; in TestBakerFieldNarrow() local
1074 auto ldr = [](uint32_t base_reg) { in TEST_F() local
1160 uint32_t ldr = kLdrWInsn | (/* offset */ 8) | (/* base_reg */ 0 << 16) | (root_reg << 12); in TEST_F() local
1178 uint32_t ldr = kLdrWInsn | (/* offset */ 8) | (/* base_reg */ 0 << 16) | (root_reg << 12); in TEST_F() local
1215 uint32_t ldr = kLdrInsn | (/* offset */ 8 << (6 - 2)) | (/* base_reg */ 0 << 3) | root_reg; in TEST_F() local
1233 uint32_t ldr = kLdrInsn | (/* offset */ 8 << (6 - 2)) | (/* base_reg */ 0 << 3) | root_reg; in TEST_F() local
1266 const uint32_t ldr = in TEST_F() local
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc1022 uint32_t ldr = kLdrWInsn | (offset << (10 - 2)) | (base_reg << 5) | ref_reg; in TestBakerField() local
1044 uint32_t ldr = kLdrWInsn | (offset << (10 - 2)) | (base_reg << 5) | ref_reg; in TestBakerField() local
1265 auto ldr = [](uint32_t base_reg) { in TEST_F() local
1351 uint32_t ldr = kLdrWInsn | (/* offset */ 8 << (10 - 2)) | (/* base_reg */ 0 << 5) | root_reg; in TEST_F() local
1370 uint32_t ldr = kLdrWInsn | (/* offset */ 8 << (10 - 2)) | (/* base_reg */ 0 << 5) | root_reg; in TEST_F() local
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc2124 __ ldr(temp, MemOperand(temp)); in GenerateFrameEntry() local
3230 __ ldr(temp, MemOperand(RegisterFrom(receiver), class_offset)); in VisitInvokeInterface() local
5808 __ ldr(temps.Acquire(), MemOperand(InputRegisterAt(instruction, 0))); in GenerateImplicitNullCheck() local
6318 __ ldr(temp1, MemOperand(array, class_offset)); in VisitArraySet() local
6470 __ ldr(out, MemOperand(obj, offset)); in VisitArrayLength() local
8370 __ ldr(EncodingSize(narrow ? Narrow : Wide), root_reg, MemOperand(obj, offset)); in GenerateGcRootFieldLoad() local
8473 __ ldr(EncodingSize(narrow ? Narrow : Wide), ref_reg, src); in GenerateFieldLoadWithBakerReadBarrier() local
8569 __ ldr(ref_reg, MemOperand(data_reg, index_reg, vixl32::LSL, scale_factor)); in GenerateArrayLoadWithBakerReadBarrier() local
8790 __ ldr(temp, MemOperand(receiver, class_offset)); in GenerateVirtualCall() local
9191 __ ldr(jump_offset, MemOperand(table_base, key_reg, vixl32::LSL, 2)); in VisitPackedSwitch() local