Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/opcode/
HDarc.h39 #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)
/NextBSD/contrib/binutils/opcodes/
HDarc-opc.c1580 return mach_type_map[bfd_mach - bfd_mach_arc_5] | (big_p ? ARC_MACH_BIG : 0); in arc_get_opcode_mach()