Searched refs:AXP_OP (Results 1 – 2 of 2) sorted by relevance
77 while (opcode < opcode_end && op == AXP_OP (opcode->opcode))115 op = AXP_OP (insn);
74 #define AXP_OP(i) (((i) >> 26) & 0x3F) macro