Searched refs:MRMSrcRegOp4 (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 335 MRMSrcRegOp4 = 51, enumerator 725 case X86II::MRMSrcRegOp4: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 901 case X86II::MRMSrcRegOp4: { in EmitVEXOpcodePrefix() 1423 case X86II::MRMSrcRegOp4: { in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 115 MRMSrcRegOp4 = 51, enumerator
|
D | X86RecognizableInstr.cpp | 575 case X86Local::MRMSrcRegOp4: in emitInstructionSpecifier() 732 case X86Local::MRMSrcRegOp4: in emitDecodePath()
|
D | X86FoldTablesEmitter.cpp | 431 RegFormNum == X86Local::MRMSrcRegOp4)) in areOppositeForms()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrXOP.td | 330 def rrr_REV : IXOPi8Reg<opc, MRMSrcRegOp4, (outs VR128:$dst), 374 def rrr_REV : IXOPi8Reg<opc, MRMSrcRegOp4, (outs RC:$dst), 422 def rr_REV : IXOP5<Opc, MRMSrcRegOp4, (outs RC:$dst),
|
D | X86InstrFMA.td | 392 def rr : FMA4S<opc, MRMSrcRegOp4, (outs RC:$dst), 430 def rr_Int : FMA4S_Int<opc, MRMSrcRegOp4, (outs VR128:$dst), 467 def rr : FMA4<opc, MRMSrcRegOp4, (outs VR128:$dst), 494 def Yrr : FMA4<opc, MRMSrcRegOp4, (outs VR256:$dst),
|
D | X86InstrFormats.td | 41 def MRMSrcRegOp4 : Format<51>;
|