Searched refs:ldr (Results 1 - 25 of 360) sorted by relevance

1234567891011>>

/external/llvm/test/MC/AArch64/
H A Derror-location-ldr-pseudo.s5 ldr x0, =(-undef)
H A Delf-reloc-ldrlit.s4 ldr x0, some_label
5 ldr w3, some_label
H A Dldr-pseudo-diagnostics.s6 ldr w0, =0x100000001
8 // CHECK-ERROR: ldr w0, =0x100000001
11 ldr w0, =-0x80000001
13 // CHECK-ERROR: ldr w0, =-0x80000001
17 ldr foo, =1
19 // CHECK-ERROR: ldr foo, =1
29 ldr x0, =())
31 // CHECK-ERROR: ldr x0, =())
H A Dldr-pseudo-obj-errors.s5 //with the ldr pseudo. They are tested separately from parse errors because they
12 ldr x0, =0x10111
H A Dldr-pseudo.s4 // Check that large constants are converted to ldr from constant pool
10 ldr x0, =0x1234
12 ldr w1, =0x4567
14 ldr x0, =0x12340000
16 ldr w1, =0x45670000
18 ldr x0, =0xabc00000000
20 ldr x0, =0xbeef000000000000
26 ldr w0, =0x10001
27 // CHECK: ldr w0, .Ltmp[[TMP0:[0-9]+]]
33 ldr w
[all...]
H A Dfixup-out-of-range.s7 ldr x0, distant
10 ldr x0, unaligned
19 ldr x0, [x1, distant-.]
22 ldr x0, [x1, unaligned-.]
25 ldr w0, [x1, distant-.]
28 ldr w0, [x1, unaligned-.]
40 ldr q0, [x1, distant-.]
43 ldr q0, [x1, unaligned-.]
H A Delf-reloc-ldstunsimm.s6 ldr w0, [sp, #:lo12:some_label]
7 ldr x0, [sp, #:lo12:some_label]
H A Delf-reloc-pcreladdressing.s8 ldr x0, [x5, #:got_lo12:some_label]
H A Darm64-elf-relocs.s94 ldr b17, [x19, #:lo12:sym]
98 // CHECK: ldr b17, [x19, :lo12:sym]
107 ldr b11, [x7, #:dtprel_lo12:sym]
111 // CHECK: ldr b11, [x7, :dtprel_lo12:sym]
120 ldr b7, [x8, #:tprel_lo12_nc:sym]
124 // CHECK: ldr b7, [x8, :tprel_lo12_nc:sym]
133 ldr h17, [x19, :lo12:sym]
137 // CHECK: ldr h17, [x19, :lo12:sym]
146 ldr h11, [x7, #:dtprel_lo12:sym]
150 // CHECK: ldr h1
[all...]
H A Darm64-leaf-compact-unwind.s99 ldr w10, [x8, x9]
139 ldr x8, [x8, _bar@GOTPAGEOFF]
140 ldr w9, [x8]
141 ldr w10, [x8]
142 ldr w11, [x8]
143 ldr w12, [x8]
144 ldr w13, [x8]
145 ldr w14, [x8]
146 ldr w15, [x8]
147 ldr w1
[all...]
H A Dinline-asm-modifiers.s13 ldr x0, [x0, #:got_lo12:var_got]
22 ldr x0, [x0, #:gottprel_lo12:var_tlsie]
120 ldr b0, [sp]
123 ldr h0, [sp]
126 ldr s0, [sp]
129 ldr d0, [sp]
132 ldr q0, [sp]
135 ldr b0, [sp]
138 ldr h0, [sp]
141 ldr s
[all...]
/external/libffi/src/arm/
H A Dtrampoline.S39 ldr r0, [pc, #-4092]
42 ldr pc, [pc, #-4092]
52 ldr r0, [pc, #-4092]
55 ldr pc, [pc, #-4092]
65 ldr r0, [pc, #-4092]
68 ldr pc, [pc, #-4092]
78 ldr r0, [pc, #-4092]
81 ldr pc, [pc, #-4092]
91 ldr r0, [pc, #-4092]
94 ldr p
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
H A Dtrampoline.S39 ldr r0, [pc, #-4092]
42 ldr pc, [pc, #-4092]
52 ldr r0, [pc, #-4092]
55 ldr pc, [pc, #-4092]
65 ldr r0, [pc, #-4092]
68 ldr pc, [pc, #-4092]
78 ldr r0, [pc, #-4092]
81 ldr pc, [pc, #-4092]
91 ldr r0, [pc, #-4092]
94 ldr p
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/arm/
H A Dtrampoline.S39 ldr r0, [pc, #-4092]
42 ldr pc, [pc, #-4092]
52 ldr r0, [pc, #-4092]
55 ldr pc, [pc, #-4092]
65 ldr r0, [pc, #-4092]
68 ldr pc, [pc, #-4092]
78 ldr r0, [pc, #-4092]
81 ldr pc, [pc, #-4092]
91 ldr r0, [pc, #-4092]
94 ldr p
[all...]
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Darm-memory-instructions.s14 ldr r5, [r7]
15 ldr r6, [r3, #63]
16 ldr r2, [r4, #4095]!
17 ldr r1, [r2], #30
18 ldr r3, [r1], #-30
20 @ CHECK: ldr r5, [r7] @ encoding: [0x00,0x50,0x97,0xe5]
21 @ CHECK: ldr r6, [r3, #63] @ encoding: [0x3f,0x60,0x93,0xe5]
22 @ CHECK: ldr r2, [r4, #4095]! @ encoding: [0xff,0x2f,0xb4,0xe5]
23 @ CHECK: ldr r1, [r2], #30 @ encoding: [0x1e,0x10,0x92,0xe4]
24 @ CHECK: ldr r
[all...]
/external/llvm/test/MC/ARM/
H A Darm-memory-instructions.s14 ldr r5, [r7]
15 ldr r6, [r3, #63]
16 ldr r2, [r4, #4095]!
17 ldr r1, [r2], #30
18 ldr r3, [r1], #-30
19 ldr r9, [r2], #-0
21 @ CHECK: ldr r5, [r7] @ encoding: [0x00,0x50,0x97,0xe5]
22 @ CHECK: ldr r6, [r3, #63] @ encoding: [0x3f,0x60,0x93,0xe5]
23 @ CHECK: ldr r2, [r4, #4095]! @ encoding: [0xff,0x2f,0xb4,0xe5]
24 @ CHECK: ldr r
[all...]
H A Darm-qualifier-diagnostics.s7 ldr.n r0, [r0]
10 @ CHECK: ldr.n r0, [r0]
13 @ CHECK-NOT: ldr.n r0, [r0]
H A Dldr-pseudo-darwin.s1 @ This test has a partner (ldr-pseudo.s) that contains matching
2 @ tests for the ldr-pseudo on linux targets. We need separate files
13 @ Check that large constants are converted to ldr from constant pool
19 ldr r0, =0x10002
20 @ CHECK: ldr r0, Ltmp0
26 ldr r0, =0x10003
27 @ CHECK: ldr r0, Ltmp1
32 ldr r0, =0x10004
33 @ CHECK: ldr r0, Ltmp2
41 ldr r
[all...]
H A Dldr-pseudo.s1 @ This test has a partner (ldr-pseudo-darwin.s) that contains matching
2 @ tests for the ldr-pseudo on darwin targets. We need separate files
13 @ Check that large constants are converted to ldr from constant pool
19 ldr r0, =0x10002
20 @ CHECK: ldr r0, .Ltmp[[TMP0:[0-9]+]]
26 ldr r0, =0x10003
27 @ CHECK: ldr r0, .Ltmp[[TMP1:[0-9]+]]
32 ldr r0, =0x10004
33 @ CHECK: ldr r0, .Ltmp[[TMP2:[0-9]+]]
41 ldr r
[all...]
H A Dpool.s9 ldr r0, =0xba5eba11
14 @ CHECK: ldr r0, .Ltmp0
/external/valgrind/coregrind/m_syswrap/
H A Dsyscall-arm-linux.S89 ldr r3, [sp, #32] /* nsigwords */
93 ldr r5, [sp, #4] /* guest_state */
95 ldr r7, [sp, #0] /* syscall# */
96 ldr r0, [r5, #OFFSET_arm_R0]
97 ldr r1, [r5, #OFFSET_arm_R1]
98 ldr r2, [r5, #OFFSET_arm_R2]
99 ldr r3, [r5, #OFFSET_arm_R3]
100 ldr r4, [r5, #OFFSET_arm_R4]
101 ldr r5, [r5, #OFFSET_arm_R5]
105 ldr r
[all...]
/external/compiler-rt/lib/builtins/arm/
H A Daeabi_ldivmod.S27 ldr r2, [sp, #8]
28 ldr r3, [sp, #12]
H A Daeabi_uldivmod.S27 ldr r2, [sp, #8]
28 ldr r3, [sp, #12]
/external/libmpeg2/common/arm/
H A Dimpeg2_format_conv.s119 ldr r4, [sp, #56] @// Load convert_uv_only
125 ldr r4, [sp, #28] @// Load u2_height from stack
127 ldr r5, [sp, #32] @// Load u2_width from stack
129 ldr r7, [sp, #36] @// Load u2_stridey from stack
131 ldr r8, [sp, #48] @// Load u2_dest_stride_y from stack
170 ldr r3, [sp, #24] @// Load pu1_dest_uv from stack
172 ldr r4, [sp, #28] @// Load u2_height from stack
174 ldr r5, [sp, #32] @// Load u2_width from stack
177 ldr r7, [sp, #40] @// Load u2_strideu from stack
179 ldr r
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_aarch64.S27 ldr x2, [x2, #:got_lo12:__pointer_chk_guard]
29 ldr x2, [x2]
37 ldr x19, [sp, 16]
45 ldr x1, [x1, #:got_lo12:_ZN14__interception11real_setjmpE]
46 ldr x1, [x1]
75 ldr x2, [x2, #:got_lo12:__pointer_chk_guard]
77 ldr x2, [x2]
85 ldr x19, [sp, 16]
93 ldr x1, [x1, #:got_lo12:_ZN14__interception12real__setjmpE]
94 ldr x
[all...]

Completed in 433 milliseconds

1234567891011>>