Searched refs:suffixes (Results 1 – 25 of 73) sorted by relevance
123
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
D | inst-po-2.l | 3 [^:]*: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/ |
D | tls-err-3.s | 1 ; Check that TLS PIC suffixes aren't accepted when non-PIC.
|
D | tls-err-1.s | 1 ; Like pic-err-1.s but for non-pic TLS suffixes.
|
D | tls-err-2.s | 1 ; Like tls-err-1.s but for PIC TLS suffixes.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/ |
D | suffix.d | 2 #name: suffixes
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
D | rep-suffix.d | 2 #name: i386 rep prefix (with suffixes)
|
D | x86-64-rep-suffix.d | 2 #name: x86-64 rep prefix (with suffixes)
|
D | x86-64-suffix.d | 2 #name: x86-64 rep prefix (with suffixes)
|
D | x86-64-crx-suffix.d | 2 #name: x86-64 control register related opcodes (with suffixes)
|
D | x86-64-drx-suffix.d | 2 #name: x86-64 debug register related opcodes (with suffixes)
|
D | x86-64-stack-suffix.d | 2 #name: x86-64 stack-related opcodes (with suffixes)
|
D | simd-suffix.d | 4 #name: i386 SIMD (with suffixes)
|
D | x86-64-simd-suffix.d | 4 #name: x86-64 SIMD (with suffixes)
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/ |
D | x86-64-rep-suffix.d | 3 #name: x86-64 (ILP32) rep prefix (with suffixes)
|
D | x86-64-crx-suffix.d | 3 #name: x86-64 (ILP32) control register related opcodes (with suffixes)
|
D | x86-64-drx-suffix.d | 3 #name: x86-64 (ILP32) debug register related opcodes (with suffixes)
|
D | x86-64-stack-suffix.d | 3 #name: x86-64 (ILP32) stack-related opcodes (with suffixes)
|
D | x86-64-simd-suffix.d | 4 #name: x86-64 (ILP32) SIMD (with suffixes)
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-h8300.texi | 357 @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
|
D | c-i386.texi | 490 @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 …]
|
D | c-arc.texi | 482 suffixes to be allowed. Valid values are: 485 No suffixes are permitted; 488 Conditional suffixes are permitted; 491 Flag setting suffixes are permitted.
|
D | c-cris.texi | 240 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/ |
D | r5900-full-vu0.s | 142 # Implicit suffixes
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2013 | 431 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/ |
D | tc-i386.c | 5412 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