]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/doc/c-arm.texi
* gas/arm/arm.exp: Add archv6 and thumbv6.
[thirdparty/binutils-gdb.git] / gas / doc / c-arm.texi
1 @c Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003
2 @c Free Software Foundation, Inc.
3 @c This is part of the GAS manual.
4 @c For copying conditions, see the file as.texinfo.
5
6 @ifset GENERIC
7 @page
8 @node ARM-Dependent
9 @chapter ARM Dependent Features
10 @end ifset
11
12 @ifclear GENERIC
13 @node Machine Dependencies
14 @chapter ARM Dependent Features
15 @end ifclear
16
17 @cindex ARM support
18 @cindex Thumb support
19 @menu
20 * ARM Options:: Options
21 * ARM Syntax:: Syntax
22 * ARM Floating Point:: Floating Point
23 * ARM Directives:: ARM Machine Directives
24 * ARM Opcodes:: Opcodes
25 * ARM Mapping Symbols:: Mapping Symbols
26 @end menu
27
28 @node ARM Options
29 @section Options
30 @cindex ARM options (none)
31 @cindex options for ARM (none)
32
33 @table @code
34
35 @cindex @code{-mcpu=} command line option, ARM
36 @item -mcpu=@var{processor}[+@var{extension}@dots{}]
37 This option specifies the target processor. The assembler will issue an
38 error message if an attempt is made to assemble an instruction which
39 will not execute on the target processor. The following processor names are
40 recognized:
41 @code{arm1},
42 @code{arm2},
43 @code{arm250},
44 @code{arm3},
45 @code{arm6},
46 @code{arm60},
47 @code{arm600},
48 @code{arm610},
49 @code{arm620},
50 @code{arm7},
51 @code{arm7m},
52 @code{arm7d},
53 @code{arm7dm},
54 @code{arm7di},
55 @code{arm7dmi},
56 @code{arm70},
57 @code{arm700},
58 @code{arm700i},
59 @code{arm710},
60 @code{arm710t},
61 @code{arm720},
62 @code{arm720t},
63 @code{arm740t},
64 @code{arm710c},
65 @code{arm7100},
66 @code{arm7500},
67 @code{arm7500fe},
68 @code{arm7t},
69 @code{arm7tdmi},
70 @code{arm8},
71 @code{arm810},
72 @code{strongarm},
73 @code{strongarm1},
74 @code{strongarm110},
75 @code{strongarm1100},
76 @code{strongarm1110},
77 @code{arm9},
78 @code{arm920},
79 @code{arm920t},
80 @code{arm922t},
81 @code{arm940t},
82 @code{arm9tdmi},
83 @code{arm9e},
84 @code{arm946e-r0},
85 @code{arm946e},
86 @code{arm966e-r0},
87 @code{arm966e},
88 @code{arm10t},
89 @code{arm10e},
90 @code{arm1020},
91 @code{arm1020t},
92 @code{arm1020e},
93 @code{arm1136js},
94 @code{arm1136jfs},
95 @code{ep9312} (ARM920 with Cirrus Maverick coprocessor),
96 @code{i80200} (Intel XScale processor)
97 @code{iwmmxt} (Intel(r) XScale processor with Wireless MMX(tm) technology coprocessor)
98 and
99 @code{xscale}.
100 The special name @code{all} may be used to allow the
101 assembler to accept instructions valid for any ARM processor.
102
103 In addition to the basic instruction set, the assembler can be told to
104 accept various extension mnemonics that extend the processor using the
105 co-processor instruction space. For example, @code{-mcpu=arm920+maverick}
106 is equivalent to specifying @code{-mcpu=ep9312}. The following extensions
107 are currently supported:
108 @code{+maverick}
109 @code{+iwmmxt}
110 and
111 @code{+xscale}.
112
113 @cindex @code{-march=} command line option, ARM
114 @item -march=@var{architecture}[+@var{extension}@dots{}]
115 This option specifies the target architecture. The assembler will issue
116 an error message if an attempt is made to assemble an instruction which
117 will not execute on the target architecture. The following architecture
118 names are recognized:
119 @code{armv1},
120 @code{armv2},
121 @code{armv2a},
122 @code{armv2s},
123 @code{armv3},
124 @code{armv3m},
125 @code{armv4},
126 @code{armv4xm},
127 @code{armv4t},
128 @code{armv4txm},
129 @code{armv5},
130 @code{armv5t},
131 @code{armv5txm},
132 @code{armv5te},
133 @code{armv5texp},
134 @code{armv6},
135 @code{iwmmxt}
136 and
137 @code{xscale}.
138 If both @code{-mcpu} and
139 @code{-march} are specified, the assembler will use
140 the setting for @code{-mcpu}.
141
142 The architecture option can be extended with the same instruction set
143 extension options as the @code{-mcpu} option.
144
145 @cindex @code{-mfpu=} command line option, ARM
146 @item -mfpu=@var{floating-point-format}
147
148 This option specifies the floating point format to assemble for. The
149 assembler will issue an error message if an attempt is made to assemble
150 an instruction which will not execute on the target floating point unit.
151 The following format options are recognized:
152 @code{softfpa},
153 @code{fpe},
154 @code{fpe2},
155 @code{fpe3},
156 @code{fpa},
157 @code{fpa10},
158 @code{fpa11},
159 @code{arm7500fe},
160 @code{softvfp},
161 @code{softvfp+vfp},
162 @code{vfp},
163 @code{vfp10},
164 @code{vfp10-r0},
165 @code{vfp9},
166 @code{vfpxd},
167 @code{arm1020t},
168 @code{arm1020e},
169 and
170 @code{arm1136jfs}.
171
172 In addition to determining which instructions are assembled, this option
173 also affects the way in which the @code{.double} assembler directive behaves
174 when assembling little-endian code.
175
176 The default is dependent on the processor selected. For Architecture 5 or
177 later, the default is to assembler for VFP instructions; for earlier
178 architectures the default is to assemble for FPA instructions.
179
180 @cindex @code{-mthumb} command line option, ARM
181 @item -mthumb
182 This option specifies that the assembler should start assembling Thumb
183 instructions; that is, it should behave as though the file starts with a
184 @code{.code 16} directive.
185
186 @cindex @code{-mthumb-interwork} command line option, ARM
187 @item -mthumb-interwork
188 This option specifies that the output generated by the assembler should
189 be marked as supporting interworking.
190
191 @cindex @code{-mapcs} command line option, ARM
192 @item -mapcs @code{[26|32]}
193 This option specifies that the output generated by the assembler should
194 be marked as supporting the indicated version of the Arm Procedure.
195 Calling Standard.
196
197 @cindex @code{-matpcs} command line option, ARM
198 @item -matpcs
199 This option specifies that the output generated by the assembler should
200 be marked as supporting the Arm/Thumb Procedure Calling Standard. If
201 enabled this option will cause the assembler to create an empty
202 debugging section in the object file called .arm.atpcs. Debuggers can
203 use this to determine the ABI being used by.
204
205 @cindex @code{-mapcs-float} command line option, ARM
206 @item -mapcs-float
207 This indicates the floating point variant of the APCS should be
208 used. In this variant floating point arguments are passed in FP
209 registers rather than integer registers.
210
211 @cindex @code{-mapcs-reentrant} command line option, ARM
212 @item -mapcs-reentrant
213 This indicates that the reentrant variant of the APCS should be used.
214 This variant supports position independent code.
215
216 @cindex @code{-EB} command line option, ARM
217 @item -EB
218 This option specifies that the output generated by the assembler should
219 be marked as being encoded for a big-endian processor.
220
221 @cindex @code{-EL} command line option, ARM
222 @item -EL
223 This option specifies that the output generated by the assembler should
224 be marked as being encoded for a little-endian processor.
225
226 @cindex @code{-k} command line option, ARM
227 @cindex PIC code generation for ARM
228 @item -k
229 This option specifies that the output of the assembler should be marked
230 as position-independent code (PIC).
231
232 @cindex @code{-moabi} command line option, ARM
233 @item -moabi
234 This indicates that the code should be assembled using the old ARM ELF
235 conventions, based on a beta release release of the ARM-ELF
236 specifications, rather than the default conventions which are based on
237 the final release of the ARM-ELF specifications.
238
239 @end table
240
241
242 @node ARM Syntax
243 @section Syntax
244 @menu
245 * ARM-Chars:: Special Characters
246 * ARM-Regs:: Register Names
247 @end menu
248
249 @node ARM-Chars
250 @subsection Special Characters
251
252 @cindex line comment character, ARM
253 @cindex ARM line comment character
254 The presence of a @samp{@@} on a line indicates the start of a comment
255 that extends to the end of the current line. If a @samp{#} appears as
256 the first character of a line, the whole line is treated as a comment.
257
258 @cindex line separator, ARM
259 @cindex statement separator, ARM
260 @cindex ARM line separator
261 The @samp{;} character can be used instead of a newline to separate
262 statements.
263
264 @cindex immediate character, ARM
265 @cindex ARM immediate character
266 Either @samp{#} or @samp{$} can be used to indicate immediate operands.
267
268 @cindex identifiers, ARM
269 @cindex ARM identifiers
270 *TODO* Explain about /data modifier on symbols.
271
272 @node ARM-Regs
273 @subsection Register Names
274
275 @cindex ARM register names
276 @cindex register names, ARM
277 *TODO* Explain about ARM register naming, and the predefined names.
278
279 @node ARM Floating Point
280 @section Floating Point
281
282 @cindex floating point, ARM (@sc{ieee})
283 @cindex ARM floating point (@sc{ieee})
284 The ARM family uses @sc{ieee} floating-point numbers.
285
286
287
288 @node ARM Directives
289 @section ARM Machine Directives
290
291 @cindex machine directives, ARM
292 @cindex ARM machine directives
293 @table @code
294
295 @cindex @code{align} directive, ARM
296 @item .align @var{expression} [, @var{expression}]
297 This is the generic @var{.align} directive. For the ARM however if the
298 first argument is zero (ie no alignment is needed) the assembler will
299 behave as if the argument had been 2 (ie pad to the next four byte
300 boundary). This is for compatibility with ARM's own assembler.
301
302 @cindex @code{req} directive, ARM
303 @item @var{name} .req @var{register name}
304 This creates an alias for @var{register name} called @var{name}. For
305 example:
306
307 @smallexample
308 foo .req r0
309 @end smallexample
310
311 @cindex @code{unreq} directive, ARM
312 @item .unreq @var{alias-name}
313 This undefines a register alias which was previously defined using the
314 @code{req} directive. For example:
315
316 @smallexample
317 foo .req r0
318 .unreq foo
319 @end smallexample
320
321 An error occurs if the name is undefined. Note - this pseudo op can
322 be used to delete builtin in register name aliases (eg 'r0'). This
323 should only be done if it is really necessary.
324
325 @cindex @code{code} directive, ARM
326 @item .code @code{[16|32]}
327 This directive selects the instruction set being generated. The value 16
328 selects Thumb, with the value 32 selecting ARM.
329
330 @cindex @code{thumb} directive, ARM
331 @item .thumb
332 This performs the same action as @var{.code 16}.
333
334 @cindex @code{arm} directive, ARM
335 @item .arm
336 This performs the same action as @var{.code 32}.
337
338 @cindex @code{force_thumb} directive, ARM
339 @item .force_thumb
340 This directive forces the selection of Thumb instructions, even if the
341 target processor does not support those instructions
342
343 @cindex @code{thumb_func} directive, ARM
344 @item .thumb_func
345 This directive specifies that the following symbol is the name of a
346 Thumb encoded function. This information is necessary in order to allow
347 the assembler and linker to generate correct code for interworking
348 between Arm and Thumb instructions and should be used even if
349 interworking is not going to be performed. The presence of this
350 directive also implies @code{.thumb}
351
352 @cindex @code{thumb_set} directive, ARM
353 @item .thumb_set
354 This performs the equivalent of a @code{.set} directive in that it
355 creates a symbol which is an alias for another symbol (possibly not yet
356 defined). This directive also has the added property in that it marks
357 the aliased symbol as being a thumb function entry point, in the same
358 way that the @code{.thumb_func} directive does.
359
360 @cindex @code{.ltorg} directive, ARM
361 @item .ltorg
362 This directive causes the current contents of the literal pool to be
363 dumped into the current section (which is assumed to be the .text
364 section) at the current location (aligned to a word boundary).
365 @code{GAS} maintains a separate literal pool for each section and each
366 sub-section. The @code{.ltorg} directive will only affect the literal
367 pool of the current section and sub-section. At the end of assembly
368 all remaining, un-empty literal pools will automatically be dumped.
369
370 Note - older versions of @code{GAS} would dump the current literal
371 pool any time a section change occurred. This is no longer done, since
372 it prevents accurate control of the placement of literal pools.
373
374 @cindex @code{.pool} directive, ARM
375 @item .pool
376 This is a synonym for .ltorg.
377
378 @end table
379
380 @node ARM Opcodes
381 @section Opcodes
382
383 @cindex ARM opcodes
384 @cindex opcodes for ARM
385 @code{@value{AS}} implements all the standard ARM opcodes. It also
386 implements several pseudo opcodes, including several synthetic load
387 instructions.
388
389 @table @code
390
391 @cindex @code{NOP} pseudo op, ARM
392 @item NOP
393 @smallexample
394 nop
395 @end smallexample
396
397 This pseudo op will always evaluate to a legal ARM instruction that does
398 nothing. Currently it will evaluate to MOV r0, r0.
399
400 @cindex @code{LDR reg,=<label>} pseudo op, ARM
401 @item LDR
402 @smallexample
403 ldr <register> , = <expression>
404 @end smallexample
405
406 If expression evaluates to a numeric constant then a MOV or MVN
407 instruction will be used in place of the LDR instruction, if the
408 constant can be generated by either of these instructions. Otherwise
409 the constant will be placed into the nearest literal pool (if it not
410 already there) and a PC relative LDR instruction will be generated.
411
412 @cindex @code{ADR reg,<label>} pseudo op, ARM
413 @item ADR
414 @smallexample
415 adr <register> <label>
416 @end smallexample
417
418 This instruction will load the address of @var{label} into the indicated
419 register. The instruction will evaluate to a PC relative ADD or SUB
420 instruction depending upon where the label is located. If the label is
421 out of range, or if it is not defined in the same file (and section) as
422 the ADR instruction, then an error will be generated. This instruction
423 will not make use of the literal pool.
424
425 @cindex @code{ADRL reg,<label>} pseudo op, ARM
426 @item ADRL
427 @smallexample
428 adrl <register> <label>
429 @end smallexample
430
431 This instruction will load the address of @var{label} into the indicated
432 register. The instruction will evaluate to one or two PC relative ADD
433 or SUB instructions depending upon where the label is located. If a
434 second instruction is not needed a NOP instruction will be generated in
435 its place, so that this instruction is always 8 bytes long.
436
437 If the label is out of range, or if it is not defined in the same file
438 (and section) as the ADRL instruction, then an error will be generated.
439 This instruction will not make use of the literal pool.
440
441 @end table
442
443 For information on the ARM or Thumb instruction sets, see @cite{ARM
444 Software Development Toolkit Reference Manual}, Advanced RISC Machines
445 Ltd.
446
447 @node ARM Mapping Symbols
448 @section Mapping Symbols
449
450 The ARM ELF specification requires that special symbols be inserted
451 into object files to mark certain features:
452
453 @table @code
454
455 @cindex @code{$a}
456 @item $a
457 At the start of a region of code containing ARM instructions.
458
459 @cindex @code{$t}
460 @item $t
461 At the start of a region of code containing THUMB instructions.
462
463 @cindex @code{$d}
464 @item $d
465 At the start of a region of data.
466
467 @end table
468
469 The assembler will automatically insert these symbols for you - there
470 is no need to code them yourself. Support for tagging symbols ($b,
471 $f, $p and $m) which is also mentioned in the current ARM ELF
472 specification is not implemented. This is because they have been
473 dropped from the new EABI and so tools cannot rely upon their
474 presence.
475