Searched refs:ARC_MACH_BIG (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Darc.h38 /* Additional cpu values can be inserted here and ARC_MACH_BIG moved down. */
39 #define ARC_MACH_BIG 16 macro
42 #define ARC_MACH_CPU_MASK (ARC_MACH_BIG - 1)
45 #define ARC_MACH_MASK ((ARC_MACH_BIG << 1) - 1)
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Darc-opc.c1585 return mach_type_map[bfd_mach - bfd_mach_arc_5] | (big_p ? ARC_MACH_BIG : 0);

Completed in 108 milliseconds