Home
last modified time | relevance | path

Searched refs:modifierType (Results 1 – 5 of 5) sorted by relevance

/external/llvm/utils/TableGen/
DX86DisassemblerShared.h25 modifierType = MODIFIER_NONE; \
DX86RecognizableInstr.cpp850 Spec->modifierType = MODIFIER_MODRM; in emitDecodePath()
916 if(Spec->modifierType != MODIFIER_MODRM) { in emitDecodePath()
931 Spec->modifierType = MODIFIER_OPCODE; in emitDecodePath()
948 Spec->modifierType = MODIFIER_NONE; in emitDecodePath()
DX86DisassemblerTables.cpp440 stringForModifierType(InstructionSpecifiers[index].modifierType); in emitInstructionInfo()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h360 ModifierType modifierType; member
DX86DisassemblerDecoder.c1313 switch (insn->spec->modifierType) { in readOpcodeModifier()