Searched refs:hasBaseReg (Results 1 – 3 of 3) sorted by relevance
91 bool hasBaseReg() const { in hasBaseReg() function98 return hasBaseReg() || hasIndexReg(); in hasRegs()
70 static bool hasBaseReg(uint8_t ModRM) { return (ModRM & 0xc7) != 0x5; } in hasBaseReg() function139 return hasBaseReg(Loc[-1]) ? R_GOT_FROM_END : R_GOT; in getRelExpr()
5777 if (AR.IntelExp.hasBaseReg()) in parseMSInlineAsm()5780 OS << (AR.IntelExp.hasBaseReg() ? " + " : "") in parseMSInlineAsm()