Home
last modified time | relevance | path

Searched refs:HARDFP (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/arch/
H A Dhelpers.h153 static constexpr bool HARDFP = false; member
167 static constexpr bool HARDFP = true; member
182 static constexpr bool HARDFP = true; member
196 static constexpr bool HARDFP = true; member
243 ALWAYS_INLINE typename std::enable_if_t<std::is_floating_point_v<T> && ExtArchTraits<A>::HARDFP, void> Count() in Count()
256 ALWAYS_INLINE typename std::enable_if_t<!(std::is_floating_point_v<T> && ExtArchTraits<A>::HARDFP), void> Count() in Count()
306 ALWAYS_INLINE typename std::enable_if_t<std::is_floating_point_v<T> && ExtArchTraits<A>::HARDFP, const T *>
323 ALWAYS_INLINE typename std::enable_if_t<!(std::is_floating_point_v<T> && ExtArchTraits<A>::HARDFP), const T *>
379 static_assert(!(std::is_floating_point_v<T> && ExtArchTraits<A>::HARDFP));
422 ALWAYS_INLINE typename std::enable_if_t<std::is_floating_point_v<T> && ExtArchTraits<A>::HARDFP, voi
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dcframe_iterators.h246 if constexpr (arch::ExtArchTraits<Arch::AARCH32>::HARDFP) { in operator ++()
261 if constexpr (arch::ExtArchTraits<Arch::AARCH32>::HARDFP) { in operator ++()

Completed in 2 milliseconds