* gas/config/tc-arm.c (arm_ext_mp): Add.
[deliverable/binutils-gdb.git] / gas / doc / c-arm.texi
CommitLineData
aa820537
AM
1@c Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2@c 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
252b5132
RH
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
6057a28f 25* ARM Mapping Symbols:: Mapping Symbols
7da4f750 26* ARM Unwinding Tutorial:: Unwinding
252b5132
RH
27@end menu
28
29@node ARM Options
30@section Options
31@cindex ARM options (none)
32@cindex options for ARM (none)
adcf07e6 33
252b5132 34@table @code
adcf07e6 35
03b1477f 36@cindex @code{-mcpu=} command line option, ARM
92081f48 37@item -mcpu=@var{processor}[+@var{extension}@dots{}]
252b5132
RH
38This option specifies the target processor. The assembler will issue an
39error message if an attempt is made to assemble an instruction which
03b1477f
RE
40will not execute on the target processor. The following processor names are
41recognized:
42@code{arm1},
43@code{arm2},
44@code{arm250},
45@code{arm3},
46@code{arm6},
47@code{arm60},
48@code{arm600},
49@code{arm610},
50@code{arm620},
51@code{arm7},
52@code{arm7m},
53@code{arm7d},
54@code{arm7dm},
55@code{arm7di},
56@code{arm7dmi},
57@code{arm70},
58@code{arm700},
59@code{arm700i},
60@code{arm710},
61@code{arm710t},
62@code{arm720},
63@code{arm720t},
64@code{arm740t},
65@code{arm710c},
66@code{arm7100},
67@code{arm7500},
68@code{arm7500fe},
69@code{arm7t},
70@code{arm7tdmi},
1ff4677c 71@code{arm7tdmi-s},
03b1477f
RE
72@code{arm8},
73@code{arm810},
74@code{strongarm},
75@code{strongarm1},
76@code{strongarm110},
77@code{strongarm1100},
78@code{strongarm1110},
79@code{arm9},
80@code{arm920},
81@code{arm920t},
82@code{arm922t},
83@code{arm940t},
84@code{arm9tdmi},
7fac0536
NC
85@code{fa526} (Faraday FA526 processor),
86@code{fa626} (Faraday FA626 processor),
03b1477f 87@code{arm9e},
7de9afa2 88@code{arm926e},
1ff4677c 89@code{arm926ej-s},
03b1477f
RE
90@code{arm946e-r0},
91@code{arm946e},
db8ac8f9 92@code{arm946e-s},
03b1477f
RE
93@code{arm966e-r0},
94@code{arm966e},
db8ac8f9
PB
95@code{arm966e-s},
96@code{arm968e-s},
03b1477f 97@code{arm10t},
db8ac8f9 98@code{arm10tdmi},
03b1477f
RE
99@code{arm10e},
100@code{arm1020},
101@code{arm1020t},
7de9afa2 102@code{arm1020e},
db8ac8f9 103@code{arm1022e},
1ff4677c 104@code{arm1026ej-s},
7fac0536
NC
105@code{fa626te} (Faraday FA626TE processor),
106@code{fa726te} (Faraday FA726TE processor),
1ff4677c
RE
107@code{arm1136j-s},
108@code{arm1136jf-s},
db8ac8f9
PB
109@code{arm1156t2-s},
110@code{arm1156t2f-s},
0dd132b6
NC
111@code{arm1176jz-s},
112@code{arm1176jzf-s},
113@code{mpcore},
114@code{mpcorenovfp},
b38f9f31 115@code{cortex-a5},
62b3e311 116@code{cortex-a8},
15290f0a 117@code{cortex-a9},
dbb1f804 118@code{cortex-a15},
62b3e311 119@code{cortex-r4},
307c948d 120@code{cortex-r4f},
7ef07ba0 121@code{cortex-m4},
62b3e311 122@code{cortex-m3},
5b19eaba
NC
123@code{cortex-m1},
124@code{cortex-m0},
03b1477f
RE
125@code{ep9312} (ARM920 with Cirrus Maverick coprocessor),
126@code{i80200} (Intel XScale processor)
e16bb312 127@code{iwmmxt} (Intel(r) XScale processor with Wireless MMX(tm) technology coprocessor)
03b1477f
RE
128and
129@code{xscale}.
130The special name @code{all} may be used to allow the
131assembler to accept instructions valid for any ARM processor.
132
133In addition to the basic instruction set, the assembler can be told to
134accept various extension mnemonics that extend the processor using the
135co-processor instruction space. For example, @code{-mcpu=arm920+maverick}
69133863
MGD
136is equivalent to specifying @code{-mcpu=ep9312}.
137
138Multiple extensions may be specified, separated by a @code{+}. The
139extensions should be specified in ascending alphabetical order.
140
60e5ef9f
MGD
141Some extensions may be restricted to particular architectures; this is
142documented in the list of extensions below.
143
69133863
MGD
144Extension mnemonics may also be removed from those the assembler accepts.
145This is done be prepending @code{no} to the option that adds the extension.
146Extensions that are removed should be listed after all extensions which have
147been added, again in ascending alphabetical order. For example,
148@code{-mcpu=ep9312+nomaverick} is equivalent to specifying @code{-mcpu=arm920}.
149
150
151The following extensions are currently supported:
152@code{iwmmxt},
153@code{iwmmxt2},
154@code{maverick},
60e5ef9f 155@code{mp} (Multiprocessing Extensions for v7-A and v7-R architectures),
03b1477f 156and
69133863 157@code{xscale}.
03b1477f
RE
158
159@cindex @code{-march=} command line option, ARM
92081f48 160@item -march=@var{architecture}[+@var{extension}@dots{}]
252b5132
RH
161This option specifies the target architecture. The assembler will issue
162an error message if an attempt is made to assemble an instruction which
03b1477f
RE
163will not execute on the target architecture. The following architecture
164names are recognized:
165@code{armv1},
166@code{armv2},
167@code{armv2a},
168@code{armv2s},
169@code{armv3},
170@code{armv3m},
171@code{armv4},
172@code{armv4xm},
173@code{armv4t},
174@code{armv4txm},
175@code{armv5},
176@code{armv5t},
177@code{armv5txm},
178@code{armv5te},
09d92015 179@code{armv5texp},
c5f98204 180@code{armv6},
1ddd7f43 181@code{armv6j},
0dd132b6
NC
182@code{armv6k},
183@code{armv6z},
184@code{armv6zk},
62b3e311 185@code{armv7},
c450d570
PB
186@code{armv7-a},
187@code{armv7-r},
188@code{armv7-m},
9e3c6df6 189@code{armv7e-m},
e16bb312 190@code{iwmmxt}
03b1477f
RE
191and
192@code{xscale}.
193If both @code{-mcpu} and
194@code{-march} are specified, the assembler will use
195the setting for @code{-mcpu}.
196
197The architecture option can be extended with the same instruction set
198extension options as the @code{-mcpu} option.
199
200@cindex @code{-mfpu=} command line option, ARM
201@item -mfpu=@var{floating-point-format}
202
203This option specifies the floating point format to assemble for. The
204assembler will issue an error message if an attempt is made to assemble
205an instruction which will not execute on the target floating point unit.
206The following format options are recognized:
207@code{softfpa},
208@code{fpe},
bc89618b
RE
209@code{fpe2},
210@code{fpe3},
03b1477f
RE
211@code{fpa},
212@code{fpa10},
213@code{fpa11},
214@code{arm7500fe},
215@code{softvfp},
216@code{softvfp+vfp},
217@code{vfp},
218@code{vfp10},
219@code{vfp10-r0},
220@code{vfp9},
221@code{vfpxd},
62f3b8c8
PB
222@code{vfpv2},
223@code{vfpv3},
224@code{vfpv3-fp16},
225@code{vfpv3-d16},
226@code{vfpv3-d16-fp16},
227@code{vfpv3xd},
228@code{vfpv3xd-d16},
229@code{vfpv4},
230@code{vfpv4-d16},
f0cd0667 231@code{fpv4-sp-d16},
09d92015
MM
232@code{arm1020t},
233@code{arm1020e},
b1cc4aeb 234@code{arm1136jf-s},
62f3b8c8
PB
235@code{maverick},
236@code{neon},
03b1477f 237and
62f3b8c8 238@code{neon-vfpv4}.
03b1477f
RE
239
240In addition to determining which instructions are assembled, this option
241also affects the way in which the @code{.double} assembler directive behaves
242when assembling little-endian code.
243
244The default is dependent on the processor selected. For Architecture 5 or
245later, the default is to assembler for VFP instructions; for earlier
246architectures the default is to assemble for FPA instructions.
adcf07e6 247
252b5132
RH
248@cindex @code{-mthumb} command line option, ARM
249@item -mthumb
03b1477f
RE
250This option specifies that the assembler should start assembling Thumb
251instructions; that is, it should behave as though the file starts with a
252@code{.code 16} directive.
adcf07e6 253
252b5132
RH
254@cindex @code{-mthumb-interwork} command line option, ARM
255@item -mthumb-interwork
256This option specifies that the output generated by the assembler should
257be marked as supporting interworking.
adcf07e6 258
52970753
NC
259@cindex @code{-mimplicit-it} command line option, ARM
260@item -mimplicit-it=never
261@itemx -mimplicit-it=always
262@itemx -mimplicit-it=arm
263@itemx -mimplicit-it=thumb
264The @code{-mimplicit-it} option controls the behavior of the assembler when
265conditional instructions are not enclosed in IT blocks.
266There are four possible behaviors.
267If @code{never} is specified, such constructs cause a warning in ARM
268code and an error in Thumb-2 code.
269If @code{always} is specified, such constructs are accepted in both
270ARM and Thumb-2 code, where the IT instruction is added implicitly.
271If @code{arm} is specified, such constructs are accepted in ARM code
272and cause an error in Thumb-2 code.
273If @code{thumb} is specified, such constructs cause a warning in ARM
274code and are accepted in Thumb-2 code. If you omit this option, the
275behavior is equivalent to @code{-mimplicit-it=arm}.
e07e6e58 276
5a5829dd
NS
277@cindex @code{-mapcs-26} command line option, ARM
278@cindex @code{-mapcs-32} command line option, ARM
279@item -mapcs-26
280@itemx -mapcs-32
281These options specify that the output generated by the assembler should
252b5132
RH
282be marked as supporting the indicated version of the Arm Procedure.
283Calling Standard.
adcf07e6 284
077b8428
NC
285@cindex @code{-matpcs} command line option, ARM
286@item -matpcs
287This option specifies that the output generated by the assembler should
288be marked as supporting the Arm/Thumb Procedure Calling Standard. If
289enabled this option will cause the assembler to create an empty
290debugging section in the object file called .arm.atpcs. Debuggers can
291use this to determine the ABI being used by.
292
adcf07e6 293@cindex @code{-mapcs-float} command line option, ARM
252b5132 294@item -mapcs-float
1be59579 295This indicates the floating point variant of the APCS should be
252b5132 296used. In this variant floating point arguments are passed in FP
550262c4 297registers rather than integer registers.
adcf07e6
NC
298
299@cindex @code{-mapcs-reentrant} command line option, ARM
252b5132
RH
300@item -mapcs-reentrant
301This indicates that the reentrant variant of the APCS should be used.
302This variant supports position independent code.
adcf07e6 303
33a392fb
PB
304@cindex @code{-mfloat-abi=} command line option, ARM
305@item -mfloat-abi=@var{abi}
306This option specifies that the output generated by the assembler should be
307marked as using specified floating point ABI.
308The following values are recognized:
309@code{soft},
310@code{softfp}
311and
312@code{hard}.
313
d507cf36
PB
314@cindex @code{-eabi=} command line option, ARM
315@item -meabi=@var{ver}
316This option specifies which EABI version the produced object files should
317conform to.
b45619c0 318The following values are recognized:
3a4a14e9
PB
319@code{gnu},
320@code{4}
d507cf36 321and
3a4a14e9 322@code{5}.
d507cf36 323
252b5132
RH
324@cindex @code{-EB} command line option, ARM
325@item -EB
326This option specifies that the output generated by the assembler should
327be marked as being encoded for a big-endian processor.
adcf07e6 328
252b5132
RH
329@cindex @code{-EL} command line option, ARM
330@item -EL
331This option specifies that the output generated by the assembler should
332be marked as being encoded for a little-endian processor.
adcf07e6 333
252b5132
RH
334@cindex @code{-k} command line option, ARM
335@cindex PIC code generation for ARM
336@item -k
a349d9dd
PB
337This option specifies that the output of the assembler should be marked
338as position-independent code (PIC).
adcf07e6 339
845b51d6
PB
340@cindex @code{--fix-v4bx} command line option, ARM
341@item --fix-v4bx
342Allow @code{BX} instructions in ARMv4 code. This is intended for use with
343the linker option of the same name.
344
278df34e
NS
345@cindex @code{-mwarn-deprecated} command line option, ARM
346@item -mwarn-deprecated
347@itemx -mno-warn-deprecated
348Enable or disable warnings about using deprecated options or
349features. The default is to warn.
350
252b5132
RH
351@end table
352
353
354@node ARM Syntax
355@section Syntax
356@menu
cab7e4d9 357* ARM-Instruction-Set:: Instruction Set
252b5132
RH
358* ARM-Chars:: Special Characters
359* ARM-Regs:: Register Names
b6895b4f 360* ARM-Relocations:: Relocations
99f1a7a7 361* ARM-Neon-Alignment:: NEON Alignment Specifiers
252b5132
RH
362@end menu
363
cab7e4d9
NC
364@node ARM-Instruction-Set
365@subsection Instruction Set Syntax
366Two slightly different syntaxes are support for ARM and THUMB
367instructions. The default, @code{divided}, uses the old style where
368ARM and THUMB instructions had their own, separate syntaxes. The new,
369@code{unified} syntax, which can be selected via the @code{.syntax}
370directive, and has the following main features:
371
372@table @bullet
373@item
374Immediate operands do not require a @code{#} prefix.
375
376@item
377The @code{IT} instruction may appear, and if it does it is validated
378against subsequent conditional affixes. In ARM mode it does not
379generate machine code, in THUMB mode it does.
380
381@item
382For ARM instructions the conditional affixes always appear at the end
383of the instruction. For THUMB instructions conditional affixes can be
384used, but only inside the scope of an @code{IT} instruction.
385
386@item
387All of the instructions new to the V6T2 architecture (and later) are
388available. (Only a few such instructions can be written in the
389@code{divided} syntax).
390
391@item
392The @code{.N} and @code{.W} suffixes are recognized and honored.
393
394@item
395All instructions set the flags if and only if they have an @code{s}
396affix.
397@end table
398
252b5132
RH
399@node ARM-Chars
400@subsection Special Characters
401
402@cindex line comment character, ARM
403@cindex ARM line comment character
550262c4
NC
404The presence of a @samp{@@} on a line indicates the start of a comment
405that extends to the end of the current line. If a @samp{#} appears as
406the first character of a line, the whole line is treated as a comment.
407
408@cindex line separator, ARM
409@cindex statement separator, ARM
410@cindex ARM line separator
a349d9dd
PB
411The @samp{;} character can be used instead of a newline to separate
412statements.
550262c4
NC
413
414@cindex immediate character, ARM
415@cindex ARM immediate character
416Either @samp{#} or @samp{$} can be used to indicate immediate operands.
252b5132
RH
417
418@cindex identifiers, ARM
419@cindex ARM identifiers
420*TODO* Explain about /data modifier on symbols.
421
422@node ARM-Regs
423@subsection Register Names
424
425@cindex ARM register names
426@cindex register names, ARM
427*TODO* Explain about ARM register naming, and the predefined names.
428
99f1a7a7
DG
429@node ARM-Neon-Alignment
430@subsection NEON Alignment Specifiers
431
432@cindex alignment for NEON instructions
433Some NEON load/store instructions allow an optional address
434alignment qualifier.
435The ARM documentation specifies that this is indicated by
436@samp{@@ @var{align}}. However GAS already interprets
437the @samp{@@} character as a "line comment" start,
438so @samp{: @var{align}} is used instead. For example:
439
440@smallexample
441 vld1.8 @{q0@}, [r0, :128]
442@end smallexample
443
252b5132
RH
444@node ARM Floating Point
445@section Floating Point
446
447@cindex floating point, ARM (@sc{ieee})
448@cindex ARM floating point (@sc{ieee})
449The ARM family uses @sc{ieee} floating-point numbers.
450
b6895b4f
PB
451@node ARM-Relocations
452@subsection ARM relocation generation
453
454@cindex data relocations, ARM
455@cindex ARM data relocations
456Specific data relocations can be generated by putting the relocation name
457in parentheses after the symbol name. For example:
458
459@smallexample
460 .word foo(TARGET1)
461@end smallexample
462
463This will generate an @samp{R_ARM_TARGET1} relocation against the symbol
464@var{foo}.
465The following relocations are supported:
466@code{GOT},
467@code{GOTOFF},
468@code{TARGET1},
469@code{TARGET2},
470@code{SBREL},
471@code{TLSGD},
472@code{TLSLDM},
473@code{TLSLDO},
b43420e6
NC
474@code{GOTTPOFF},
475@code{GOT_PREL}
b6895b4f
PB
476and
477@code{TPOFF}.
478
479For compatibility with older toolchains the assembler also accepts
480@code{(PLT)} after branch targets. This will generate the deprecated
481@samp{R_ARM_PLT32} relocation.
482
483@cindex MOVW and MOVT relocations, ARM
484Relocations for @samp{MOVW} and @samp{MOVT} instructions can be generated
485by prefixing the value with @samp{#:lower16:} and @samp{#:upper16}
b45619c0 486respectively. For example to load the 32-bit address of foo into r0:
252b5132 487
b6895b4f
PB
488@smallexample
489 MOVW r0, #:lower16:foo
490 MOVT r0, #:upper16:foo
491@end smallexample
252b5132
RH
492
493@node ARM Directives
494@section ARM Machine Directives
495
496@cindex machine directives, ARM
497@cindex ARM machine directives
498@table @code
499
4a6bc624
NS
500@c AAAAAAAAAAAAAAAAAAAAAAAAA
501
502@cindex @code{.2byte} directive, ARM
503@cindex @code{.4byte} directive, ARM
504@cindex @code{.8byte} directive, ARM
505@item .2byte @var{expression} [, @var{expression}]*
506@itemx .4byte @var{expression} [, @var{expression}]*
507@itemx .8byte @var{expression} [, @var{expression}]*
508These directives write 2, 4 or 8 byte values to the output section.
509
510@cindex @code{.align} directive, ARM
adcf07e6
NC
511@item .align @var{expression} [, @var{expression}]
512This is the generic @var{.align} directive. For the ARM however if the
513first argument is zero (ie no alignment is needed) the assembler will
514behave as if the argument had been 2 (ie pad to the next four byte
062b7c0c 515boundary). This is for compatibility with ARM's own assembler.
adcf07e6 516
4a6bc624
NS
517@cindex @code{.arch} directive, ARM
518@item .arch @var{name}
519Select the target architecture. Valid values for @var{name} are the same as
520for the @option{-march} commandline option.
252b5132 521
69133863
MGD
522Specifying @code{.arch} clears any previously selected architecture
523extensions.
524
525@cindex @code{.arch_extension} directive, ARM
526@item .arch_extension @var{name}
527Add or remove an architecture extension to the target architecture. Valid
528values for @var{name} are the same as those accepted as architectural
529extensions by the @option{-mcpu} commandline option.
530
531@code{.arch_extension} may be used multiple times to add or remove extensions
532incrementally to the architecture being compiled for.
533
4a6bc624
NS
534@cindex @code{.arm} directive, ARM
535@item .arm
536This performs the same action as @var{.code 32}.
252b5132 537
4a6bc624
NS
538@anchor{arm_pad}
539@cindex @code{.pad} directive, ARM
540@item .pad #@var{count}
541Generate unwinder annotations for a stack adjustment of @var{count} bytes.
542A positive value indicates the function prologue allocated stack space by
543decrementing the stack pointer.
0bbf2aa4 544
4a6bc624 545@c BBBBBBBBBBBBBBBBBBBBBBBBBB
0bbf2aa4 546
4a6bc624
NS
547@cindex @code{.bss} directive, ARM
548@item .bss
549This directive switches to the @code{.bss} section.
0bbf2aa4 550
4a6bc624
NS
551@c CCCCCCCCCCCCCCCCCCCCCCCCCC
552
553@cindex @code{.cantunwind} directive, ARM
554@item .cantunwind
555Prevents unwinding through the current function. No personality routine
556or exception table data is required or permitted.
557
558@cindex @code{.code} directive, ARM
559@item .code @code{[16|32]}
560This directive selects the instruction set being generated. The value 16
561selects Thumb, with the value 32 selecting ARM.
562
563@cindex @code{.cpu} directive, ARM
564@item .cpu @var{name}
565Select the target processor. Valid values for @var{name} are the same as
566for the @option{-mcpu} commandline option.
567
69133863
MGD
568Specifying @code{.cpu} clears any previously selected architecture
569extensions.
570
4a6bc624
NS
571@c DDDDDDDDDDDDDDDDDDDDDDDDDD
572
573@cindex @code{.dn} and @code{.qn} directives, ARM
f467aa98 574@item @var{name} .dn @var{register name} [@var{.type}] [[@var{index}]]
1f9bb1ca 575@itemx @var{name} .qn @var{register name} [@var{.type}] [[@var{index}]]
23753660
JB
576
577The @code{dn} and @code{qn} directives are used to create typed
578and/or indexed register aliases for use in Advanced SIMD Extension
579(Neon) instructions. The former should be used to create aliases
580of double-precision registers, and the latter to create aliases of
581quad-precision registers.
582
583If these directives are used to create typed aliases, those aliases can
584be used in Neon instructions instead of writing types after the mnemonic
585or after each operand. For example:
586
587@smallexample
588 x .dn d2.f32
589 y .dn d3.f32
590 z .dn d4.f32[1]
591 vmul x,y,z
592@end smallexample
593
594This is equivalent to writing the following:
595
596@smallexample
597 vmul.f32 d2,d3,d4[1]
598@end smallexample
599
600Aliases created using @code{dn} or @code{qn} can be destroyed using
601@code{unreq}.
602
4a6bc624 603@c EEEEEEEEEEEEEEEEEEEEEEEEEE
252b5132 604
4a6bc624
NS
605@cindex @code{.eabi_attribute} directive, ARM
606@item .eabi_attribute @var{tag}, @var{value}
607Set the EABI object attribute @var{tag} to @var{value}.
252b5132 608
4a6bc624
NS
609The @var{tag} is either an attribute number, or one of the following:
610@code{Tag_CPU_raw_name}, @code{Tag_CPU_name}, @code{Tag_CPU_arch},
611@code{Tag_CPU_arch_profile}, @code{Tag_ARM_ISA_use},
75375b3e 612@code{Tag_THUMB_ISA_use}, @code{Tag_FP_arch}, @code{Tag_WMMX_arch},
4a6bc624
NS
613@code{Tag_Advanced_SIMD_arch}, @code{Tag_PCS_config},
614@code{Tag_ABI_PCS_R9_use}, @code{Tag_ABI_PCS_RW_data},
615@code{Tag_ABI_PCS_RO_data}, @code{Tag_ABI_PCS_GOT_use},
616@code{Tag_ABI_PCS_wchar_t}, @code{Tag_ABI_FP_rounding},
617@code{Tag_ABI_FP_denormal}, @code{Tag_ABI_FP_exceptions},
618@code{Tag_ABI_FP_user_exceptions}, @code{Tag_ABI_FP_number_model},
75375b3e 619@code{Tag_ABI_align_needed}, @code{Tag_ABI_align_preserved},
4a6bc624
NS
620@code{Tag_ABI_enum_size}, @code{Tag_ABI_HardFP_use},
621@code{Tag_ABI_VFP_args}, @code{Tag_ABI_WMMX_args},
622@code{Tag_ABI_optimization_goals}, @code{Tag_ABI_FP_optimization_goals},
623@code{Tag_compatibility}, @code{Tag_CPU_unaligned_access},
75375b3e 624@code{Tag_FP_HP_extension}, @code{Tag_ABI_FP_16bit_format},
cd21e546 625@code{Tag_MPextension_use}, @code{Tag_DIV_use},
4a6bc624
NS
626@code{Tag_nodefaults}, @code{Tag_also_compatible_with},
627@code{Tag_conformance}, @code{Tag_T2EE_use},
cd21e546 628@code{Tag_Virtualization_use}
4a6bc624
NS
629
630The @var{value} is either a @code{number}, @code{"string"}, or
631@code{number, "string"} depending on the tag.
632
75375b3e
MGD
633Note - the following legacy values are also accepted by @var{tag}:
634@code{Tag_VFP_arch}, @code{Tag_ABI_align8_needed},
635@code{Tag_ABI_align8_preserved}, @code{Tag_VFP_HP_extension},
636
4a6bc624
NS
637@cindex @code{.even} directive, ARM
638@item .even
639This directive aligns to an even-numbered address.
640
641@cindex @code{.extend} directive, ARM
642@cindex @code{.ldouble} directive, ARM
643@item .extend @var{expression} [, @var{expression}]*
644@itemx .ldouble @var{expression} [, @var{expression}]*
645These directives write 12byte long double floating-point values to the
646output section. These are not compatible with current ARM processors
647or ABIs.
648
649@c FFFFFFFFFFFFFFFFFFFFFFFFFF
650
651@anchor{arm_fnend}
652@cindex @code{.fnend} directive, ARM
653@item .fnend
654Marks the end of a function with an unwind table entry. The unwind index
655table entry is created when this directive is processed.
252b5132 656
4a6bc624
NS
657If no personality routine has been specified then standard personality
658routine 0 or 1 will be used, depending on the number of unwind opcodes
659required.
660
661@anchor{arm_fnstart}
662@cindex @code{.fnstart} directive, ARM
663@item .fnstart
664Marks the start of a function with an unwind table entry.
665
666@cindex @code{.force_thumb} directive, ARM
252b5132
RH
667@item .force_thumb
668This directive forces the selection of Thumb instructions, even if the
669target processor does not support those instructions
670
4a6bc624
NS
671@cindex @code{.fpu} directive, ARM
672@item .fpu @var{name}
673Select the floating-point unit to assemble for. Valid values for @var{name}
674are the same as for the @option{-mfpu} commandline option.
252b5132 675
4a6bc624
NS
676@c GGGGGGGGGGGGGGGGGGGGGGGGGG
677@c HHHHHHHHHHHHHHHHHHHHHHHHHH
e1da3f5b 678
4a6bc624
NS
679@cindex @code{.handlerdata} directive, ARM
680@item .handlerdata
681Marks the end of the current function, and the start of the exception table
682entry for that function. Anything between this directive and the
683@code{.fnend} directive will be added to the exception table entry.
684
685Must be preceded by a @code{.personality} or @code{.personalityindex}
686directive.
687
688@c IIIIIIIIIIIIIIIIIIIIIIIIII
c921be7d
NC
689
690@cindex @code{.inst} directive, ARM
691@item .inst @var{opcode} [ , @dots{} ]
1f9bb1ca
AS
692@itemx .inst.n @var{opcode} [ , @dots{} ]
693@itemx .inst.w @var{opcode} [ , @dots{} ]
c921be7d
NC
694Generates the instruction corresponding to the numerical value @var{opcode}.
695@code{.inst.n} and @code{.inst.w} allow the Thumb instruction size to be
696specified explicitly, overriding the normal encoding rules.
697
4a6bc624
NS
698@c JJJJJJJJJJJJJJJJJJJJJJJJJJ
699@c KKKKKKKKKKKKKKKKKKKKKKKKKK
700@c LLLLLLLLLLLLLLLLLLLLLLLLLL
701
702@item .ldouble @var{expression} [, @var{expression}]*
703See @code{.extend}.
5395a469 704
252b5132
RH
705@cindex @code{.ltorg} directive, ARM
706@item .ltorg
707This directive causes the current contents of the literal pool to be
708dumped into the current section (which is assumed to be the .text
709section) at the current location (aligned to a word boundary).
3d0c9500
NC
710@code{GAS} maintains a separate literal pool for each section and each
711sub-section. The @code{.ltorg} directive will only affect the literal
712pool of the current section and sub-section. At the end of assembly
713all remaining, un-empty literal pools will automatically be dumped.
714
715Note - older versions of @code{GAS} would dump the current literal
716pool any time a section change occurred. This is no longer done, since
717it prevents accurate control of the placement of literal pools.
252b5132 718
4a6bc624 719@c MMMMMMMMMMMMMMMMMMMMMMMMMM
252b5132 720
4a6bc624
NS
721@cindex @code{.movsp} directive, ARM
722@item .movsp @var{reg} [, #@var{offset}]
723Tell the unwinder that @var{reg} contains an offset from the current
724stack pointer. If @var{offset} is not specified then it is assumed to be
725zero.
7ed4c4c5 726
4a6bc624
NS
727@c NNNNNNNNNNNNNNNNNNNNNNNNNN
728@c OOOOOOOOOOOOOOOOOOOOOOOOOO
7ed4c4c5 729
4a6bc624
NS
730@cindex @code{.object_arch} directive, ARM
731@item .object_arch @var{name}
732Override the architecture recorded in the EABI object attribute section.
733Valid values for @var{name} are the same as for the @code{.arch} directive.
734Typically this is useful when code uses runtime detection of CPU features.
7ed4c4c5 735
4a6bc624
NS
736@c PPPPPPPPPPPPPPPPPPPPPPPPPP
737
738@cindex @code{.packed} directive, ARM
739@item .packed @var{expression} [, @var{expression}]*
740This directive writes 12-byte packed floating-point values to the
741output section. These are not compatible with current ARM processors
742or ABIs.
743
744@cindex @code{.pad} directive, ARM
745@item .pad #@var{count}
746Generate unwinder annotations for a stack adjustment of @var{count} bytes.
747A positive value indicates the function prologue allocated stack space by
748decrementing the stack pointer.
7ed4c4c5
NC
749
750@cindex @code{.personality} directive, ARM
751@item .personality @var{name}
752Sets the personality routine for the current function to @var{name}.
753
754@cindex @code{.personalityindex} directive, ARM
755@item .personalityindex @var{index}
756Sets the personality routine for the current function to the EABI standard
757routine number @var{index}
758
4a6bc624
NS
759@cindex @code{.pool} directive, ARM
760@item .pool
761This is a synonym for .ltorg.
7ed4c4c5 762
4a6bc624
NS
763@c QQQQQQQQQQQQQQQQQQQQQQQQQQ
764@c RRRRRRRRRRRRRRRRRRRRRRRRRR
765
766@cindex @code{.req} directive, ARM
767@item @var{name} .req @var{register name}
768This creates an alias for @var{register name} called @var{name}. For
769example:
770
771@smallexample
772 foo .req r0
773@end smallexample
774
775@c SSSSSSSSSSSSSSSSSSSSSSSSSS
7ed4c4c5 776
7da4f750 777@anchor{arm_save}
7ed4c4c5
NC
778@cindex @code{.save} directive, ARM
779@item .save @var{reglist}
780Generate unwinder annotations to restore the registers in @var{reglist}.
781The format of @var{reglist} is the same as the corresponding store-multiple
782instruction.
783
784@smallexample
785@exdent @emph{core registers}
786 .save @{r4, r5, r6, lr@}
787 stmfd sp!, @{r4, r5, r6, lr@}
788@exdent @emph{FPA registers}
789 .save f4, 2
790 sfmfd f4, 2, [sp]!
791@exdent @emph{VFP registers}
792 .save @{d8, d9, d10@}
fa073d69 793 fstmdx sp!, @{d8, d9, d10@}
7ed4c4c5
NC
794@exdent @emph{iWMMXt registers}
795 .save @{wr10, wr11@}
796 wstrd wr11, [sp, #-8]!
797 wstrd wr10, [sp, #-8]!
798or
799 .save wr11
800 wstrd wr11, [sp, #-8]!
801 .save wr10
802 wstrd wr10, [sp, #-8]!
803@end smallexample
804
7da4f750 805@anchor{arm_setfp}
7ed4c4c5
NC
806@cindex @code{.setfp} directive, ARM
807@item .setfp @var{fpreg}, @var{spreg} [, #@var{offset}]
4a6bc624 808Make all unwinder annotations relative to a frame pointer. Without this
7ed4c4c5
NC
809the unwinder will use offsets from the stack pointer.
810
a5b82cbe 811The syntax of this directive is the same as the @code{add} or @code{mov}
7ed4c4c5
NC
812instruction used to set the frame pointer. @var{spreg} must be either
813@code{sp} or mentioned in a previous @code{.movsp} directive.
814
815@smallexample
816.movsp ip
817mov ip, sp
818@dots{}
819.setfp fp, ip, #4
a5b82cbe 820add fp, ip, #4
7ed4c4c5
NC
821@end smallexample
822
4a6bc624
NS
823@cindex @code{.secrel32} directive, ARM
824@item .secrel32 @var{expression} [, @var{expression}]*
825This directive emits relocations that evaluate to the section-relative
826offset of each expression's symbol. This directive is only supported
827for PE targets.
828
cab7e4d9
NC
829@cindex @code{.syntax} directive, ARM
830@item .syntax [@code{unified} | @code{divided}]
831This directive sets the Instruction Set Syntax as described in the
832@ref{ARM-Instruction-Set} section.
833
4a6bc624
NS
834@c TTTTTTTTTTTTTTTTTTTTTTTTTT
835
836@cindex @code{.thumb} directive, ARM
837@item .thumb
838This performs the same action as @var{.code 16}.
839
840@cindex @code{.thumb_func} directive, ARM
841@item .thumb_func
842This directive specifies that the following symbol is the name of a
843Thumb encoded function. This information is necessary in order to allow
844the assembler and linker to generate correct code for interworking
845between Arm and Thumb instructions and should be used even if
846interworking is not going to be performed. The presence of this
847directive also implies @code{.thumb}
848
849This directive is not neccessary when generating EABI objects. On these
850targets the encoding is implicit when generating Thumb code.
851
852@cindex @code{.thumb_set} directive, ARM
853@item .thumb_set
854This performs the equivalent of a @code{.set} directive in that it
855creates a symbol which is an alias for another symbol (possibly not yet
856defined). This directive also has the added property in that it marks
857the aliased symbol as being a thumb function entry point, in the same
858way that the @code{.thumb_func} directive does.
859
860@c UUUUUUUUUUUUUUUUUUUUUUUUUU
861
862@cindex @code{.unreq} directive, ARM
863@item .unreq @var{alias-name}
864This undefines a register alias which was previously defined using the
865@code{req}, @code{dn} or @code{qn} directives. For example:
866
867@smallexample
868 foo .req r0
869 .unreq foo
870@end smallexample
871
872An error occurs if the name is undefined. Note - this pseudo op can
873be used to delete builtin in register name aliases (eg 'r0'). This
874should only be done if it is really necessary.
875
7ed4c4c5 876@cindex @code{.unwind_raw} directive, ARM
4a6bc624 877@item .unwind_raw @var{offset}, @var{byte1}, @dots{}
7ed4c4c5
NC
878Insert one of more arbitary unwind opcode bytes, which are known to adjust
879the stack pointer by @var{offset} bytes.
880
881For example @code{.unwind_raw 4, 0xb1, 0x01} is equivalent to
882@code{.save @{r0@}}
883
4a6bc624 884@c VVVVVVVVVVVVVVVVVVVVVVVVVV
ee065d83 885
4a6bc624
NS
886@cindex @code{.vsave} directive, ARM
887@item .vsave @var{vfp-reglist}
888Generate unwinder annotations to restore the VFP registers in @var{vfp-reglist}
889using FLDMD. Also works for VFPv3 registers
890that are to be restored using VLDM.
891The format of @var{vfp-reglist} is the same as the corresponding store-multiple
892instruction.
ee065d83 893
4a6bc624
NS
894@smallexample
895@exdent @emph{VFP registers}
896 .vsave @{d8, d9, d10@}
897 fstmdd sp!, @{d8, d9, d10@}
898@exdent @emph{VFPv3 registers}
899 .vsave @{d15, d16, d17@}
900 vstm sp!, @{d15, d16, d17@}
901@end smallexample
e04befd0 902
4a6bc624
NS
903Since FLDMX and FSTMX are now deprecated, this directive should be
904used in favour of @code{.save} for saving VFP registers for ARMv6 and above.
e04befd0 905
4a6bc624
NS
906@c WWWWWWWWWWWWWWWWWWWWWWWWWW
907@c XXXXXXXXXXXXXXXXXXXXXXXXXX
908@c YYYYYYYYYYYYYYYYYYYYYYYYYY
909@c ZZZZZZZZZZZZZZZZZZZZZZZZZZ
ee065d83 910
252b5132
RH
911@end table
912
913@node ARM Opcodes
914@section Opcodes
915
916@cindex ARM opcodes
917@cindex opcodes for ARM
49a5575c
NC
918@code{@value{AS}} implements all the standard ARM opcodes. It also
919implements several pseudo opcodes, including several synthetic load
920instructions.
252b5132 921
49a5575c
NC
922@table @code
923
924@cindex @code{NOP} pseudo op, ARM
925@item NOP
926@smallexample
927 nop
928@end smallexample
252b5132 929
49a5575c
NC
930This pseudo op will always evaluate to a legal ARM instruction that does
931nothing. Currently it will evaluate to MOV r0, r0.
252b5132 932
49a5575c
NC
933@cindex @code{LDR reg,=<label>} pseudo op, ARM
934@item LDR
252b5132
RH
935@smallexample
936 ldr <register> , = <expression>
937@end smallexample
938
939If expression evaluates to a numeric constant then a MOV or MVN
940instruction will be used in place of the LDR instruction, if the
941constant can be generated by either of these instructions. Otherwise
942the constant will be placed into the nearest literal pool (if it not
943already there) and a PC relative LDR instruction will be generated.
944
49a5575c
NC
945@cindex @code{ADR reg,<label>} pseudo op, ARM
946@item ADR
947@smallexample
948 adr <register> <label>
949@end smallexample
950
951This instruction will load the address of @var{label} into the indicated
952register. The instruction will evaluate to a PC relative ADD or SUB
953instruction depending upon where the label is located. If the label is
954out of range, or if it is not defined in the same file (and section) as
955the ADR instruction, then an error will be generated. This instruction
956will not make use of the literal pool.
957
958@cindex @code{ADRL reg,<label>} pseudo op, ARM
959@item ADRL
960@smallexample
961 adrl <register> <label>
962@end smallexample
963
964This instruction will load the address of @var{label} into the indicated
a349d9dd 965register. The instruction will evaluate to one or two PC relative ADD
49a5575c
NC
966or SUB instructions depending upon where the label is located. If a
967second instruction is not needed a NOP instruction will be generated in
968its place, so that this instruction is always 8 bytes long.
969
970If the label is out of range, or if it is not defined in the same file
971(and section) as the ADRL instruction, then an error will be generated.
972This instruction will not make use of the literal pool.
973
974@end table
975
252b5132
RH
976For information on the ARM or Thumb instruction sets, see @cite{ARM
977Software Development Toolkit Reference Manual}, Advanced RISC Machines
978Ltd.
979
6057a28f
NC
980@node ARM Mapping Symbols
981@section Mapping Symbols
982
983The ARM ELF specification requires that special symbols be inserted
984into object files to mark certain features:
985
986@table @code
987
988@cindex @code{$a}
989@item $a
990At the start of a region of code containing ARM instructions.
991
992@cindex @code{$t}
993@item $t
994At the start of a region of code containing THUMB instructions.
995
996@cindex @code{$d}
997@item $d
998At the start of a region of data.
999
1000@end table
1001
1002The assembler will automatically insert these symbols for you - there
1003is no need to code them yourself. Support for tagging symbols ($b,
1004$f, $p and $m) which is also mentioned in the current ARM ELF
1005specification is not implemented. This is because they have been
1006dropped from the new EABI and so tools cannot rely upon their
1007presence.
1008
7da4f750
MM
1009@node ARM Unwinding Tutorial
1010@section Unwinding
1011
1012The ABI for the ARM Architecture specifies a standard format for
1013exception unwind information. This information is used when an
1014exception is thrown to determine where control should be transferred.
1015In particular, the unwind information is used to determine which
1016function called the function that threw the exception, and which
1017function called that one, and so forth. This information is also used
1018to restore the values of callee-saved registers in the function
1019catching the exception.
1020
1021If you are writing functions in assembly code, and those functions
1022call other functions that throw exceptions, you must use assembly
1023pseudo ops to ensure that appropriate exception unwind information is
1024generated. Otherwise, if one of the functions called by your assembly
1025code throws an exception, the run-time library will be unable to
1026unwind the stack through your assembly code and your program will not
1027behave correctly.
1028
1029To illustrate the use of these pseudo ops, we will examine the code
1030that G++ generates for the following C++ input:
1031
1032@verbatim
1033void callee (int *);
1034
1035int
1036caller ()
1037{
1038 int i;
1039 callee (&i);
1040 return i;
1041}
1042@end verbatim
1043
1044This example does not show how to throw or catch an exception from
1045assembly code. That is a much more complex operation and should
1046always be done in a high-level language, such as C++, that directly
1047supports exceptions.
1048
1049The code generated by one particular version of G++ when compiling the
1050example above is:
1051
1052@verbatim
1053_Z6callerv:
1054 .fnstart
1055.LFB2:
1056 @ Function supports interworking.
1057 @ args = 0, pretend = 0, frame = 8
1058 @ frame_needed = 1, uses_anonymous_args = 0
1059 stmfd sp!, {fp, lr}
1060 .save {fp, lr}
1061.LCFI0:
1062 .setfp fp, sp, #4
1063 add fp, sp, #4
1064.LCFI1:
1065 .pad #8
1066 sub sp, sp, #8
1067.LCFI2:
1068 sub r3, fp, #8
1069 mov r0, r3
1070 bl _Z6calleePi
1071 ldr r3, [fp, #-8]
1072 mov r0, r3
1073 sub sp, fp, #4
1074 ldmfd sp!, {fp, lr}
1075 bx lr
1076.LFE2:
1077 .fnend
1078@end verbatim
1079
1080Of course, the sequence of instructions varies based on the options
1081you pass to GCC and on the version of GCC in use. The exact
1082instructions are not important since we are focusing on the pseudo ops
1083that are used to generate unwind information.
1084
1085An important assumption made by the unwinder is that the stack frame
1086does not change during the body of the function. In particular, since
1087we assume that the assembly code does not itself throw an exception,
1088the only point where an exception can be thrown is from a call, such
1089as the @code{bl} instruction above. At each call site, the same saved
1090registers (including @code{lr}, which indicates the return address)
1091must be located in the same locations relative to the frame pointer.
1092
1093The @code{.fnstart} (@pxref{arm_fnstart,,.fnstart pseudo op}) pseudo
1094op appears immediately before the first instruction of the function
1095while the @code{.fnend} (@pxref{arm_fnend,,.fnend pseudo op}) pseudo
1096op appears immediately after the last instruction of the function.
1097These pseudo ops specify the range of the function.
1098
1099Only the order of the other pseudos ops (e.g., @code{.setfp} or
1100@code{.pad}) matters; their exact locations are irrelevant. In the
1101example above, the compiler emits the pseudo ops with particular
1102instructions. That makes it easier to understand the code, but it is
1103not required for correctness. It would work just as well to emit all
1104of the pseudo ops other than @code{.fnend} in the same order, but
1105immediately after @code{.fnstart}.
1106
1107The @code{.save} (@pxref{arm_save,,.save pseudo op}) pseudo op
1108indicates registers that have been saved to the stack so that they can
1109be restored before the function returns. The argument to the
1110@code{.save} pseudo op is a list of registers to save. If a register
1111is ``callee-saved'' (as specified by the ABI) and is modified by the
1112function you are writing, then your code must save the value before it
1113is modified and restore the original value before the function
1114returns. If an exception is thrown, the run-time library restores the
1115values of these registers from their locations on the stack before
1116returning control to the exception handler. (Of course, if an
1117exception is not thrown, the function that contains the @code{.save}
1118pseudo op restores these registers in the function epilogue, as is
1119done with the @code{ldmfd} instruction above.)
1120
1121You do not have to save callee-saved registers at the very beginning
1122of the function and you do not need to use the @code{.save} pseudo op
1123immediately following the point at which the registers are saved.
1124However, if you modify a callee-saved register, you must save it on
1125the stack before modifying it and before calling any functions which
1126might throw an exception. And, you must use the @code{.save} pseudo
1127op to indicate that you have done so.
1128
1129The @code{.pad} (@pxref{arm_pad,,.pad}) pseudo op indicates a
1130modification of the stack pointer that does not save any registers.
1131The argument is the number of bytes (in decimal) that are subtracted
1132from the stack pointer. (On ARM CPUs, the stack grows downwards, so
1133subtracting from the stack pointer increases the size of the stack.)
1134
1135The @code{.setfp} (@pxref{arm_setfp,,.setfp pseudo op}) pseudo op
1136indicates the register that contains the frame pointer. The first
1137argument is the register that is set, which is typically @code{fp}.
1138The second argument indicates the register from which the frame
1139pointer takes its value. The third argument, if present, is the value
1140(in decimal) added to the register specified by the second argument to
1141compute the value of the frame pointer. You should not modify the
1142frame pointer in the body of the function.
1143
1144If you do not use a frame pointer, then you should not use the
1145@code{.setfp} pseudo op. If you do not use a frame pointer, then you
1146should avoid modifying the stack pointer outside of the function
1147prologue. Otherwise, the run-time library will be unable to find
1148saved registers when it is unwinding the stack.
1149
1150The pseudo ops described above are sufficient for writing assembly
1151code that calls functions which may throw exceptions. If you need to
1152know more about the object-file format used to represent unwind
1153information, you may consult the @cite{Exception Handling ABI for the
1154ARM Architecture} available from @uref{http://infocenter.arm.com}.
This page took 0.505872 seconds and 4 git commands to generate.