Home
last modified time | relevance | path

Searched refs:ForceSIB (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp83 bool ForceSIB = false) const;
326 bool ForceSIB) const { in emitMemModRMByte()
338 assert(IndexReg.getReg() == 0 && !ForceSIB && in emitMemModRMByte()
478 !ForceSIB && IndexReg.getReg() == 0 && in emitMemModRMByte()
1443 bool ForceSIB = (Form == X86II::MRMDestMemFSIB); in encodeInstruction() local
1445 HasREX, StartByte, OS, Fixups, STI, ForceSIB); in encodeInstruction()
1518 bool ForceSIB = (Form == X86II::MRMSrcMemFSIB); in encodeInstruction() local
1520 TSFlags, HasREX, StartByte, OS, Fixups, STI, ForceSIB); in encodeInstruction()
/llvm-project-15.0.7/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp2010 bool ForceSIB = false) { in translateRMMemory() argument
2069 if (!ForceSIB && in translateRMMemory()