Home
last modified time | relevance | path

Searched refs:optional (Results 1 – 25 of 137) sorted by relevance

123456

/toolchain/binutils/binutils-2.25/libiberty/
DREADME26 that are "optional" will be included in the library only if "needed."
31 To add a new optional file, it must provide a single function, and the
57 The optional file you've added (e.g. getcwd.c) should compile and work
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
Dcase-1.s2 ! and also that the option --isa=shmedia is optional.
/toolchain/binutils/binutils-2.25/opcodes/
Dtic54x-dis.c209 int optional = (tm_operands[i] & OPT) != 0; in print_instruction() local
301 if (!optional || dst != src) in print_instruction()
323 if (!optional || shift != 0) in print_instruction()
333 if (!optional || shift != 0) in print_instruction()
DChangeLog-020324 * ppc-opc.c (MO): Make optional.
25 (RAO, RSO, SHO): New optional forms of RA, RS, SH operands.
26 (tlbwe): Accept for both PPC403 and BOOKE. Make all operands optional.
1702 * ppc-opc.c: Add optional field to mtmsrd.
1766 * ppc-opc.c: Add optional `L' field to tlbie.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/
Dtemplate88 # which are optional (ending in ">" if output should be ignored, like "-a>");
92 # The variable $stdoptlist usually has a reasonable set of optional options
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
Dregt-op.s1 # All-registers, 'T'-type operands; optional third operand is
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
Ddiagnostic.s103 # test diagnostic info on optional operand
Ddiagnostic.l8 [^:]*:10: Error: unexpected comma before the omitted optional operand at operand 5 -- `sys 1,c1,c3,…
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dneon-omit.s1 @ test omitted optional arguments
Dneon-omit.d1 # name: Neon optional register operands
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-alpha.texi191 A sequence number @var{N} is optional, and if present is used to pair
294 The sequence number @var{N} is optional, and if present it used to
354 Mark the beginning of @var{function}. An optional number may follow for
388 indicated in @code{.mask}. For compatibility with OSF/1 an optional
Dc-microblaze.texi47 @var{name} at (optional) @var{label}.
Dc-cr16.texi27 Operand expression type qualifier is an optional field in the instruction operand, to determines th…
Dc-aarch64.texi64 instructions valid for any supported processor, including all optional
207 Note that @samp{:pg_hi21:} is optional.
Dc-tilepro.texi36 whitespace and an optional comma-separated list of operands:
66 optional use of explicit @code{fnop} or @code{nop} instructions,
Dc-tilegx.texi52 whitespace and an optional comma-separated list of operands:
82 optional use of explicit @code{fnop} or @code{nop} instructions,
Dc-i386.texi345 @code{@value{LD}}. The optional third parameter, @var{alignment},
381 @code{@value{GCC}}. Either of these directives may have an optional
526 Different encoding options can be specified via optional mnemonic
774 where @var{base} and @var{index} are the optional 32-bit base and
775 index registers, @var{disp} is the optional displacement, and
779 optional section register for the memory operand, and may override the
Dc-m68k.texi91 @cindex @samp{--register-prefix-optional} option, M680x0
92 @item --register-prefix-optional
99 @samp{sun3}. The @samp{--register-prefix-optional} option may be used
Dc-i370.texi54 A leading dot in front of directives is optional, and the case of
Dc-d10v.texi226 Immediate data (the @samp{#} is optional and ignored)
Dc-bfin.texi34 This option specifies the target processor. The optional @var{sirevision}
/toolchain/binutils/binutils-2.25/cpu/
Dmep-core.cpu793 (comment "optional bit manipulation instruction"))
799 (comment "optional 32-bit multiply instruction"))
805 (comment "optional 32-bit divide instruction"))
811 (comment "optional debug instruction"))
817 (comment "optional leading zeroes instruction"))
823 (comment "optional absolute difference instruction"))
829 (comment "optional average instruction"))
835 (comment "optional min/max instruction"))
841 (comment "optional clipping instruction"))
847 (comment "optional saturation instruction"))
[all …]
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-00011228 * Make comma after string after icon/control optional.
1345 * nm.c: Add optional style to demangle switch.
1346 * objdump.c: Add optional style to demangle switch.
1347 * addr2line.c: Add optional style to demangle switch.
1348 * binutils.texi: Document optional style to demangle
1509 parameter, not an optional string. Also, call new convenience
1791 * binutils.texi: Remove optional `=' from long options that have
/toolchain/binutils/binutils-2.25/ld/
DChangeLog664 * ld.texinfo: Document optional comma following output section
691 optional --enable-auto-image-base argument.
692 (gld${EMULATION_NAME}_handle_option): Handle optional
/toolchain/binutils/binutils-2.25/
DMakefile.tpl583 BASE_FLAGS_TO_PASS =[+ FOR flags_to_pass +][+ IF optional +] \
584 "`echo '[+flag+]=$([+flag+])' | sed -e s'/[^=][^=]*=$$/XFOO=/'`"[+ ELSE optional +] \
585 "[+flag+]=$([+flag+])"[+ ENDIF optional+][+ ENDFOR flags_to_pass +][+ FOR bootstrap-stage +] \

123456