grpc
third_party
bloaty
third_party
capstone
MCInstrDesc.c
Go to the documentation of this file.
1
/* Capstone Disassembly Engine */
2
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015 */
3
4
#include "
MCInstrDesc.h
"
5
8
bool
MCOperandInfo_isPredicate
(
const
MCOperandInfo
*
m
)
9
{
10
return
m
->Flags & (1 <<
MCOI_Predicate
);
11
}
12
15
bool
MCOperandInfo_isOptionalDef
(
const
MCOperandInfo
*
m
)
16
{
17
return
m
->Flags & (1 <<
MCOI_OptionalDef
);
18
}
MCInstrDesc.h
MCOperandInfo
Definition:
MCInstrDesc.h:55
MCOperandInfo_isPredicate
bool MCOperandInfo_isPredicate(const MCOperandInfo *m)
Definition:
MCInstrDesc.c:8
regress.m
m
Definition:
regress/regress.py:25
MCOperandInfo_isOptionalDef
bool MCOperandInfo_isOptionalDef(const MCOperandInfo *m)
Definition:
MCInstrDesc.c:15
MCOI_Predicate
@ MCOI_Predicate
Definition:
MCInstrDesc.h:38
MCOI_OptionalDef
@ MCOI_OptionalDef
Definition:
MCInstrDesc.h:39
grpc
Author(s):
autogenerated on Fri May 16 2025 02:59:23