Searched refs:parseRealValue (Results 1 – 2 of 2) sorted by relevance
281 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);3253 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() function in AsmParser3301 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()4953 if (parseRealValue(Semantics, AsInt) || parseEOL()) in parseDirectiveRealDCB()
558 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);3814 bool MasmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() function in MasmParser3907 if (parseRealValue(Semantics, AsInt)) in parseRealInstList()4107 if (parseRealValue(*Semantics, AsIntValues.back())) in parseFieldInitializer()