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