Lines Matching refs:op2
95 unsigned char op1, op2, rex = 0, rex_b = 0, rex_r = 0, rex_w = 0,
120 op2 = insn.opcode.bytes[1];
400 if (op2 == 0x01) {
407 } else if (op2 >= 0x80 && op2 <= 0x8f) {
411 } else if (op2 == 0x05 || op2 == 0x07 || op2 == 0x34 ||
412 op2 == 0x35) {
417 } else if (op2 == 0x0b || op2 == 0xb9) {
422 } else if (op2 == 0x0d || op2 == 0x1f) {
427 } else if (op2 == 0xa0 || op2 == 0xa8) {
435 } else if (op2 == 0xa1 || op2 == 0xa9) {