allinsn.exp misc.exp: New files: Test run scripts
[deliverable/binutils-gdb.git] / gas / doc / c-arm.texi
CommitLineData
2da5c037 1@c Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
f7e42eb4 2@c 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
252b5132
RH
26@end menu
27
28@node ARM Options
29@section Options
30@cindex ARM options (none)
31@cindex options for ARM (none)
adcf07e6 32
252b5132 33@table @code
adcf07e6 34
03b1477f 35@cindex @code{-mcpu=} command line option, ARM
92081f48 36@item -mcpu=@var{processor}[+@var{extension}@dots{}]
252b5132
RH
37This option specifies the target processor. The assembler will issue an
38error message if an attempt is made to assemble an instruction which
03b1477f
RE
39will not execute on the target processor. The following processor names are
40recognized:
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},
1ff4677c 70@code{arm7tdmi-s},
03b1477f
RE
71@code{arm8},
72@code{arm810},
73@code{strongarm},
74@code{strongarm1},
75@code{strongarm110},
76@code{strongarm1100},
77@code{strongarm1110},
78@code{arm9},
79@code{arm920},
80@code{arm920t},
81@code{arm922t},
82@code{arm940t},
83@code{arm9tdmi},
84@code{arm9e},
7de9afa2 85@code{arm926e},
1ff4677c 86@code{arm926ej-s},
03b1477f
RE
87@code{arm946e-r0},
88@code{arm946e},
db8ac8f9 89@code{arm946e-s},
03b1477f
RE
90@code{arm966e-r0},
91@code{arm966e},
db8ac8f9
PB
92@code{arm966e-s},
93@code{arm968e-s},
03b1477f 94@code{arm10t},
db8ac8f9 95@code{arm10tdmi},
03b1477f
RE
96@code{arm10e},
97@code{arm1020},
98@code{arm1020t},
7de9afa2 99@code{arm1020e},
db8ac8f9 100@code{arm1022e},
1ff4677c
RE
101@code{arm1026ej-s},
102@code{arm1136j-s},
103@code{arm1136jf-s},
db8ac8f9
PB
104@code{arm1156t2-s},
105@code{arm1156t2f-s},
0dd132b6
NC
106@code{arm1176jz-s},
107@code{arm1176jzf-s},
108@code{mpcore},
109@code{mpcorenovfp},
62b3e311 110@code{cortex-a8},
15290f0a 111@code{cortex-a9},
62b3e311
PB
112@code{cortex-r4},
113@code{cortex-m3},
03b1477f
RE
114@code{ep9312} (ARM920 with Cirrus Maverick coprocessor),
115@code{i80200} (Intel XScale processor)
e16bb312 116@code{iwmmxt} (Intel(r) XScale processor with Wireless MMX(tm) technology coprocessor)
03b1477f
RE
117and
118@code{xscale}.
119The special name @code{all} may be used to allow the
120assembler to accept instructions valid for any ARM processor.
121
122In addition to the basic instruction set, the assembler can be told to
123accept various extension mnemonics that extend the processor using the
124co-processor instruction space. For example, @code{-mcpu=arm920+maverick}
125is equivalent to specifying @code{-mcpu=ep9312}. The following extensions
126are currently supported:
127@code{+maverick}
e16bb312 128@code{+iwmmxt}
03b1477f
RE
129and
130@code{+xscale}.
131
132@cindex @code{-march=} command line option, ARM
92081f48 133@item -march=@var{architecture}[+@var{extension}@dots{}]
252b5132
RH
134This option specifies the target architecture. The assembler will issue
135an error message if an attempt is made to assemble an instruction which
03b1477f
RE
136will not execute on the target architecture. The following architecture
137names are recognized:
138@code{armv1},
139@code{armv2},
140@code{armv2a},
141@code{armv2s},
142@code{armv3},
143@code{armv3m},
144@code{armv4},
145@code{armv4xm},
146@code{armv4t},
147@code{armv4txm},
148@code{armv5},
149@code{armv5t},
150@code{armv5txm},
151@code{armv5te},
09d92015 152@code{armv5texp},
c5f98204 153@code{armv6},
1ddd7f43 154@code{armv6j},
0dd132b6
NC
155@code{armv6k},
156@code{armv6z},
157@code{armv6zk},
62b3e311 158@code{armv7},
c450d570
PB
159@code{armv7-a},
160@code{armv7-r},
161@code{armv7-m},
e16bb312 162@code{iwmmxt}
03b1477f
RE
163and
164@code{xscale}.
165If both @code{-mcpu} and
166@code{-march} are specified, the assembler will use
167the setting for @code{-mcpu}.
168
169The architecture option can be extended with the same instruction set
170extension options as the @code{-mcpu} option.
171
172@cindex @code{-mfpu=} command line option, ARM
173@item -mfpu=@var{floating-point-format}
174
175This option specifies the floating point format to assemble for. The
176assembler will issue an error message if an attempt is made to assemble
177an instruction which will not execute on the target floating point unit.
178The following format options are recognized:
179@code{softfpa},
180@code{fpe},
bc89618b
RE
181@code{fpe2},
182@code{fpe3},
03b1477f
RE
183@code{fpa},
184@code{fpa10},
185@code{fpa11},
186@code{arm7500fe},
187@code{softvfp},
188@code{softvfp+vfp},
189@code{vfp},
190@code{vfp10},
191@code{vfp10-r0},
192@code{vfp9},
193@code{vfpxd},
b1cc4aeb
PB
194@code{vfpv2}
195@code{vfpv3}
196@code{vfpv3-d16}
09d92015
MM
197@code{arm1020t},
198@code{arm1020e},
b1cc4aeb
PB
199@code{arm1136jf-s},
200@code{maverick}
03b1477f 201and
b1cc4aeb 202@code{neon}.
03b1477f
RE
203
204In addition to determining which instructions are assembled, this option
205also affects the way in which the @code{.double} assembler directive behaves
206when assembling little-endian code.
207
208The default is dependent on the processor selected. For Architecture 5 or
209later, the default is to assembler for VFP instructions; for earlier
210architectures the default is to assemble for FPA instructions.
adcf07e6 211
252b5132
RH
212@cindex @code{-mthumb} command line option, ARM
213@item -mthumb
03b1477f
RE
214This option specifies that the assembler should start assembling Thumb
215instructions; that is, it should behave as though the file starts with a
216@code{.code 16} directive.
adcf07e6 217
252b5132
RH
218@cindex @code{-mthumb-interwork} command line option, ARM
219@item -mthumb-interwork
220This option specifies that the output generated by the assembler should
221be marked as supporting interworking.
adcf07e6 222
252b5132 223@cindex @code{-mapcs} command line option, ARM
0ac658b8 224@item -mapcs @code{[26|32]}
252b5132
RH
225This option specifies that the output generated by the assembler should
226be marked as supporting the indicated version of the Arm Procedure.
227Calling Standard.
adcf07e6 228
077b8428
NC
229@cindex @code{-matpcs} command line option, ARM
230@item -matpcs
231This option specifies that the output generated by the assembler should
232be marked as supporting the Arm/Thumb Procedure Calling Standard. If
233enabled this option will cause the assembler to create an empty
234debugging section in the object file called .arm.atpcs. Debuggers can
235use this to determine the ABI being used by.
236
adcf07e6 237@cindex @code{-mapcs-float} command line option, ARM
252b5132 238@item -mapcs-float
1be59579 239This indicates the floating point variant of the APCS should be
252b5132 240used. In this variant floating point arguments are passed in FP
550262c4 241registers rather than integer registers.
adcf07e6
NC
242
243@cindex @code{-mapcs-reentrant} command line option, ARM
252b5132
RH
244@item -mapcs-reentrant
245This indicates that the reentrant variant of the APCS should be used.
246This variant supports position independent code.
adcf07e6 247
33a392fb
PB
248@cindex @code{-mfloat-abi=} command line option, ARM
249@item -mfloat-abi=@var{abi}
250This option specifies that the output generated by the assembler should be
251marked as using specified floating point ABI.
252The following values are recognized:
253@code{soft},
254@code{softfp}
255and
256@code{hard}.
257
d507cf36
PB
258@cindex @code{-eabi=} command line option, ARM
259@item -meabi=@var{ver}
260This option specifies which EABI version the produced object files should
261conform to.
b45619c0 262The following values are recognized:
3a4a14e9
PB
263@code{gnu},
264@code{4}
d507cf36 265and
3a4a14e9 266@code{5}.
d507cf36 267
252b5132
RH
268@cindex @code{-EB} command line option, ARM
269@item -EB
270This option specifies that the output generated by the assembler should
271be marked as being encoded for a big-endian processor.
adcf07e6 272
252b5132
RH
273@cindex @code{-EL} command line option, ARM
274@item -EL
275This option specifies that the output generated by the assembler should
276be marked as being encoded for a little-endian processor.
adcf07e6 277
252b5132
RH
278@cindex @code{-k} command line option, ARM
279@cindex PIC code generation for ARM
280@item -k
a349d9dd
PB
281This option specifies that the output of the assembler should be marked
282as position-independent code (PIC).
adcf07e6 283
845b51d6
PB
284@cindex @code{--fix-v4bx} command line option, ARM
285@item --fix-v4bx
286Allow @code{BX} instructions in ARMv4 code. This is intended for use with
287the linker option of the same name.
288
252b5132
RH
289@end table
290
291
292@node ARM Syntax
293@section Syntax
294@menu
295* ARM-Chars:: Special Characters
296* ARM-Regs:: Register Names
b6895b4f 297* ARM-Relocations:: Relocations
252b5132
RH
298@end menu
299
300@node ARM-Chars
301@subsection Special Characters
302
303@cindex line comment character, ARM
304@cindex ARM line comment character
550262c4
NC
305The presence of a @samp{@@} on a line indicates the start of a comment
306that extends to the end of the current line. If a @samp{#} appears as
307the first character of a line, the whole line is treated as a comment.
308
309@cindex line separator, ARM
310@cindex statement separator, ARM
311@cindex ARM line separator
a349d9dd
PB
312The @samp{;} character can be used instead of a newline to separate
313statements.
550262c4
NC
314
315@cindex immediate character, ARM
316@cindex ARM immediate character
317Either @samp{#} or @samp{$} can be used to indicate immediate operands.
252b5132
RH
318
319@cindex identifiers, ARM
320@cindex ARM identifiers
321*TODO* Explain about /data modifier on symbols.
322
323@node ARM-Regs
324@subsection Register Names
325
326@cindex ARM register names
327@cindex register names, ARM
328*TODO* Explain about ARM register naming, and the predefined names.
329
330@node ARM Floating Point
331@section Floating Point
332
333@cindex floating point, ARM (@sc{ieee})
334@cindex ARM floating point (@sc{ieee})
335The ARM family uses @sc{ieee} floating-point numbers.
336
b6895b4f
PB
337@node ARM-Relocations
338@subsection ARM relocation generation
339
340@cindex data relocations, ARM
341@cindex ARM data relocations
342Specific data relocations can be generated by putting the relocation name
343in parentheses after the symbol name. For example:
344
345@smallexample
346 .word foo(TARGET1)
347@end smallexample
348
349This will generate an @samp{R_ARM_TARGET1} relocation against the symbol
350@var{foo}.
351The following relocations are supported:
352@code{GOT},
353@code{GOTOFF},
354@code{TARGET1},
355@code{TARGET2},
356@code{SBREL},
357@code{TLSGD},
358@code{TLSLDM},
359@code{TLSLDO},
360@code{GOTTPOFF}
361and
362@code{TPOFF}.
363
364For compatibility with older toolchains the assembler also accepts
365@code{(PLT)} after branch targets. This will generate the deprecated
366@samp{R_ARM_PLT32} relocation.
367
368@cindex MOVW and MOVT relocations, ARM
369Relocations for @samp{MOVW} and @samp{MOVT} instructions can be generated
370by prefixing the value with @samp{#:lower16:} and @samp{#:upper16}
b45619c0 371respectively. For example to load the 32-bit address of foo into r0:
252b5132 372
b6895b4f
PB
373@smallexample
374 MOVW r0, #:lower16:foo
375 MOVT r0, #:upper16:foo
376@end smallexample
252b5132
RH
377
378@node ARM Directives
379@section ARM Machine Directives
380
381@cindex machine directives, ARM
382@cindex ARM machine directives
383@table @code
384
adcf07e6
NC
385@cindex @code{align} directive, ARM
386@item .align @var{expression} [, @var{expression}]
387This is the generic @var{.align} directive. For the ARM however if the
388first argument is zero (ie no alignment is needed) the assembler will
389behave as if the argument had been 2 (ie pad to the next four byte
062b7c0c 390boundary). This is for compatibility with ARM's own assembler.
adcf07e6 391
252b5132
RH
392@cindex @code{req} directive, ARM
393@item @var{name} .req @var{register name}
394This creates an alias for @var{register name} called @var{name}. For
395example:
396
397@smallexample
398 foo .req r0
399@end smallexample
400
0bbf2aa4
NC
401@cindex @code{unreq} directive, ARM
402@item .unreq @var{alias-name}
403This undefines a register alias which was previously defined using the
23753660 404@code{req}, @code{dn} or @code{qn} directives. For example:
0bbf2aa4
NC
405
406@smallexample
407 foo .req r0
408 .unreq foo
409@end smallexample
410
411An error occurs if the name is undefined. Note - this pseudo op can
412be used to delete builtin in register name aliases (eg 'r0'). This
413should only be done if it is really necessary.
414
23753660 415@cindex @code{dn} and @code{qn} directives, ARM
f467aa98
BE
416@item @var{name} .dn @var{register name} [@var{.type}] [[@var{index}]]
417@item @var{name} .qn @var{register name} [@var{.type}] [[@var{index}]]
23753660
JB
418
419The @code{dn} and @code{qn} directives are used to create typed
420and/or indexed register aliases for use in Advanced SIMD Extension
421(Neon) instructions. The former should be used to create aliases
422of double-precision registers, and the latter to create aliases of
423quad-precision registers.
424
425If these directives are used to create typed aliases, those aliases can
426be used in Neon instructions instead of writing types after the mnemonic
427or after each operand. For example:
428
429@smallexample
430 x .dn d2.f32
431 y .dn d3.f32
432 z .dn d4.f32[1]
433 vmul x,y,z
434@end smallexample
435
436This is equivalent to writing the following:
437
438@smallexample
439 vmul.f32 d2,d3,d4[1]
440@end smallexample
441
442Aliases created using @code{dn} or @code{qn} can be destroyed using
443@code{unreq}.
444
252b5132 445@cindex @code{code} directive, ARM
0ac658b8 446@item .code @code{[16|32]}
252b5132
RH
447This directive selects the instruction set being generated. The value 16
448selects Thumb, with the value 32 selecting ARM.
449
450@cindex @code{thumb} directive, ARM
451@item .thumb
452This performs the same action as @var{.code 16}.
453
454@cindex @code{arm} directive, ARM
455@item .arm
456This performs the same action as @var{.code 32}.
457
458@cindex @code{force_thumb} directive, ARM
459@item .force_thumb
460This directive forces the selection of Thumb instructions, even if the
461target processor does not support those instructions
462
463@cindex @code{thumb_func} directive, ARM
464@item .thumb_func
465This directive specifies that the following symbol is the name of a
466Thumb encoded function. This information is necessary in order to allow
467the assembler and linker to generate correct code for interworking
468between Arm and Thumb instructions and should be used even if
1994a7c7
NC
469interworking is not going to be performed. The presence of this
470directive also implies @code{.thumb}
252b5132 471
e1da3f5b
PB
472This directive is not neccessary when generating EABI objects. On these
473targets the encoding is implicit when generating Thumb code.
474
5395a469
NC
475@cindex @code{thumb_set} directive, ARM
476@item .thumb_set
477This performs the equivalent of a @code{.set} directive in that it
478creates a symbol which is an alias for another symbol (possibly not yet
479defined). This directive also has the added property in that it marks
480the aliased symbol as being a thumb function entry point, in the same
481way that the @code{.thumb_func} directive does.
482
252b5132
RH
483@cindex @code{.ltorg} directive, ARM
484@item .ltorg
485This directive causes the current contents of the literal pool to be
486dumped into the current section (which is assumed to be the .text
487section) at the current location (aligned to a word boundary).
3d0c9500
NC
488@code{GAS} maintains a separate literal pool for each section and each
489sub-section. The @code{.ltorg} directive will only affect the literal
490pool of the current section and sub-section. At the end of assembly
491all remaining, un-empty literal pools will automatically be dumped.
492
493Note - older versions of @code{GAS} would dump the current literal
494pool any time a section change occurred. This is no longer done, since
495it prevents accurate control of the placement of literal pools.
252b5132
RH
496
497@cindex @code{.pool} directive, ARM
498@item .pool
499This is a synonym for .ltorg.
500
7ed4c4c5
NC
501@cindex @code{.fnstart} directive, ARM
502@item .unwind_fnstart
503Marks the start of a function with an unwind table entry.
504
505@cindex @code{.fnend} directive, ARM
506@item .unwind_fnend
507Marks the end of a function with an unwind table entry. The unwind index
508table entry is created when this directive is processed.
509
510If no personality routine has been specified then standard personality
511routine 0 or 1 will be used, depending on the number of unwind opcodes
512required.
513
514@cindex @code{.cantunwind} directive, ARM
515@item .cantunwind
516Prevents unwinding through the current function. No personality routine
517or exception table data is required or permitted.
518
519@cindex @code{.personality} directive, ARM
520@item .personality @var{name}
521Sets the personality routine for the current function to @var{name}.
522
523@cindex @code{.personalityindex} directive, ARM
524@item .personalityindex @var{index}
525Sets the personality routine for the current function to the EABI standard
526routine number @var{index}
527
528@cindex @code{.handlerdata} directive, ARM
529@item .handlerdata
530Marks the end of the current function, and the start of the exception table
531entry for that function. Anything between this directive and the
532@code{.fnend} directive will be added to the exception table entry.
533
534Must be preceded by a @code{.personality} or @code{.personalityindex}
535directive.
536
537@cindex @code{.save} directive, ARM
538@item .save @var{reglist}
539Generate unwinder annotations to restore the registers in @var{reglist}.
540The format of @var{reglist} is the same as the corresponding store-multiple
541instruction.
542
543@smallexample
544@exdent @emph{core registers}
545 .save @{r4, r5, r6, lr@}
546 stmfd sp!, @{r4, r5, r6, lr@}
547@exdent @emph{FPA registers}
548 .save f4, 2
549 sfmfd f4, 2, [sp]!
550@exdent @emph{VFP registers}
551 .save @{d8, d9, d10@}
fa073d69 552 fstmdx sp!, @{d8, d9, d10@}
7ed4c4c5
NC
553@exdent @emph{iWMMXt registers}
554 .save @{wr10, wr11@}
555 wstrd wr11, [sp, #-8]!
556 wstrd wr10, [sp, #-8]!
557or
558 .save wr11
559 wstrd wr11, [sp, #-8]!
560 .save wr10
561 wstrd wr10, [sp, #-8]!
562@end smallexample
563
fa073d69
MS
564@cindex @code{.vsave} directive, ARM
565@item .vsave @var{vfp-reglist}
566Generate unwinder annotations to restore the VFP registers in @var{vfp-reglist}
567using FLDMD. Also works for VFPv3 registers
568that are to be restored using VLDM.
569The format of @var{vfp-reglist} is the same as the corresponding store-multiple
570instruction.
571
572@smallexample
573@exdent @emph{VFP registers}
574 .vsave @{d8, d9, d10@}
575 fstmdd sp!, @{d8, d9, d10@}
576@exdent @emph{VFPv3 registers}
577 .vsave @{d15, d16, d17@}
578 vstm sp!, @{d15, d16, d17@}
579@end smallexample
580
581Since FLDMX and FSTMX are now deprecated, this directive should be
582used in favour of @code{.save} for saving VFP registers for ARMv6 and above.
583
7ed4c4c5
NC
584@cindex @code{.pad} directive, ARM
585@item .pad #@var{count}
586Generate unwinder annotations for a stack adjustment of @var{count} bytes.
587A positive value indicates the function prologue allocated stack space by
588decrementing the stack pointer.
589
590@cindex @code{.movsp} directive, ARM
4fa3602b
PB
591@item .movsp @var{reg} [, #@var{offset}]
592Tell the unwinder that @var{reg} contains an offset from the current
593stack pointer. If @var{offset} is not specified then it is assumed to be
594zero.
7ed4c4c5
NC
595
596@cindex @code{.setfp} directive, ARM
597@item .setfp @var{fpreg}, @var{spreg} [, #@var{offset}]
598Make all unwinder annotations relaive to a frame pointer. Without this
599the unwinder will use offsets from the stack pointer.
600
601The syntax of this directive is the same as the @code{sub} or @code{mov}
602instruction used to set the frame pointer. @var{spreg} must be either
603@code{sp} or mentioned in a previous @code{.movsp} directive.
604
605@smallexample
606.movsp ip
607mov ip, sp
608@dots{}
609.setfp fp, ip, #4
610sub fp, ip, #4
611@end smallexample
612
613@cindex @code{.unwind_raw} directive, ARM
614@item .raw @var{offset}, @var{byte1}, @dots{}
615Insert one of more arbitary unwind opcode bytes, which are known to adjust
616the stack pointer by @var{offset} bytes.
617
618For example @code{.unwind_raw 4, 0xb1, 0x01} is equivalent to
619@code{.save @{r0@}}
620
ee065d83
PB
621@cindex @code{.cpu} directive, ARM
622@item .cpu @var{name}
623Select the target processor. Valid values for @var{name} are the same as
624for the @option{-mcpu} commandline option.
625
626@cindex @code{.arch} directive, ARM
627@item .arch @var{name}
628Select the target architecture. Valid values for @var{name} are the same as
629for the @option{-march} commandline option.
630
7a1d4c38
PB
631@cindex @code{.object_arch} directive, ARM
632@item .object_arch @var{name}
633Override the architecture recorded in the EABI object attribute section.
634Valid values for @var{name} are the same as for the @code{.arch} directive.
635Typically this is useful when code uses runtime detection of CPU features.
636
ee065d83
PB
637@cindex @code{.fpu} directive, ARM
638@item .fpu @var{name}
639Select the floating point unit to assemble for. Valid values for @var{name}
640are the same as for the @option{-mfpu} commandline option.
641
642@cindex @code{.eabi_attribute} directive, ARM
643@item .eabi_attribute @var{tag}, @var{value}
644Set the EABI object attribute number @var{tag} to @var{value}. The value
645is either a @code{number}, @code{"string"}, or @code{number, "string"}
646depending on the tag.
647
252b5132
RH
648@end table
649
650@node ARM Opcodes
651@section Opcodes
652
653@cindex ARM opcodes
654@cindex opcodes for ARM
49a5575c
NC
655@code{@value{AS}} implements all the standard ARM opcodes. It also
656implements several pseudo opcodes, including several synthetic load
657instructions.
252b5132 658
49a5575c
NC
659@table @code
660
661@cindex @code{NOP} pseudo op, ARM
662@item NOP
663@smallexample
664 nop
665@end smallexample
252b5132 666
49a5575c
NC
667This pseudo op will always evaluate to a legal ARM instruction that does
668nothing. Currently it will evaluate to MOV r0, r0.
252b5132 669
49a5575c
NC
670@cindex @code{LDR reg,=<label>} pseudo op, ARM
671@item LDR
252b5132
RH
672@smallexample
673 ldr <register> , = <expression>
674@end smallexample
675
676If expression evaluates to a numeric constant then a MOV or MVN
677instruction will be used in place of the LDR instruction, if the
678constant can be generated by either of these instructions. Otherwise
679the constant will be placed into the nearest literal pool (if it not
680already there) and a PC relative LDR instruction will be generated.
681
49a5575c
NC
682@cindex @code{ADR reg,<label>} pseudo op, ARM
683@item ADR
684@smallexample
685 adr <register> <label>
686@end smallexample
687
688This instruction will load the address of @var{label} into the indicated
689register. The instruction will evaluate to a PC relative ADD or SUB
690instruction depending upon where the label is located. If the label is
691out of range, or if it is not defined in the same file (and section) as
692the ADR instruction, then an error will be generated. This instruction
693will not make use of the literal pool.
694
695@cindex @code{ADRL reg,<label>} pseudo op, ARM
696@item ADRL
697@smallexample
698 adrl <register> <label>
699@end smallexample
700
701This instruction will load the address of @var{label} into the indicated
a349d9dd 702register. The instruction will evaluate to one or two PC relative ADD
49a5575c
NC
703or SUB instructions depending upon where the label is located. If a
704second instruction is not needed a NOP instruction will be generated in
705its place, so that this instruction is always 8 bytes long.
706
707If the label is out of range, or if it is not defined in the same file
708(and section) as the ADRL instruction, then an error will be generated.
709This instruction will not make use of the literal pool.
710
711@end table
712
252b5132
RH
713For information on the ARM or Thumb instruction sets, see @cite{ARM
714Software Development Toolkit Reference Manual}, Advanced RISC Machines
715Ltd.
716
6057a28f
NC
717@node ARM Mapping Symbols
718@section Mapping Symbols
719
720The ARM ELF specification requires that special symbols be inserted
721into object files to mark certain features:
722
723@table @code
724
725@cindex @code{$a}
726@item $a
727At the start of a region of code containing ARM instructions.
728
729@cindex @code{$t}
730@item $t
731At the start of a region of code containing THUMB instructions.
732
733@cindex @code{$d}
734@item $d
735At the start of a region of data.
736
737@end table
738
739The assembler will automatically insert these symbols for you - there
740is no need to code them yourself. Support for tagging symbols ($b,
741$f, $p and $m) which is also mentioned in the current ARM ELF
742specification is not implemented. This is because they have been
743dropped from the new EABI and so tools cannot rely upon their
744presence.
745
This page took 0.38297 seconds and 4 git commands to generate.