Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h111 MRMSrcMemFSIB = 22, enumerator
H A DX86RecognizableInstr.cpp656 case X86Local::MRMSrcMemFSIB: in emitInstructionSpecifier()
879 case X86Local::MRMSrcMemFSIB: in emitDecodePath()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAMX.td31 def TILELOADD#Suffix : I<0x4b, MRMSrcMemFSIB, (outs TILE:$dst),
36 def TILELOADDT1#Suffix : I<0x4b, MRMSrcMemFSIB, (outs TILE:$dst),
H A DX86InstrFormats.td33 def MRMSrcMemFSIB : Format<22>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h555 MRMSrcMemFSIB = 22, enumerator
1034 case X86II::MRMSrcMemFSIB: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1100 case X86II::MRMSrcMemFSIB: in emitVEXOpcodePrefix()
1703 case X86II::MRMSrcMemFSIB: in encodeInstruction()
1718 bool ForceSIB = (Form == X86II::MRMSrcMemFSIB); in encodeInstruction()