Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/opcodes/
Dalpha-dis.c75 while (opcode < opcode_end && op == AXP_OP (opcode->opcode)) in print_insn_alpha()
113 op = AXP_OP (insn); in print_insn_alpha()
/toolchain/binutils/binutils-2.27/include/opcode/
Dalpha.h74 #define AXP_OP(i) (((i) >> 26) & 0x3F) macro