OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OperandType
(Results
1 - 15
of
15
) sorted by null
/external/llvm/utils/TableGen/
AsmWriterInst.h
36
}
OperandType
;
57
AsmWriterOperand(OpType op = isLiteralTextOperand):
OperandType
(op) {}
61
:
OperandType
(op), Str(LitStr) {}
68
:
OperandType
(op), Str(Printer), CGIOpNo(_CGIOpNo), MIOpNo(_MIOpNo),
72
if (
OperandType
!= Other.
OperandType
|| Str != Other.Str) return true;
73
if (
OperandType
== isMachineInstrOperand)
105
Operands.back().
OperandType
== AsmWriterOperand::isLiteralTextOperand)
CodeGenInstruction.cpp
70
std::string
OperandType
= "OPERAND_UNKNOWN";
77
OperandType
= Rec->getValueAsString("
OperandType
");
101
OperandType
= "OPERAND_REGISTER";
116
OperandType
, MIOperandNo, NumOps,
CodeGenInstruction.h
81
///
OperandType
- A value from MCOI::
OperandType
representing the type of
83
std::string
OperandType
;
111
OperandType
(OT), MIOperandNo(MION), MINumOperands(MINO),
/external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h
446
}
OperandType
;
/external/clang/include/clang/Sema/
DelayedDiagnostic.h
149
DD.ForbiddenTypeData.
OperandType
= type.getAsOpaquePtr();
190
return QualType::getFromOpaquePtr(ForbiddenTypeData.
OperandType
);
214
void *
OperandType
;
/external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler_types.h
94
enum
OperandType
{
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler_types.h
123
enum
OperandType
{
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler_types.h
123
enum
OperandType
{
/external/chromium_org/tools/memory_watcher/
mini_disassembler_types.h
96
enum
OperandType
{
/external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler_types.h
94
enum
OperandType
{
/external/llvm/include/llvm/MC/
MCInstrDesc.h
45
enum
OperandType
{
68
///
OperandType
- Information about the type of the operand.
69
uint8_t
OperandType
;
/external/chromium_org/v8/src/x64/
disasm-x64.cc
41
enum
OperandType
{
58
OperandType
op_order_;
183
OperandType
op_order_;
239
OperandType
op_order = bm[i].op_order_;
241
static_cast<
OperandType
>(op_order & ~BYTE_SIZE_OPERAND_FLAG);
425
OperandType
op_order,
612
OperandType
op_order,
[
all
...]
/external/v8/src/x64/
disasm-x64.cc
41
enum
OperandType
{
57
OperandType
op_order_;
182
OperandType
op_order_;
238
OperandType
op_order = bm[i].op_order_;
240
static_cast<
OperandType
>(op_order & ~BYTE_SIZE_OPERAND_FLAG);
420
OperandType
op_order,
607
OperandType
op_order,
[
all
...]
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 206 milliseconds