Searched refs:twoByteEscape (Results 1 – 3 of 3) sorted by relevance
962 insn->twoByteEscape = 0x0f; in readOpcode()966 insn->twoByteEscape = 0x0f; in readOpcode()971 insn->twoByteEscape = 0x0f; in readOpcode()977 insn->twoByteEscape = 0x0f; in readOpcode()1010 insn->twoByteEscape = current; in readOpcode()2337 if (insn->twoByteEscape == 0x0f) { in checkPrefix()
870 if (inter->twoByteEscape) { in update_pub_insn()872 pub->detail->x86.opcode[0] = inter->twoByteEscape; in update_pub_insn()876 pub->detail->x86.opcode[0] = inter->twoByteEscape; in update_pub_insn()
599 uint8_t twoByteEscape; member