Home
last modified time | relevance | path

Searched refs:modifier (Results 1 – 25 of 83) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/gas/doc/
Dc-tilegx.texi169 modifier(symbol)
178 This modifier is used to load bits 0-15 of the symbol's address.
182 This modifier is used to load bits 16-31 of the symbol's address.
186 This modifier is used to load bits 32-47 of the symbol's address.
190 This modifier is used to load bits 48-63 of the symbol's address.
194 This modifier yields the same value as @code{hw0}, but it also checks
199 This modifier yields the same value as @code{hw1}, but it also checks
204 This modifier yields the same value as @code{hw2}, but it also checks
217 This modifier is used to load bits 0-15 of the symbol's offset in the
222 This modifier yields the same value as @code{hw0_got}, but it also
[all …]
Dc-tilepro.texi153 modifier(symbol)
162 This modifier is used to load the low 16 bits of the symbol's address,
169 This modifier is used to load the high 16 bits of the symbol's
187 This modifier is used to load the offset of the GOT entry
192 This modifier is used to load the sign-extended low 16 bits of the
197 This modifier is used to load the sign-extended high 16 bits of the
202 This modifier is like @code{got_hi16}, but it adds one if
207 This modifier is used for function symbols. It causes a
220 This modifier is used to load the offset of the GOT entry of the
225 This modifier is used to load the sign-extended low 16 bits of the
[all …]
Dc-s390.texi646 @cindex instruction operand modifier, s390
647 @cindex s390 instruction operand modifier
649 If a symbol modifier is attached to a symbol in an expression for an
653 @samp{symbol@@modifier + constant},
654 @samp{symbol@@modifier + label + constant}, and
655 @samp{symbol@@modifier - label + constant}.
660 The term @samp{(symbol + constant1)@@modifier +/- label + constant2}
662 converted to @samp{symbol@@modifier +/- label + constant1 + constant2}.
667 The @@got modifier can be used for displacement fields, 16-bit immediate
668 fields and 32-bit pc-relative immediate fields. The @@got12 modifier is
[all …]
Dc-avr.texi205 modifier(relocatable-expression)
213 This modifier allows you to use bits 0 through 7 of
218 This modifier allows you to use bits 7 through 15 of an address expression
220 AVR @samp{ldi} instruction and @samp{lo8} modifier.
231 This modifier allows you to use bits 16 through 23 of
241 This modifier allows you to use bits 24 through 31 of
244 @samp{hhi8}, modifier.
258 This modifier allows you to use bits 0 through 7 of
260 This modifier useful for addressing data or code from
266 This modifier allows you to use bits 8 through 15 of
[all …]
Dc-lm32.texi146 modifier(relocatable-expression)
154 This modifier allows you to use bits 0 through 15 of
159 This modifier allows you to use bits 16 through 23 of an address expression
180 This modifier places a symbol in the GOT and creates a 16-bit
190 This modifier allows you to use the bits 0 through 15 of an
195 This modifier allows you to use the bits 16 through 31 of an
Dc-m32c.texi74 %modifier(symbol)
98 This modifier allows you to load bits 16 through 23 of a 24 bit
111 Likewise, this modifier allows you to load bits 0 through 15 of a 24
116 This modifier allows you to load bits 16 through 31 of a 32 bit
120 modifier is for loading the upper half in such cases. Example:
Dc-rl78.texi58 When loading a 20-bit (or wider) address into registers, this modifier
67 When loading a 20-bit (or wider) address into registers, this modifier
76 When loading a 20-bit (or wider) address into registers, this modifier
Dc-m68hc11.texi267 %modifier(symbol)
273 This modifier indicates to the assembler and linker to use
279 (using or not using the %addr modifier has no effect in that case).
282 This modifier indicates to use the memory page number corresponding
289 This modifier indicates to use the 8-bit high part of the physical
293 This modifier indicates to use the 8-bit low part of the physical
Dc-rx.texi124 The assembler supports one modifier when using symbol addresses
131 The modifier returns the offset from the @var{__gp} symbol to the
Dc-d10v.texi231 @cindex D10V @@word modifier
232 @cindex @@word modifier, D10V
/toolchain/binutils/binutils-2.25/intl/
Dexplodename.c53 _nl_explode_name (name, language, modifier, territory, codeset, in _nl_explode_name() argument
57 const char **modifier;
69 *modifier = NULL;
130 *modifier = ++cp;
187 if (*modifier != NULL && (*modifier)[0] == '\0')
Dlocalcharset.c344 const char *modifier; in locale_charset() local
348 modifier = strchr (dot, '@'); in locale_charset()
349 if (modifier == NULL) in locale_charset()
351 if (modifier - dot < sizeof (buf)) in locale_charset()
353 memcpy (buf, dot, modifier - dot); in locale_charset()
354 buf [modifier - dot] = '\0'; in locale_charset()
Dl10nflist.c188 territory, codeset, normalized_codeset, modifier, special, in _nl_make_l10nflist() argument
198 const char *modifier;
229 ? strlen (modifier) + 1 : 0)
275 cp = stpcpy (cp, modifier);
376 normalized_codeset, modifier, special,
383 normalized_codeset, modifier, special,
Dfinddomain.c58 const char *modifier; local
140 mask = _nl_explode_name (locale, &language, &modifier, &territory,
148 codeset, normalized_codeset, modifier, special,
Dloadinfo.h115 const char *modifier, const char *special,
143 const char **modifier,
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
Dbad.l2 [^:]*:6: Error: unrecognised instruction size modifier .z
6 [^:]*:10: Warning: no size modifier after period, .w assumed
/toolchain/binutils/binutils-2.25/opcodes/
Di386-gen.c824 output_opcode_modifier (FILE *table, bitfield *modifier, unsigned int size) in output_opcode_modifier() argument
833 fprintf (table, "%d, ", modifier[i].value); in output_opcode_modifier()
835 fprintf (table, "%d,", modifier[i].value); in output_opcode_modifier()
840 fprintf (table, "%d },\n", modifier[i].value); in output_opcode_modifier()
Dnds32-asm.c1951 uint64_t modifier = 0; in parse_operand() local
2011 modifier |= NASM_ATTR_HI20; in parse_operand()
2016 modifier |= NASM_ATTR_LO12; in parse_operand()
2022 modifier |= NASM_ATTR_LO20; in parse_operand()
2027 if (modifier) in parse_operand()
2031 pinsn->attr |= modifier; in parse_operand()
2044 if (modifier & NASM_ATTR_HI20) in parse_operand()
2046 else if (modifier & NASM_ATTR_LO12) in parse_operand()
2048 else if (modifier & NASM_ATTR_LO20) in parse_operand()
Dd30v-dis.c64 if ((!is_long || f->form >= LONG) && (f->modifier == mod)) in lookup_opcode()
/toolchain/binutils/binutils-2.25/include/opcode/
Dd30v.h267 int modifier; /* two bit modifier following opcode */ member
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
Dsigned-relocs.s1 ; check: not case sensitive for special operand modifier
/toolchain/binutils/binutils-2.25/bfd/
Dacinclude.m428 AC_DEFINE(USE_BINARY_FOPEN, 1, [Use b modifier when opening binary files?]) ;;
/toolchain/binutils/binutils-2.25/opcodes/po/
Dpt_BR.po263 msgid "# internal error, undefined modifier(%c)"
268 msgid "# internal disassembler error, unrecognised modifier (%c)"
305 msgid "attempt to set y bit when using + or - modifier"
Duk.po900 msgid "# internal error, undefined modifier (%c)"
905 msgid "# internal disassembler error, unrecognised modifier (%c)"
910 msgid "# internal disassembler error, unrecognized modifier (+%c)"
915 msgid "# internal disassembler error, unrecognized modifier (m%c)"
920 msgid "# internal disassembler error, unrecognized modifier (%c)"
1110 msgid "attempt to set y bit when using + or - modifier"
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-9899207 (usage): Mention N modifier.
208 (main): Handle N modifier.
210 * binutils.texi, ar.1: Document N modifier.
223 (usage): Mention P modifier.
225 (main): Accept P modifier.
227 * binutils.texi, ar.1: Document P modifier.
1712 * ar.c (usage): Mention S modifier.
1713 (main): Add S modifier.
1714 * ar.1, binutils.texi: Document S modifier.

1234