Searched refs:MRM_F0 (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 315 MRM_F0 = 80, MRM_F1 = 81, MRM_F2 = 82, MRM_F3 = 83, enumerator 713 case X86II::MRM_F0: case X86II::MRM_F1: case X86II::MRM_F2: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1402 case X86II::MRM_F0: case X86II::MRM_F1: case X86II::MRM_F2: in encodeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 682 MRM_F0 = 112, MRM_F1 = 113, MRM_F2 = 114, MRM_F3 = 115, enumerator 1084 case X86II::MRM_F0: case X86II::MRM_F1: case X86II::MRM_F2: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1725 case X86II::MRM_F0: in encodeInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 737 MRM_F0 = 112, MRM_F1 = 113, MRM_F2 = 114, MRM_F3 = 115, enumerator 1162 case X86II::MRM_F0: case X86II::MRM_F1: case X86II::MRM_F2: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1762 case X86II::MRM_F0: in encodeInstruction()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 138 case X86II::MRM_F0: in isInvalidMemoryInstr()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 798 case X86Local::MRM_EE: case X86Local::MRM_EF: case X86Local::MRM_F0: in emitInstructionSpecifier()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 651 def F2XM1 : I<0xD9, MRM_F0, (outs), (ins), "f2xm1", [], IIC_F2XM1>;
|
D | X86InstrFormats.td | 52 def MRM_F0 : Format<80>; def MRM_F1 : Format<81>; def MRM_F2 : Format<82>;
|
D | X86InstrSSE.td | 3688 def MFENCE : I<0xAE, MRM_F0, (outs), (ins),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 738 def F2XM1 : I<0xD9, MRM_F0, (outs), (ins), "f2xm1", []>;
|
D | X86InstrFormats.td | 66 def MRM_F0 : Format<112>; def MRM_F1 : Format<113>; def MRM_F2 : Format<114>;
|
D | X86InstrSSE.td | 3194 def MFENCE : I<0xAE, MRM_F0, (outs), (ins), "mfence", [(int_x86_sse2_mfence)]>,
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 734 def F2XM1 : I<0xD9, MRM_F0, (outs), (ins), "f2xm1", []>;
|
D | X86InstrFormats.td | 73 def MRM_F0 : Format<112>; def MRM_F1 : Format<113>; def MRM_F2 : Format<114>;
|