Rizin
unix-like reverse engineering framework and cli tools
|
#include "MCInstrDesc.h"
Go to the source code of this file.
Functions | |
bool | MCOperandInfo_isPredicate (const MCOperandInfo *m) |
bool | MCOperandInfo_isOptionalDef (const MCOperandInfo *m) |
bool MCOperandInfo_isOptionalDef | ( | const MCOperandInfo * | m | ) |
isOptionalDef - Set if this operand is a optional def.
Definition at line 15 of file MCInstrDesc.c.
References regress::m, and MCOI_OptionalDef.
bool MCOperandInfo_isPredicate | ( | const MCOperandInfo * | m | ) |
isPredicate - Set if this is one of the operands that made up of the predicate operand that controls an isPredicable() instruction.
Definition at line 8 of file MCInstrDesc.c.
References regress::m, and MCOI_Predicate.