Searched refs:optional (Results 1 – 25 of 137) sorted by relevance
123456
/toolchain/binutils/binutils-2.25/libiberty/ |
D | README | 26 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/ |
D | case-1.s | 2 ! and also that the option --isa=shmedia is optional.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | tic54x-dis.c | 209 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()
|
D | ChangeLog-0203 | 24 * 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/ |
D | template | 88 # 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/ |
D | regt-op.s | 1 # All-registers, 'T'-type operands; optional third operand is
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
D | diagnostic.s | 103 # test diagnostic info on optional operand
|
D | diagnostic.l | 8 [^:]*: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/ |
D | neon-omit.s | 1 @ test omitted optional arguments
|
D | neon-omit.d | 1 # name: Neon optional register operands
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-alpha.texi | 191 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
|
D | c-microblaze.texi | 47 @var{name} at (optional) @var{label}.
|
D | c-cr16.texi | 27 Operand expression type qualifier is an optional field in the instruction operand, to determines th…
|
D | c-aarch64.texi | 64 instructions valid for any supported processor, including all optional 207 Note that @samp{:pg_hi21:} is optional.
|
D | c-tilepro.texi | 36 whitespace and an optional comma-separated list of operands: 66 optional use of explicit @code{fnop} or @code{nop} instructions,
|
D | c-tilegx.texi | 52 whitespace and an optional comma-separated list of operands: 82 optional use of explicit @code{fnop} or @code{nop} instructions,
|
D | c-i386.texi | 345 @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
|
D | c-m68k.texi | 91 @cindex @samp{--register-prefix-optional} option, M680x0 92 @item --register-prefix-optional 99 @samp{sun3}. The @samp{--register-prefix-optional} option may be used
|
D | c-i370.texi | 54 A leading dot in front of directives is optional, and the case of
|
D | c-d10v.texi | 226 Immediate data (the @samp{#} is optional and ignored)
|
D | c-bfin.texi | 34 This option specifies the target processor. The optional @var{sirevision}
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | mep-core.cpu | 793 (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/ |
D | ChangeLog-0001 | 1228 * 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/ |
D | ChangeLog | 664 * 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/ |
D | Makefile.tpl | 583 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