Searched defs:isVmovf (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4738 bool isVmovf = TyOp.isToken() && local
4743 if (!(isVmovf || isFconst))
4756 if (Tok.is(AsmToken::Real) && isVmovf) {

Completed in 1874 milliseconds