Searched refs:optional (Results 1 – 25 of 152) sorted by relevance
1234567
/toolchain/binutils/binutils-2.27/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.27/gas/testsuite/gas/sh/sh64/ |
D | case-1.s | 2 ! and also that the option --isa=shmedia is optional.
|
/toolchain/binutils/binutils-2.27/ |
D | .gitattributes | 7 # The short version of this (optional) procedure is:
|
D | Makefile.tpl | 587 BASE_FLAGS_TO_PASS =[+ FOR flags_to_pass +][+ IF optional +] \ 588 "`echo '[+flag+]=$([+flag+])' | sed -e s'/[^=][^=]*=$$/XFOO=/'`"[+ ELSE optional +] \ 589 "[+flag+]=$([+flag+])"[+ ENDIF optional+][+ ENDFOR flags_to_pass +][+ FOR bootstrap-stage +] \
|
/toolchain/binutils/binutils-2.27/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()
|
/toolchain/binutils/binutils-2.27/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.27/gas/testsuite/gas/mmix/ |
D | regt-op.s | 1 # All-registers, 'T'-type operands; optional third operand is
|
/toolchain/binutils/binutils-2.27/zlib/doc/ |
D | rfc1952.txt | 141 (except for file names and comments, which are optional). 313 an optional indication, which the compressor may set by 333 If FEXTRA is set, optional extra fields are present, as 416 If FLG.FEXTRA is set, this gives the length of the optional 473 at least so it can skip over the optional fields if they are
|
/toolchain/binutils/binutils-2.27/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.27/gas/doc/ |
D | c-microblaze.texi | 47 @var{name} at (optional) @var{label}.
|
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-cr16.texi | 27 Operand expression type qualifier is an optional field in the instruction operand, to determines th…
|
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-aarch64.texi | 71 instructions valid for any supported processor, including all optional 231 Note that @samp{:pg_hi21:} is optional.
|
D | c-i386.texi | 412 @code{@value{LD}}. The optional third parameter, @var{alignment}, 448 @code{@value{GCC}}. Either of these directives may have an optional 594 Different encoding options can be specified via optional mnemonic 878 where @var{base} and @var{index} are the optional 32-bit base and 879 index registers, @var{disp} is the optional displacement, and 883 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
|
/toolchain/binutils/binutils-2.27/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.27/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.27/zlib/win32/ |
D | README-WIN32.txt | 59 All .pdb files above are entirely optional, but are very useful to a developer
|
/toolchain/binutils/binutils-2.27/zlib/old/ |
D | visual-basic.txt | 77 'bracket meaning: <parameter> [optional] {Range of possible values}
|
/toolchain/binutils/binutils-2.27/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
|
1234567