Home | History | Annotate | Download | only in src

Lines Matching refs:Simd128Value

118 //     - Simd128Value
894 V(Simd128Value) \
1730 // The Simd128Value class describes heap allocated 128 bit SIMD values.
1731 class Simd128Value : public HeapObject {
1733 DECLARE_CAST(Simd128Value)
1735 DECLARE_PRINTER(Simd128Value)
1736 DECLARE_VERIFIER(Simd128Value)
1738 static Handle<String> ToString(Handle<Simd128Value> input);
1741 inline bool Equals(Simd128Value* that);
1742 static inline bool Equals(Handle<Simd128Value> one, Handle<Simd128Value> two);
1745 bool BitwiseEquals(const Simd128Value* other) const;
1756 DISALLOW_IMPLICIT_CONSTRUCTORS(Simd128Value);
1774 class Type final : public Simd128Value { \