Searched refs:MRMSrcReg4VOp3 (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrAMX.td | 101 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 D | X86InstrFormats.td | 49 def MRMSrcReg4VOp3 : Format<42>;
|
H A D | X86InstrXOP.td | 96 def rr : IXOP<opc, MRMSrcReg4VOp3, (outs VR128:$dst),
|
H A D | X86InstrShiftRotate.td | 568 : ITy<0xF7, MRMSrcReg4VOp3, t, (outs t.RegClass:$dst), (ins t.RegClass:$src1, t.RegClass:$src2),
|
H A D | X86InstrMisc.td | 1291 let SchedRW = [sched], Form = MRMSrcReg4VOp3 in
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 132 MRMSrcReg4VOp3 = 42, enumerator
|
H A D | X86FoldTablesEmitter.cpp | 268 case X86Local::MRMSrcReg4VOp3: in mayFoldFromForm() 318 case X86Local::MRMSrcReg4VOp3: in mayFoldFromLeftToRight()
|
H A D | X86RecognizableInstr.cpp | 650 case X86Local::MRMSrcReg4VOp3: in emitInstructionSpecifier() 894 case X86Local::MRMSrcReg4VOp3: in emitDecodePath()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 592 MRMSrcReg4VOp3 = 42, enumerator 1051 case X86II::MRMSrcReg4VOp3: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1232 case X86II::MRMSrcReg4VOp3: { in emitVEXOpcodePrefix() 1729 case X86II::MRMSrcReg4VOp3: { in encodeInstruction()
|