Searched refs:architecture (Results 1 – 25 of 440) sorted by relevance
12345678910>>...18
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/frv/ |
D | fr450-insn.l | 2 .*:1: Error: Instruction not supported by this architecture 3 .*:2: Error: Instruction not supported by this architecture 4 .*:3: Error: Instruction not supported by this architecture 5 .*:4: Error: Instruction not supported by this architecture 6 .*:5: Error: Instruction not supported by this architecture 8 .*:7: Error: Instruction not supported by this architecture 9 .*:8: Error: Instruction not supported by this architecture 10 .*:9: Error: Instruction not supported by this architecture 11 .*:10: Error: Instruction not supported by this architecture 12 .*:11: Error: Instruction not supported by this architecture [all …]
|
D | fr405-insn.l | 2 .*:1: Error: Instruction not supported by this architecture 3 .*:2: Error: Instruction not supported by this architecture 4 .*:3: Error: Instruction not supported by this architecture 5 .*:4: Error: Instruction not supported by this architecture 6 .*:5: Error: Instruction not supported by this architecture 7 .*:6: Error: Instruction not supported by this architecture 8 .*:7: Error: Instruction not supported by this architecture
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/ |
D | insns-bad-2.l | 2 [^:]*:6: Error: register number 31 not supported on this architecture 3 [^:]*:7: Error: register number 31 not supported on this architecture 4 [^:]*:8: Error: register number 31 not supported on this architecture 5 [^:]*:9: Error: register number 31 not supported on this architecture 6 [^:]*:24: Error: register number 31 not supported on this architecture 7 [^:]*:25: Error: register number 31 not supported on this architecture 8 [^:]*:26: Error: register number 31 not supported on this architecture 9 [^:]*:27: Error: register number 31 not supported on this architecture 10 [^:]*:42: Error: register number 31 not supported on this architecture 11 [^:]*:43: Error: register number 31 not supported on this architecture [all …]
|
D | predicate-bad-2.l | 2 [^:]*:5: Error: predication on A0 not supported on this architecture 9 [^:]*:11: Error: predication on A0 not supported on this architecture 40 [^:]*:44: Error: predication on A0 not supported on this architecture 47 [^:]*:50: Error: predication on A0 not supported on this architecture 54 [^:]*:57: Error: predication on A0 not supported on this architecture 61 [^:]*:63: Error: predication on A0 not supported on this architecture 80 [^:]*:83: Error: predication on A0 not supported on this architecture 87 [^:]*:89: Error: predication on A0 not supported on this architecture
|
D | arch-invalid-2.l | 2 [^:]*:1: Error: unknown architecture 'nonesuch'
|
D | arch-invalid-1.l | 2 Error: unknown architecture 'invalid'
|
D | attr-arch-directive-4.s | 1 # .c6xabi_attribute directives override other architecture information.
|
D | attr-arch-directive-5.s | 1 # .c6xabi_attribute directives override other architecture information.
|
D | predicate-bad-2.d | 1 #name: C6X bad predicates for architecture
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-ppc.texi | 32 instructions each variant supports, please see the chip's architecture 112 Generate code for A2 architecture. 130 Generate code for Power4 architecture. 133 Generate code for Power5 architecture. 136 Generate code for Power6 architecture. 139 Generate code for Power7 architecture. 142 Generate code for Power8 architecture. 145 Generate code for Power9 architecture. 149 Generate code for Cell Broadband Engine architecture. 155 Generate code for any architecture (PWR/PWRX/PPC).
|
D | c-ip2k.texi | 32 @cindex architecture options, IP2022 33 @cindex IP2K architecture options 40 @cindex architecture options, IP2K 41 @cindex IP2K architecture options
|
D | c-aarch64.texi | 84 @item -march=@var{architecture}[+@var{extension}@dots{}] 85 This option specifies the target architecture. The assembler will 87 instruction which will not execute on the target architecture. The 88 following architecture names are recognized: @code{armv8-a}, 95 The architecture option can be extended with the same instruction set 115 The table below lists the permitted architecture extensions that are 248 The AArch64 architecture uses @sc{ieee} floating-point numbers. 261 Select the target architecture. Valid values for @var{name} are the same as 264 Specifying @code{.arch} clears any previously selected architecture 269 Add or remove an architecture extension to the target architecture. Valid [all …]
|
D | c-visium.texi | 35 This option specifies the target architecture. If an attempt is made to 36 assemble an instruction that will not execute on the target architecture, 82 All the standard opcodes of the architecture are implemented, along with the
|
D | c-m32c.texi | 38 @cindex architecture options, M32C 39 @cindex M32C architecture option 44 @cindex architecture options, M16C 45 @cindex M16C architecture option
|
D | c-rl78.texi | 36 architecture. 40 architecture. 45 architecture. This is the default.
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | sparc-dis.c | 38 #define V9_ONLY_P(insn) (! ((insn)->architecture & ~MASK_V9)) 40 #define V9_P(insn) (((insn)->architecture & MASK_V9) != 0) 284 if (op0->architecture & current_arch_mask) in compare_opcodes() 286 if (! (op1->architecture & current_arch_mask)) in compare_opcodes() 291 if (op1->architecture & current_arch_mask) in compare_opcodes() 293 else if (op0->architecture != op1->architecture) in compare_opcodes() 294 return op0->architecture - op1->architecture; in compare_opcodes() 547 if (! (opcode->architecture & current_arch_mask)) in print_insn_sparc()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | NEWS | 10 * Support for the ARMv8-M architecture has been added to the ARM port. Support 58 * Support for the ARMv8.1 architecture has been added to the Aarch64 port. 59 Support for the individual ARMv8.1 Adv.SIMD, LOR and PAN architecture 62 * Support for the ARMv8.1 architecture has been added to the ARM port. Support 63 for the individual ARMv8.1 Adv.SIMD and PAN architecture extensions has also 100 * Add support for the 64-bit ARM architecture: AArch64. 104 * Add support for the VLE extension to the PowerPC architecture. 106 * Add support for the Freescale XGATE architecture. 111 * Add support for the Renesas RL78 architecture. 113 * Add support for the Adapteva EPIPHANY architecture. [all …]
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/ |
D | mism-1.s | 1 ! Test architecture mismatch warnings.
|
D | mism-2.s | 1 ! Test architecture mismatch warnings from v9b upwards.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
D | archv6s-m-bad.l | 2 [^:]*:7: Error: SVC is not permitted on this architecture
|
D | mul-overlap.d | 1 # name: Overlapping multiplication operands without architecture specification
|
D | cmdline-bad-arch.d | 3 # error: unknown architecture `armv'
|
D | armv2-mp-bad.l | 2 [^:]*: extension does not apply to the base architecture
|
D | mrs-msr-arm-v7-a-bad.d | 1 # name: MRS/MSR negative test, architecture v7-A, ARM mode
|
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/ |
D | group-6.d | 8 architecture: .*
|
12345678910>>...18