HomeSort by relevance Sort by last modified time
    Searched refs:InstructionContext (Results 1 - 8 of 8) sorted by null

  /external/llvm/utils/TableGen/
X86DisassemblerShared.h 21 llvm::X86Disassembler::InstructionContext insnContext;
X86DisassemblerTables.h 135 /// IC is one of the contexts in InstructionContext. There is an opcode
188 /// InstructionContext CONTEXTS_STR[256] = {
249 InstructionContext insnContext,
X86RecognizableInstr.h 108 InstructionContext insnContext() const;
X86DisassemblerTables.cpp 28 /// InstructionContext, usually for diagnostic purposes.
33 static inline const char* stringForContext(InstructionContext insnContext) {
76 static inline bool inheritsFrom(InstructionContext child,
77 InstructionContext parent,
274 stringForContext((InstructionContext)parent) << "\n";
286 static inline bool outranks(InstructionContext upper,
287 InstructionContext lower) {
528 o2 << stringForContext((InstructionContext)index);
834 InstructionContext insnContext,
843 if (is32bit && inheritsFrom((InstructionContext)index, IC_64BIT)
    [all...]
X86RecognizableInstr.cpp 268 InstructionContext RecognizableInstr::insnContext() const {
269 InstructionContext insnContext;
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 62 * @return - The InstructionContext to use when looking up an
65 static InstructionContext contextForAttrs(uint16_t attrMask) {
66 return static_cast<InstructionContext>(CONTEXTS_SYM[attrMask]);
81 InstructionContext insnContext,
124 InstructionContext insnContext,
817 InstructionContext instructionClass = contextForAttrs(attrMask);
    [all...]
X86DisassemblerDecoderCommon.h 271 enum InstructionContext {
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 430 milliseconds