Searched refs:MRM_F0 (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 234 MRM_F0 = 40, enumerator 507 case X86II::MRM_F0: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1012 case X86II::MRM_F0: in EncodeInstruction()
|
/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-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 359 MRM_F0 = 112, MRM_F1 = 113, MRM_F2 = 114, MRM_F3 = 115, enumerator 755 case X86II::MRM_F0: case X86II::MRM_F1: case X86II::MRM_F2: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1532 case X86II::MRM_F0: case X86II::MRM_F1: case X86II::MRM_F2: in encodeInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 1000 case X86II::MRM_F0: in emitInstruction()
|
D | X86InstrFormats.td | 39 def MRM_F0 : Format<40>;
|
D | X86InstrSSE.td | 3196 def MFENCE : I<0xAE, MRM_F0, (outs), (ins),
|
/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-7.0/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 660 def F2XM1 : I<0xD9, MRM_F0, (outs), (ins), "f2xm1", []>;
|
D | X86InstrFormats.td | 62 def MRM_F0 : Format<112>; def MRM_F1 : Format<113>; def MRM_F2 : Format<114>;
|
D | X86InstrSSE.td | 3129 def MFENCE : I<0xAE, MRM_F0, (outs), (ins), "mfence", [(int_x86_sse2_mfence)]>,
|