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