xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/ldr.cgs (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1*4b169a6bSchristos# arm testcase for ldr${cond} $rd,???
2*4b169a6bSchristos# mach: unfinished
3*4b169a6bSchristos
4*4b169a6bSchristos	.include "testutils.inc"
5*4b169a6bSchristos
6*4b169a6bSchristos	start
7*4b169a6bSchristos
8*4b169a6bSchristos	.global ldr_post_dec_imm_offset
9*4b169a6bSchristosldr_post_dec_imm_offset:
10*4b169a6bSchristos	ldr0 pc,???
11*4b169a6bSchristos
12*4b169a6bSchristos	pass
13*4b169a6bSchristos# arm testcase for ldr${cond}t $rd,???
14*4b169a6bSchristos# mach: unfinished
15*4b169a6bSchristos
16*4b169a6bSchristos	.include "testutils.inc"
17*4b169a6bSchristos
18*4b169a6bSchristos	start
19*4b169a6bSchristos
20*4b169a6bSchristos	.global ldr_post_dec_nonpriv_imm_offset
21*4b169a6bSchristosldr_post_dec_nonpriv_imm_offset:
22*4b169a6bSchristos	ldr0t pc,???
23*4b169a6bSchristos
24*4b169a6bSchristos	pass
25*4b169a6bSchristos# arm testcase for ldr${cond}t $rd,???
26*4b169a6bSchristos# mach: unfinished
27*4b169a6bSchristos
28*4b169a6bSchristos	.include "testutils.inc"
29*4b169a6bSchristos
30*4b169a6bSchristos	start
31*4b169a6bSchristos
32*4b169a6bSchristos	.global ldr_post_dec_nonpriv_reg_offset
33*4b169a6bSchristosldr_post_dec_nonpriv_reg_offset:
34*4b169a6bSchristos	ldr0t pc,???
35*4b169a6bSchristos
36*4b169a6bSchristos	pass
37*4b169a6bSchristos# arm testcase for ldr${cond} $rd,???
38*4b169a6bSchristos# mach: unfinished
39*4b169a6bSchristos
40*4b169a6bSchristos	.include "testutils.inc"
41*4b169a6bSchristos
42*4b169a6bSchristos	start
43*4b169a6bSchristos
44*4b169a6bSchristos	.global ldr_post_dec_reg_offset
45*4b169a6bSchristosldr_post_dec_reg_offset:
46*4b169a6bSchristos	ldr0 pc,???
47*4b169a6bSchristos
48*4b169a6bSchristos	pass
49*4b169a6bSchristos# arm testcase for ldr${cond} $rd,???
50*4b169a6bSchristos# mach: unfinished
51*4b169a6bSchristos
52*4b169a6bSchristos	.include "testutils.inc"
53*4b169a6bSchristos
54*4b169a6bSchristos	start
55*4b169a6bSchristos
56*4b169a6bSchristos	.global ldr_post_inc_imm_offset
57*4b169a6bSchristosldr_post_inc_imm_offset:
58*4b169a6bSchristos	ldr0 pc,???
59*4b169a6bSchristos
60*4b169a6bSchristos	pass
61*4b169a6bSchristos# arm testcase for ldr${cond}t $rd,???
62*4b169a6bSchristos# mach: unfinished
63*4b169a6bSchristos
64*4b169a6bSchristos	.include "testutils.inc"
65*4b169a6bSchristos
66*4b169a6bSchristos	start
67*4b169a6bSchristos
68*4b169a6bSchristos	.global ldr_post_inc_nonpriv_imm_offset
69*4b169a6bSchristosldr_post_inc_nonpriv_imm_offset:
70*4b169a6bSchristos	ldr0t pc,???
71*4b169a6bSchristos
72*4b169a6bSchristos	pass
73*4b169a6bSchristos# arm testcase for ldr${cond}t $rd,???
74*4b169a6bSchristos# mach: unfinished
75*4b169a6bSchristos
76*4b169a6bSchristos	.include "testutils.inc"
77*4b169a6bSchristos
78*4b169a6bSchristos	start
79*4b169a6bSchristos
80*4b169a6bSchristos	.global ldr_post_inc_nonpriv_reg_offset
81*4b169a6bSchristosldr_post_inc_nonpriv_reg_offset:
82*4b169a6bSchristos	ldr0t pc,???
83*4b169a6bSchristos
84*4b169a6bSchristos	pass
85*4b169a6bSchristos# arm testcase for ldr${cond} $rd,???
86*4b169a6bSchristos# mach: unfinished
87*4b169a6bSchristos
88*4b169a6bSchristos	.include "testutils.inc"
89*4b169a6bSchristos
90*4b169a6bSchristos	start
91*4b169a6bSchristos
92*4b169a6bSchristos	.global ldr_post_inc_reg_offset
93*4b169a6bSchristosldr_post_inc_reg_offset:
94*4b169a6bSchristos	ldr0 pc,???
95*4b169a6bSchristos
96*4b169a6bSchristos	pass
97*4b169a6bSchristos# arm testcase for ldr${cond} $rd,???
98*4b169a6bSchristos# mach: unfinished
99*4b169a6bSchristos
100*4b169a6bSchristos	.include "testutils.inc"
101*4b169a6bSchristos
102*4b169a6bSchristos	start
103*4b169a6bSchristos
104*4b169a6bSchristos	.global ldr_pre_dec_imm_offset
105*4b169a6bSchristosldr_pre_dec_imm_offset:
106*4b169a6bSchristos	ldr0 pc,???
107*4b169a6bSchristos
108*4b169a6bSchristos	pass
109*4b169a6bSchristos# arm testcase for ldr${cond} $rd,???
110*4b169a6bSchristos# mach: unfinished
111*4b169a6bSchristos
112*4b169a6bSchristos	.include "testutils.inc"
113*4b169a6bSchristos
114*4b169a6bSchristos	start
115*4b169a6bSchristos
116*4b169a6bSchristos	.global ldr_pre_dec_reg_offset
117*4b169a6bSchristosldr_pre_dec_reg_offset:
118*4b169a6bSchristos	ldr0 pc,???
119*4b169a6bSchristos
120*4b169a6bSchristos	pass
121*4b169a6bSchristos# arm testcase for ldr${cond} $rd,???
122*4b169a6bSchristos# mach: unfinished
123*4b169a6bSchristos
124*4b169a6bSchristos	.include "testutils.inc"
125*4b169a6bSchristos
126*4b169a6bSchristos	start
127*4b169a6bSchristos
128*4b169a6bSchristos	.global ldr_pre_dec_wb_imm_offset
129*4b169a6bSchristosldr_pre_dec_wb_imm_offset:
130*4b169a6bSchristos	ldr0 pc,???
131*4b169a6bSchristos
132*4b169a6bSchristos	pass
133*4b169a6bSchristos# arm testcase for ldr${cond} $rd,???
134*4b169a6bSchristos# mach: unfinished
135*4b169a6bSchristos
136*4b169a6bSchristos	.include "testutils.inc"
137*4b169a6bSchristos
138*4b169a6bSchristos	start
139*4b169a6bSchristos
140*4b169a6bSchristos	.global ldr_pre_dec_wb_reg_offset
141*4b169a6bSchristosldr_pre_dec_wb_reg_offset:
142*4b169a6bSchristos	ldr0 pc,???
143*4b169a6bSchristos
144*4b169a6bSchristos	pass
145*4b169a6bSchristos# arm testcase for ldr${cond} $rd,???
146*4b169a6bSchristos# mach: unfinished
147*4b169a6bSchristos
148*4b169a6bSchristos	.include "testutils.inc"
149*4b169a6bSchristos
150*4b169a6bSchristos	start
151*4b169a6bSchristos
152*4b169a6bSchristos	.global ldr_pre_inc_imm_offset
153*4b169a6bSchristosldr_pre_inc_imm_offset:
154*4b169a6bSchristos	ldr0 pc,???
155*4b169a6bSchristos
156*4b169a6bSchristos	pass
157*4b169a6bSchristos# arm testcase for ldr${cond} $rd,???
158*4b169a6bSchristos# mach: unfinished
159*4b169a6bSchristos
160*4b169a6bSchristos	.include "testutils.inc"
161*4b169a6bSchristos
162*4b169a6bSchristos	start
163*4b169a6bSchristos
164*4b169a6bSchristos	.global ldr_pre_inc_reg_offset
165*4b169a6bSchristosldr_pre_inc_reg_offset:
166*4b169a6bSchristos	ldr0 pc,???
167*4b169a6bSchristos
168*4b169a6bSchristos	pass
169*4b169a6bSchristos# arm testcase for ldr${cond} $rd,???
170*4b169a6bSchristos# mach: unfinished
171*4b169a6bSchristos
172*4b169a6bSchristos	.include "testutils.inc"
173*4b169a6bSchristos
174*4b169a6bSchristos	start
175*4b169a6bSchristos
176*4b169a6bSchristos	.global ldr_pre_inc_wb_imm_offset
177*4b169a6bSchristosldr_pre_inc_wb_imm_offset:
178*4b169a6bSchristos	ldr0 pc,???
179*4b169a6bSchristos
180*4b169a6bSchristos	pass
181*4b169a6bSchristos# arm testcase for ldr${cond} $rd,???
182*4b169a6bSchristos# mach: unfinished
183*4b169a6bSchristos
184*4b169a6bSchristos	.include "testutils.inc"
185*4b169a6bSchristos
186*4b169a6bSchristos	start
187*4b169a6bSchristos
188*4b169a6bSchristos	.global ldr_pre_inc_wb_reg_offset
189*4b169a6bSchristosldr_pre_inc_wb_reg_offset:
190*4b169a6bSchristos	ldr0 pc,???
191*4b169a6bSchristos
192*4b169a6bSchristos	pass
193