Home
last modified time | relevance | path

Searched refs:MRMSrcRegOp4 (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.h647 MRMSrcRegOp4 = 51, enumerator
1051 case X86II::MRMSrcRegOp4: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1043 case X86II::MRMSrcRegOp4: { in emitVEXOpcodePrefix()
1533 case X86II::MRMSrcRegOp4: { in encodeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFMA.td394 def rr : FMA4S<opc, MRMSrcRegOp4, (outs RC:$dst),
433 def rr_Int : FMA4S_Int<opc, MRMSrcRegOp4, (outs VR128:$dst),
471 def rr : FMA4<opc, MRMSrcRegOp4, (outs VR128:$dst),
498 def Yrr : FMA4<opc, MRMSrcRegOp4, (outs VR256:$dst),
DX86InstrXOP.td315 def rrr_REV : IXOPi8Reg<opc, MRMSrcRegOp4, (outs VR128:$dst),
360 def rrr_REV : IXOPi8Reg<opc, MRMSrcRegOp4, (outs RC:$dst),
449 def rr_REV : IXOP5<Opc, MRMSrcRegOp4, (outs RC:$dst),
DX86InstrFormats.td43 def MRMSrcRegOp4 : Format<51>;