Home
last modified time | relevance | path

Searched refs:hasBaseReg (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h91 bool hasBaseReg() const { in hasBaseReg() function
98 return hasBaseReg() || hasIndexReg(); in hasRegs()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DX86.cpp70 static bool hasBaseReg(uint8_t ModRM) { return (ModRM & 0xc7) != 0x5; } in hasBaseReg() function
139 return hasBaseReg(Loc[-1]) ? R_GOT_FROM_END : R_GOT; in getRelExpr()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5777 if (AR.IntelExp.hasBaseReg()) in parseMSInlineAsm()
5780 OS << (AR.IntelExp.hasBaseReg() ? " + " : "") in parseMSInlineAsm()