Searched refs:isFconst (Results 1 – 1 of 1) sorted by relevance
6229 bool isFconst = Mnemonic.isToken() && (Mnemonic.getToken() == "fconstd" || in parseFPImm() local6231 if (!(isVmovf || isFconst)) in parseFPImm()6257 if (Tok.is(AsmToken::Integer) && isFconst) { in parseFPImm()