Home
last modified time | relevance | path

Searched refs:SPARC_OPCODE_ARCH_V9E (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dsparc.h57 SPARC_OPCODE_ARCH_V9E, /* V9 with OSA2011 and T4 additions modulus integer multiply-add. */ enumerator
/toolchain/binutils/binutils-2.27/opcodes/
Dsparc-dis.c34 | (1 << SPARC_OPCODE_ARCH_V9E) \
257 return SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9E); in compute_arch_mask()
Dsparc-opc.c42 #define MASK_V9E SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9E)
/toolchain/binutils/binutils-2.27/include/
DChangeLog62 SPARC_OPCODE_ARCH_V9E, SPARC_OPCODE_ARCH_V9V and
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sparc.c1160 case SPARC_OPCODE_ARCH_V9E: mach = bfd_mach_sparc_v9e; break; in sparc_md_end()
1174 case SPARC_OPCODE_ARCH_V9E: mach = bfd_mach_sparc_v8pluse; break; in sparc_md_end()