Home
last modified time | relevance | path

Searched refs:MRMSrcMemFSIB (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrAMX.td29 def TILELOADD : I<0x4b, MRMSrcMemFSIB, (outs TILE:$dst),
34 def TILELOADDT1 : I<0x4b, MRMSrcMemFSIB, (outs TILE:$dst),
H A DX86InstrFormats.td32 def MRMSrcMemFSIB : Format<22>;
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86RecognizableInstr.h110 MRMSrcMemFSIB = 22, enumerator
H A DX86RecognizableInstr.cpp621 case X86Local::MRMSrcMemFSIB: in emitInstructionSpecifier()
813 case X86Local::MRMSrcMemFSIB: in emitDecodePath()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h642 MRMSrcMemFSIB = 22, enumerator
1117 case X86II::MRMSrcMemFSIB: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp839 case X86II::MRMSrcMemFSIB: in emitVEXOpcodePrefix()
1506 case X86II::MRMSrcMemFSIB: in encodeInstruction()
1518 bool ForceSIB = (Form == X86II::MRMSrcMemFSIB); in encodeInstruction()