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.cpp365 bool ForceSIB = false) const;
602 bool ForceSIB) const { in emitMemModRMByte()
614 assert(IndexReg.getReg() == 0 && !ForceSIB && in emitMemModRMByte()
758 !ForceSIB && IndexReg.getReg() == 0 && in emitMemModRMByte()
1637 bool ForceSIB = (Form == X86II::MRMDestMemFSIB); in encodeInstruction() local
1639 Kind, StartByte, CB, Fixups, STI, ForceSIB); in encodeInstruction()
1718 bool ForceSIB = (Form == X86II::MRMSrcMemFSIB); in encodeInstruction() local
1720 TSFlags, Kind, StartByte, CB, Fixups, STI, ForceSIB); in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp2077 bool ForceSIB = false) { in translateRMMemory() argument
2136 if (!ForceSIB && in translateRMMemory()