Searched refs:hasIndexReg (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h84 bool hasIndexReg() const { return !IndexReg.empty(); } function in struct:llvm::IntelExpr
85 bool hasRegs() const { return hasBaseReg() || hasIndexReg(); }
92 (hasIndexReg() && (Scale == 2 || Scale == 4 || Scale == 8));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5929 if (AR.IntelExp.hasIndexReg())

Completed in 182 milliseconds