Searched refs:MRMSrcMemOp4 (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 112 MRMSrcMemOp4 = 27, enumerator
|
D | X86RecognizableInstr.cpp | 627 case X86Local::MRMSrcMemOp4: in emitInstructionSpecifier() 788 case X86Local::MRMSrcMemOp4: in emitDecodePath()
|
D | X86FoldTablesEmitter.cpp | 445 (MemFormNum == X86Local::MRMSrcMemOp4 && in areOppositeForms()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 607 MRMSrcMemOp4 = 35, enumerator 1041 case X86II::MRMSrcMemOp4: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 950 case X86II::MRMSrcMemOp4: { in emitVEXOpcodePrefix() 1589 case X86II::MRMSrcMemOp4: { in encodeInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 658 MRMSrcMemOp4 = 27, enumerator 1113 case X86II::MRMSrcMemOp4: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 973 case X86II::MRMSrcMemOp4: { in emitVEXOpcodePrefix() 1610 case X86II::MRMSrcMemOp4: { in encodeInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrFMA.td | 401 def rm : FMA4S<opc, MRMSrcMemOp4, (outs RC:$dst), 439 def rm_Int : FMA4S_Int<opc, MRMSrcMemOp4, (outs VR128:$dst), 478 def rm : FMA4<opc, MRMSrcMemOp4, (outs VR128:$dst), 505 def Yrm : FMA4<opc, MRMSrcMemOp4, (outs VR256:$dst),
|
D | X86InstrXOP.td | 292 def rrm : IXOPi8Reg<opc, MRMSrcMemOp4, (outs VR128:$dst), 340 def rrm : IXOPi8Reg<opc, MRMSrcMemOp4, (outs RC:$dst), 427 def rm : IXOP5<Opc, MRMSrcMemOp4, (outs RC:$dst),
|
D | X86InstrFormats.td | 37 def MRMSrcMemOp4 : Format<27>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFMA.td | 401 def rm : FMA4S<opc, MRMSrcMemOp4, (outs RC:$dst), 439 def rm_Int : FMA4S_Int<opc, MRMSrcMemOp4, (outs VR128:$dst), 478 def rm : FMA4<opc, MRMSrcMemOp4, (outs VR128:$dst), 505 def Yrm : FMA4<opc, MRMSrcMemOp4, (outs VR256:$dst),
|
D | X86InstrXOP.td | 292 def rrm : IXOPi8Reg<opc, MRMSrcMemOp4, (outs VR128:$dst), 339 def rrm : IXOPi8Reg<opc, MRMSrcMemOp4, (outs RC:$dst), 427 def rm : IXOP5<Opc, MRMSrcMemOp4, (outs RC:$dst),
|
D | X86InstrFormats.td | 33 def MRMSrcMemOp4 : Format<35>;
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 167 case X86II::MRMSrcMemOp4: in isInvalidMemoryInstr()
|