Searched refs:parseRealValue (Results 1 – 2 of 2) sorted by relevance
275 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);3217 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() function in AsmParser3264 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue()4873 if (parseRealValue(Semantics, AsInt) || parseEOL()) in parseDirectiveRealDCB()
531 bool parseRealValue(const fltSemantics &Semantics, APInt &Res);3610 bool MasmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() function in MasmParser3704 if (parseRealValue(Semantics, AsInt)) in parseRealInstList()3902 if (parseRealValue(*Semantics, AsIntValues.back())) in parseFieldInitializer()