Home
last modified time | relevance | path

Searched refs:suffixes (Results 1 – 25 of 73) sorted by relevance

123

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
Dinst-po-2.l3 [^:]*:10: Error: width suffixes are invalid in ARM mode
4 [^:]*:11: Error: width suffixes are invalid in ARM mode
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
Dtls-err-3.s1 ; Check that TLS PIC suffixes aren't accepted when non-PIC.
Dtls-err-1.s1 ; Like pic-err-1.s but for non-pic TLS suffixes.
Dtls-err-2.s1 ; Like tls-err-1.s but for PIC TLS suffixes.
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
Dsuffix.d2 #name: suffixes
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
Drep-suffix.d2 #name: i386 rep prefix (with suffixes)
Dx86-64-rep-suffix.d2 #name: x86-64 rep prefix (with suffixes)
Dx86-64-suffix.d2 #name: x86-64 rep prefix (with suffixes)
Dx86-64-crx-suffix.d2 #name: x86-64 control register related opcodes (with suffixes)
Dx86-64-drx-suffix.d2 #name: x86-64 debug register related opcodes (with suffixes)
Dx86-64-stack-suffix.d2 #name: x86-64 stack-related opcodes (with suffixes)
Dsimd-suffix.d4 #name: i386 SIMD (with suffixes)
Dx86-64-simd-suffix.d4 #name: x86-64 SIMD (with suffixes)
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
Dx86-64-rep-suffix.d3 #name: x86-64 (ILP32) rep prefix (with suffixes)
Dx86-64-crx-suffix.d3 #name: x86-64 (ILP32) control register related opcodes (with suffixes)
Dx86-64-drx-suffix.d3 #name: x86-64 (ILP32) debug register related opcodes (with suffixes)
Dx86-64-stack-suffix.d3 #name: x86-64 (ILP32) stack-related opcodes (with suffixes)
Dx86-64-simd-suffix.d4 #name: x86-64 (ILP32) SIMD (with suffixes)
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-h8300.texi357 @cindex size suffixes, H8/300
358 @cindex H8/300 size suffixes
360 @code{sub}) are defined with variants using the suffixes @samp{.b},
362 @code{@value{AS}} supports these suffixes, but does not require them;
373 If you use the size suffixes, @code{@value{AS}} issues a warning when
Dc-i386.texi490 @cindex mnemonic suffixes, i386
492 @cindex i386 size suffixes
493 @cindex mnemonic suffixes, x86-64
495 @cindex x86-64 size suffixes
498 character of the instruction mnemonic. Mnemonic suffixes of @samp{b},
579 is accomplished by using two instruction mnemonic suffixes in AT&T
582 and @samp{movzx} in Intel syntax). The instruction mnemonic suffixes
585 ``move sign extend @emph{from} %al @emph{to} %edx.'' Possible suffixes,
983 associated with it. Instruction mnemonic suffixes specify the operand's
998 These correspond to instruction mnemonic suffixes @samp{s}, @samp{l},
[all …]
Dc-arc.texi482 suffixes to be allowed. Valid values are:
485 No suffixes are permitted;
488 Conditional suffixes are permitted;
491 Flag setting suffixes are permitted.
Dc-cris.texi240 suffixes are used to specify what kind of run-time symbol lookup
249 start of the global offset table. All symbol suffixes start
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
Dr5900-full-vu0.s142 # Implicit suffixes
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2013431 Handle implicit VU0 suffixes here.
517 suffixes to be elided too.
551 Look for VU0 channel suffixes when nonnull.
557 (mips_parse_base_start): Match -- and ++. Handle channel suffixes.
558 (mips_parse_argument_token): Handle channel suffixes here too.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i386.c5412 unsigned int suffixes; in process_suffix() local
5414 suffixes = !i.tm.opcode_modifier.no_bsuf; in process_suffix()
5416 suffixes |= 1 << 1; in process_suffix()
5418 suffixes |= 1 << 2; in process_suffix()
5420 suffixes |= 1 << 3; in process_suffix()
5422 suffixes |= 1 << 4; in process_suffix()
5424 suffixes |= 1 << 5; in process_suffix()
5428 || ((suffixes & (suffixes - 1)) in process_suffix()

123