Searched refs:is_fp (Results 1 – 7 of 7) sorted by relevance
171 (reg.is_fp() && code == LiftoffRegister{reg.fp()}.liftoff_code()) || in from_liftoff_code()236 constexpr bool is_fp() const { in is_fp() function284 DCHECK(is_fp()); in fp()
183 DCHECK_IMPLIES(!dst.is_fp(), register_move(dst)->type == type); in MoveRegister()
61 bool is_fp_reg() const { return loc_ == kRegister && reg_.is_fp(); } in is_fp_reg()
75 VP9QuantizeBase(vpx_bit_depth_t bit_depth, int max_size, bool is_fp) in VP9QuantizeBase() argument76 : bit_depth_(bit_depth), max_size_(max_size), is_fp_(is_fp), in VP9QuantizeBase()
193 template <typename T, bool is_fp = is_floating_point_type<T>::value>
715 DCHECK(reg.is_fp() || reg.is_fp_pair()); in GetValue()
731 20.9.2.1 [time.traits.is_fp]