Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dsparc.h52 SPARC_OPCODE_ARCH_V9, enumerator
71 #define SPARC_OPCODE_ARCH_V9_P(arch) ((arch) >= SPARC_OPCODE_ARCH_V9)
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sparc.c612 && max_architecture < SPARC_OPCODE_ARCH_V9) in md_parse_option()
613 max_architecture = SPARC_OPCODE_ARCH_V9; in md_parse_option()
1169 case SPARC_OPCODE_ARCH_V9: mach = bfd_mach_sparc_v8plus; break; in sparc_md_end()
1592 if (max_architecture < SPARC_OPCODE_ARCH_V9 in md_assemble()
3139 ~(SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9) - 1); in sparc_ip()
3142 SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9); in sparc_ip()
3566 || current_architecture >= SPARC_OPCODE_ARCH_V9)) in md_apply_fix()
4730 else if (current_architecture >= SPARC_OPCODE_ARCH_V9) in sparc_elf_final_processing()
/toolchain/binutils/binutils-2.27/opcodes/
Dsparc-dis.c29 #define MASK_V9 ((1 << SPARC_OPCODE_ARCH_V9) \
242 return SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9); in compute_arch_mask()
DChangeLog149 * sparc-dis.c (MASK_V9): Add SPARC_OPCODE_ARCH_V9{C,D,E,V,M}.
Dsparc-opc.c37 #define MASK_V9 SPARC_OPCODE_ARCH_MASK (SPARC_OPCODE_ARCH_V9)