Squashed 'external/capstone/' content from commit e46f64fa
git-subtree-dir: external/capstone git-subtree-split: e46f64fadb351e9ecd05264fab26f2772feb0994
This commit is contained in:
@@ -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