Home
last modified time | relevance | path

Searched refs:T_fp (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips/
Dsimulator-mips.cc1506 template <typename T_fp, typename T_int>
1507 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp& rounded, in round_according_to_msacsr()
5318 template <typename T_int, typename T_fp, typename T_reg>
5321 const T_fp s_element = *reinterpret_cast<T_fp*>(&ws); in Msa3RFInstrHelper()
5322 const T_fp t_element = *reinterpret_cast<T_fp*>(&wt); in Msa3RFInstrHelper()
5413 wd = bit_cast<T_int>(std::numeric_limits<T_fp>::quiet_NaN()); in Msa3RFInstrHelper()
5420 std::fma(s_element, t_element, *reinterpret_cast<T_fp*>(&wd))); in Msa3RFInstrHelper()
5424 std::fma(s_element, -t_element, *reinterpret_cast<T_fp*>(&wd))); in Msa3RFInstrHelper()
5906 template <typename T_int, typename T_fp, typename T_src, typename T_dst>
5922 T_fp element = *reinterpret_cast<T_fp*>(&src); in Msa2RFInstrHelper()
[all …]
/external/v8/src/mips64/
Dsimulator-mips64.cc1509 template <typename T_fp, typename T_int>
1510 void Simulator::round_according_to_msacsr(T_fp toRound, T_fp& rounded, in round_according_to_msacsr()
5542 template <typename T_int, typename T_fp, typename T_reg>
5545 const T_fp s_element = *reinterpret_cast<T_fp*>(&ws); in Msa3RFInstrHelper()
5546 const T_fp t_element = *reinterpret_cast<T_fp*>(&wt); in Msa3RFInstrHelper()
5637 wd = bit_cast<T_int>(std::numeric_limits<T_fp>::quiet_NaN()); in Msa3RFInstrHelper()
5644 std::fma(s_element, t_element, *reinterpret_cast<T_fp*>(&wd))); in Msa3RFInstrHelper()
5648 std::fma(-s_element, t_element, *reinterpret_cast<T_fp*>(&wd))); in Msa3RFInstrHelper()
6137 template <typename T_int, typename T_fp, typename T_src, typename T_dst>
6153 T_fp element = *reinterpret_cast<T_fp*>(&src); in Msa2RFInstrHelper()
[all …]
Dsimulator-mips64.h220 template <typename T_fp, typename T_int>
221 void round_according_to_msacsr(T_fp toRound, T_fp& rounded,
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp4085 Variable *T_fp = makeReg(IceType_f32); in lowerCast() local
4089 _vcvt(T_fp, Src0R, Conversion); in lowerCast()
4091 _mov(T, T_fp); in lowerCast()