Searched refs:parseRealValue (Results 1 – 2 of 2) sorted by relevance
280 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);3224 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() function in AsmParser3272 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()4894 if (parseRealValue(Semantics, AsInt) || parseEOL()) in parseDirectiveRealDCB()
542 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);3867 bool MasmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() function in MasmParser3961 if (parseRealValue(Semantics, AsInt)) in parseRealInstList()4161 if (parseRealValue(*Semantics, AsIntValues.back())) in parseFieldInitializer()