Searched defs:MCInstrDesc (Results 1 - 3 of 3) sorted by relevance

/external/capstone/
H A DMCInstrDesc.h1 //===-- llvm/MC/MCInstrDesc.h - Instruction Descriptors -*- C++ -*-===//
10 // This file defines the MCOperandInfo and MCInstrDesc classes, which
82 /// MCInstrDesc flags - These should be considered private to the
83 /// implementation of the MCInstrDesc class. Clients should use the predicate
84 /// methods on MCInstrDesc, not use these directly. These all correspond to
85 /// bitfields in the MCInstrDesc::Flags field.
118 /// MCInstrDesc - Describe properties that are true of each instruction in the
123 typedef struct MCInstrDesc { struct
139 } MCInstrDesc; typedef in typeref:struct:MCInstrDesc
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrDesc.h10 // This file defines the MCOperandInfo and MCInstrDesc classes, which
92 /// MCInstrDesc flags - These should be considered private to the
93 /// implementation of the MCInstrDesc class. Clients should use the predicate
94 /// methods on MCInstrDesc, not use these directly. These all correspond to
95 /// bitfields in the MCInstrDesc::Flags field.
128 /// MCInstrDesc - Describe properties that are true of each instruction in the
133 class MCInstrDesc { class in namespace:llvm
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h1 //===-- llvm/MC/MCInstrDesc.h - Instruction Descriptors -*- C++ -*-===//
10 // This file defines the MCOperandInfo and MCInstrDesc classes, which
94 /// MCInstrDesc class. Clients should use the predicate methods on MCInstrDesc,
96 /// MCInstrDesc::Flags field.
138 class MCInstrDesc { class in namespace:llvm

Completed in 180 milliseconds