Searched refs:ForceSIB (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 374 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 D | X86Disassembler.cpp | 2135 bool ForceSIB = false) { in translateRMMemory() argument 2194 if (!ForceSIB && in translateRMMemory()
|