Searched defs:InternalInstruction (Results 1 – 4 of 4) sorted by relevance
553 typedef struct InternalInstruction { struct555 uint8_t operandSize;556 uint8_t prefix0, prefix1, prefix2, prefix3;558 bool isPrefix26;559 bool isPrefix2e;560 bool isPrefix36;561 bool isPrefix3e;562 bool isPrefix64;563 bool isPrefix65;564 bool isPrefix66;[all …]
418 struct InternalInstruction { struct420 byteReader_t reader;422 void* readerArg;424 uint64_t readerCursor;427 dlog_t dlog;429 void* dlogArg;434 DisassemblerMode mode;436 uint64_t startLocation;438 size_t length;443 uint8_t prefixPresent[0x100];[all …]
525 struct InternalInstruction { struct527 byteReader_t reader;529 const void* readerArg;531 uint64_t readerCursor;534 dlog_t dlog;536 void* dlogArg;541 DisassemblerMode mode;543 uint64_t startLocation;545 size_t length;550 uint8_t mandatoryPrefix;[all …]
525 struct InternalInstruction { struct527 byteReader_t reader;529 const void* readerArg;531 uint64_t readerCursor;534 dlog_t dlog;536 void* dlogArg;541 DisassemblerMode mode;543 uint64_t startLocation;545 size_t length;550 uint8_t prefixPresent[0x100];[all …]