Home
last modified time | relevance | path

Searched refs:MRM_CF (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrSGX.td19 def ENCLS : I<0x01, MRM_CF, (outs), (ins),
DX86InstrFormats.td41 def MRM_CF : Format<47>; def MRM_D0 : Format<48>; def MRM_D1 : Format<49>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrSGX.td20 def ENCLS : I<0x01, MRM_CF, (outs), (ins),
DX86InstrFormats.td51 def MRM_CF : Format<79>; def MRM_D0 : Format<80>; def MRM_D1 : Format<81>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h350 MRM_CC = 76, MRM_CD = 77, MRM_CE = 78, MRM_CF = 79, enumerator
744 case X86II::MRM_CF: case X86II::MRM_D0: case X86II::MRM_D1: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1521 case X86II::MRM_CF: case X86II::MRM_D0: case X86II::MRM_D1: in encodeInstruction()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h306 MRM_CC = 44, MRM_CD = 45, MRM_CE = 46, MRM_CF = 47, enumerator
702 case X86II::MRM_CF: case X86II::MRM_D0: case X86II::MRM_D1: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1391 case X86II::MRM_CF: case X86II::MRM_D0: case X86II::MRM_D1: in encodeInstruction()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp789 case X86Local::MRM_CF: case X86Local::MRM_D0: case X86Local::MRM_D1: in emitInstructionSpecifier()