Lines Matching refs:op2
161 unsigned char op1, op2, op3, prefix, in arch_decode_instruction() local
189 op2 = ins.opcode.bytes[1]; in arch_decode_instruction()
527 if (op2 == 0x01) { in arch_decode_instruction()
543 } else if (op2 >= 0x80 && op2 <= 0x8f) { in arch_decode_instruction()
547 } else if (op2 == 0x05 || op2 == 0x34) { in arch_decode_instruction()
552 } else if (op2 == 0x07 || op2 == 0x35) { in arch_decode_instruction()
557 } else if (op2 == 0x0b || op2 == 0xb9) { in arch_decode_instruction()
562 } else if (op2 == 0x0d || op2 == 0x1f) { in arch_decode_instruction()
567 } else if (op2 == 0x1e) { in arch_decode_instruction()
573 } else if (op2 == 0x38 && op3 == 0xf8) { in arch_decode_instruction()
580 } else if (op2 == 0xa0 || op2 == 0xa8) { in arch_decode_instruction()
588 } else if (op2 == 0xa1 || op2 == 0xa9) { in arch_decode_instruction()