Home
last modified time | relevance | path

Searched refs:MRMSrcReg4VOp3 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAMX.td101 def TDPBSSD : I<0x5e, MRMSrcReg4VOp3, (outs TILE:$dst),
105 def TDPBSUD : I<0x5e, MRMSrcReg4VOp3, (outs TILE:$dst),
109 def TDPBUSD : I<0x5e, MRMSrcReg4VOp3, (outs TILE:$dst),
113 def TDPBUUD : I<0x5e, MRMSrcReg4VOp3, (outs TILE:$dst),
173 def TDPBF16PS : I<0x5c, MRMSrcReg4VOp3, (outs TILE:$dst),
203 def TDPFP16PS : I<0x5c, MRMSrcReg4VOp3, (outs TILE:$dst),
232 def TCMMIMFP16PS : I<0x6c, MRMSrcReg4VOp3, (outs TILE:$dst),
236 def TCMMRLFP16PS : I<0x6c, MRMSrcReg4VOp3, (outs TILE:$dst),
H A DX86InstrFormats.td49 def MRMSrcReg4VOp3 : Format<42>;
H A DX86InstrXOP.td96 def rr : IXOP<opc, MRMSrcReg4VOp3, (outs VR128:$dst),
H A DX86InstrShiftRotate.td568 : ITy<0xF7, MRMSrcReg4VOp3, t, (outs t.RegClass:$dst), (ins t.RegClass:$src1, t.RegClass:$src2),
H A DX86InstrMisc.td1291 let SchedRW = [sched], Form = MRMSrcReg4VOp3 in
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h132 MRMSrcReg4VOp3 = 42, enumerator
H A DX86FoldTablesEmitter.cpp268 case X86Local::MRMSrcReg4VOp3: in mayFoldFromForm()
318 case X86Local::MRMSrcReg4VOp3: in mayFoldFromLeftToRight()
H A DX86RecognizableInstr.cpp650 case X86Local::MRMSrcReg4VOp3: in emitInstructionSpecifier()
894 case X86Local::MRMSrcReg4VOp3: in emitDecodePath()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h592 MRMSrcReg4VOp3 = 42, enumerator
1051 case X86II::MRMSrcReg4VOp3: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1232 case X86II::MRMSrcReg4VOp3: { in emitVEXOpcodePrefix()
1729 case X86II::MRMSrcReg4VOp3: { in encodeInstruction()