Lines Matching refs:op2
127 unsigned char op1, op2, op3, prefix, in arch_decode_instruction() local
155 op2 = insn.opcode.bytes[1]; in arch_decode_instruction()
482 if (op2 == 0x01) { in arch_decode_instruction()
489 } else if (op2 >= 0x80 && op2 <= 0x8f) { in arch_decode_instruction()
493 } else if (op2 == 0x05 || op2 == 0x07 || op2 == 0x34 || in arch_decode_instruction()
494 op2 == 0x35) { in arch_decode_instruction()
499 } else if (op2 == 0x0b || op2 == 0xb9) { in arch_decode_instruction()
504 } else if (op2 == 0x0d || op2 == 0x1f) { in arch_decode_instruction()
509 } else if (op2 == 0x1e) { in arch_decode_instruction()
515 } else if (op2 == 0x38 && op3 == 0xf8) { in arch_decode_instruction()
523 } else if (op2 == 0xa0 || op2 == 0xa8) { in arch_decode_instruction()
531 } else if (op2 == 0xa1 || op2 == 0xa9) { in arch_decode_instruction()