Lines Matching defs:opcode
296 #define REX_W_PREFIX_P(opcode) (((opcode) & (~0x5)) == 0x48)
300 #define REX_W_SRCREG(opcode) (((opcode)&0x4) >> 2)
304 #define REX_W_DSTREG(opcode) ((opcode)&0x1)
330 // 0xff (with opcode bits '6' in next byte, PUSH r/m32) 0x74 (ModR/M byte with
331 // three bits used to specify the opcode)
332 // mod == b01, opcode == b110, R/M == b100
338 // Get the 3 opcode bits from the ModR/M byte
339 uint8_t opcode = (*(m_cur_insn + 1) >> 3) & 7;
340 if (opcode == 6) {
476 // Check opcode
502 // Check opcode
529 // Check opcode
715 // inferior process. Once we know the size of the opcode instruction,