Home
last modified time | relevance | path

Searched refs:MRMSrcMemOp4 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h607 MRMSrcMemOp4 = 35, enumerator
1041 case X86II::MRMSrcMemOp4: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp950 case X86II::MRMSrcMemOp4: { in emitVEXOpcodePrefix()
1589 case X86II::MRMSrcMemOp4: { in encodeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFMA.td401 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),
DX86InstrXOP.td292 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),
DX86InstrFormats.td33 def MRMSrcMemOp4 : Format<35>;