Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Darc.h37 #define ARC_MACH_BIG 16 macro
40 #define ARC_MACH_CPU_MASK (ARC_MACH_BIG - 1)
43 #define ARC_MACH_MASK ((ARC_MACH_BIG << 1) - 1)
/toolchain/binutils/binutils-2.25/opcodes/
Darc-opc.c1581 return mach_type_map[bfd_mach - bfd_mach_arc_5] | (big_p ? ARC_MACH_BIG : 0); in arc_get_opcode_mach()