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 | 377 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 D | X86Disassembler.cpp | 2147 bool ForceSIB = false) { in translateRMMemory() argument 2206 if (!ForceSIB && in translateRMMemory()
|