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