mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 06:53:56 +00:00
Add missing thirdparty files
This commit is contained in:
16
thirdparty/capstone/arch/X86/X86InstPrinterCommon.h
vendored
Normal file
16
thirdparty/capstone/arch/X86/X86InstPrinterCommon.h
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/* Capstone Disassembly Engine */
|
||||
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */
|
||||
|
||||
#ifndef CS_X86_INSTPRINTERCOMMON_H
|
||||
#define CS_X86_INSTPRINTERCOMMON_H
|
||||
|
||||
#include "../../MCInst.h"
|
||||
#include "../../SStream.h"
|
||||
|
||||
#define CS_X86_MAXIMUM_OPERAND_SIZE 6
|
||||
|
||||
void printSSEAVXCC(MCInst *MI, unsigned Op, SStream *O);
|
||||
void printXOPCC(MCInst *MI, unsigned Op, SStream *O);
|
||||
void printRoundingControl(MCInst *MI, unsigned Op, SStream *O);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user