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.cpp374 bool ForceSIB = false) const;
611 bool ForceSIB) const { in emitMemModRMByte()
623 assert(IndexReg.getReg() == 0 && !ForceSIB && in emitMemModRMByte()
768 if (!ForceSIB && !X86II::needSIB(BaseReg, IndexReg.getReg(), in emitMemModRMByte()
1690 bool ForceSIB = (Form == X86II::MRMDestMemFSIB); in encodeInstruction() local
1692 Kind, StartByte, CB, Fixups, STI, ForceSIB); in encodeInstruction()
1783 bool ForceSIB = (Form == X86II::MRMSrcMemFSIB); in encodeInstruction() local
1785 TSFlags, Kind, StartByte, CB, Fixups, STI, ForceSIB); in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp2135 bool ForceSIB = false) { in translateRMMemory() argument
2194 if (!ForceSIB && in translateRMMemory()