Lines Matching defs:vform
412 void SetActive(VectorFormat vform, int lane_index, bool value) { in SetActive()
421 bool IsActive(VectorFormat vform, int lane_index) const { in IsActive()
512 int64_t Int(VectorFormat vform, int index) const { in Int()
535 uint64_t Uint(VectorFormat vform, int index) const { in Uint()
558 uint64_t UintLeftJustified(VectorFormat vform, int index) const { in UintLeftJustified()
562 int64_t IntLeftJustified(VectorFormat vform, int index) const { in IntLeftJustified()
569 void SetInt(VectorFormat vform, int index, int64_t value) const { in SetInt()
590 void SetIntArray(VectorFormat vform, const int64_t* src) const { in SetIntArray()
597 void SetUint(VectorFormat vform, int index, uint64_t value) const { in SetUint()
618 void SetUintArray(VectorFormat vform, const uint64_t* src) const { in SetUintArray()
636 void SetFloat(VectorFormat vform, int index, T value) const { in SetFloat()
643 void ClearForWrite(VectorFormat vform) const { in ClearForWrite()
693 LogicVRegister& SignedSaturate(VectorFormat vform) { in SignedSaturate()
705 LogicVRegister& UnsignedSaturate(VectorFormat vform) { in UnsignedSaturate()
724 LogicVRegister& Round(VectorFormat vform) { in Round()
733 LogicVRegister& Uhalve(VectorFormat vform) { in Uhalve()
749 LogicVRegister& Halve(VectorFormat vform) { in Halve()
766 int LaneCountFromFormat(VectorFormat vform) const { in LaneCountFromFormat()