Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp377 bool ForceSIB = false) const;
619 bool ForceSIB) const { in emitMemModRMByte()
631 assert(!IndexReg.getReg() && !ForceSIB && "Invalid rip-relative address"); in emitMemModRMByte()
780 if (!ForceSIB && !X86II::needSIB(BaseReg, IndexReg.getReg(), in emitMemModRMByte()
1699 bool ForceSIB = (Form == X86II::MRMDestMemFSIB); in encodeInstruction() local
1701 Kind, StartByte, CB, Fixups, STI, ForceSIB); in encodeInstruction()
1792 bool ForceSIB = (Form == X86II::MRMSrcMemFSIB); in encodeInstruction() local
1794 TSFlags, Kind, StartByte, CB, Fixups, STI, ForceSIB); in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp2147 bool ForceSIB = false) { in translateRMMemory() argument
2206 if (!ForceSIB && in translateRMMemory()