Home
last modified time | relevance | path

Searched refs:roundAccordingToFCSR (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/jit/loong64/
H A DSimulator-loong64.h310 void roundAccordingToFCSR(T toRound, T* rounded, int32_t* rounded_int);
H A DSimulator-loong64.cpp1780 void Simulator::roundAccordingToFCSR(T toRound, T* rounded, in roundAccordingToFCSR() function in js::jit::Simulator
4776 roundAccordingToFCSR<float>(fj, &rounded, &result); in decodeTypeOp22()
4787 roundAccordingToFCSR<double>(fj, &rounded, &result); in decodeTypeOp22()