Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/opcode/
HDarc.h59 #define ARC_OPCODE_CPU(bits) ((bits) & ARC_MACH_CPU_MASK) macro
/NextBSD/contrib/binutils/opcodes/
HDarc-opc.c1633 if (ARC_OPCODE_CPU (opcode->flags) <= cpu_type) in arc_opcode_supported()