Searched refs:MRM_E0 (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 311 MRM_E0 = 64, MRM_E1 = 65, MRM_E2 = 66, MRM_E3 = 67, enumerator 707 case X86II::MRM_DE: case X86II::MRM_DF: case X86II::MRM_E0: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1396 case X86II::MRM_DE: case X86II::MRM_DF: case X86II::MRM_E0: in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 355 MRM_E0 = 96, MRM_E1 = 97, MRM_E2 = 98, MRM_E3 = 99, enumerator 749 case X86II::MRM_DE: case X86II::MRM_DF: case X86II::MRM_E0: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1526 case X86II::MRM_DE: case X86II::MRM_DF: case X86II::MRM_E0: in encodeInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 307 defm CHS : FPUnary<fneg, MRM_E0, "fchs">; 615 def FNSTSW16r : I<0xDF, MRM_E0, // AX = fp flags
|
D | X86InstrSystem.td | 546 def XCRYPTCFB : I<0xa7, MRM_E0, (outs), (ins), "xcryptcfb", []>, TB;
|
D | X86InstrFormats.td | 46 def MRM_DE : Format<62>; def MRM_DF : Format<63>; def MRM_E0 : Format<64>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 313 defm CHS : FPUnary<fneg, MRM_E0, "fchs">; 628 def FNSTSW16r : I<0xDF, MRM_E0, // AX = fp flags
|
D | X86InstrSystem.td | 577 def XCRYPTCFB : I<0xa7, MRM_E0, (outs), (ins), "xcryptcfb", []>, TB;
|
D | X86InstrFormats.td | 56 def MRM_DE : Format<94>; def MRM_DF : Format<95>; def MRM_E0 : Format<96>;
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 794 case X86Local::MRM_E0: case X86Local::MRM_E1: case X86Local::MRM_E2: in emitInstructionSpecifier()
|