Searched refs:MRMSrcRegOp4 (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 124 MRMSrcRegOp4 = 43, enumerator
|
H A D | X86RecognizableInstr.cpp | 616 case X86Local::MRMSrcRegOp4: in emitInstructionSpecifier() 816 case X86Local::MRMSrcRegOp4: in emitDecodePath()
|
H A D | X86FoldTablesEmitter.cpp | 381 RegForm == X86Local::MRMSrcRegOp4) || in areOppositeForms()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 710 MRMSrcRegOp4 = 43, enumerator 1140 case X86II::MRMSrcRegOp4: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 997 case X86II::MRMSrcRegOp4: { in emitVEXOpcodePrefix() 1505 case X86II::MRMSrcRegOp4: { in encodeInstruction()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrFMA.td | 394 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),
|
H A D | X86InstrXOP.td | 315 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),
|
H A D | X86FixupGadgets.cpp | 305 case X86II::MRMSrcRegOp4: { in isROPFriendly()
|
H A D | X86InstrFormats.td | 48 def MRMSrcRegOp4 : Format<43>;
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/ |
H A D | Target.cpp | 75 case X86II::MRMSrcRegOp4: in isInvalidMemoryInstr()
|