Mono Class Library: Overview

Mono.Simd.Vector8s: Members

The members of Mono.Simd.Vector8s are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.
Creates a vector with eight shorts.

Public Properties

default property
Component(int)short. Gets/Sets the component's value.
[read-only]
static
IdentityVector8s. Documentation for this section has not yet been entered.
[read-only]
static
MinusOneVector8s. Documentation for this section has not yet been entered.
V0short. The V0 component.
V1short. The V1 component.
V2short. The V2 component.
V3short. The V3 component.
V4short. The V4 component.
V5short. The V5 component.
V6short. The V6 component.
V7short. The V7 component.
[read-only]
static
ZeroVector8s. Documentation for this section has not yet been entered.

Public Methods

static
LoadAligned(ref Vector8s) : Vector8s
Documentation for this section has not yet been entered.
static
LoadAligned(Vector8s*) : Vector8s
Documentation for this section has not yet been entered.
static
PrefetchNonTemporal(ref Vector8s)
Documentation for this section has not yet been entered.
static
PrefetchNonTemporal(Vector8s*)
Documentation for this section has not yet been entered.
static
PrefetchTemporal1stLevelCache(ref Vector8s)
Documentation for this section has not yet been entered.
static
PrefetchTemporal1stLevelCache(Vector8s*)
Documentation for this section has not yet been entered.
static
PrefetchTemporal2ndLevelCache(ref Vector8s)
Documentation for this section has not yet been entered.
static
PrefetchTemporal2ndLevelCache(Vector8s*)
Documentation for this section has not yet been entered.
static
PrefetchTemporalAllCacheLevels(ref Vector8s)
Documentation for this section has not yet been entered.
static
PrefetchTemporalAllCacheLevels(Vector8s*)
Documentation for this section has not yet been entered.
static
StoreAligned(ref Vector8s, Vector8s)
Documentation for this section has not yet been entered.
static
StoreAligned(Vector8s*, Vector8s)
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Public Operators

static
Addition(Vector8s, Vector8s)Computes the sum of two vectors.
static
BitwiseAnd(Vector8s, Vector8s)Computes the bitwise and of two vectors.
static
BitwiseOr(Vector8s, Vector8s)Computes the bitwise and of two vectors.
static
Equality(Vector8s, Vector8s)Documentation for this section has not yet been entered.
static
ExclusiveOr(Vector8s, Vector8s)Computes the bitwise xor of two vectors.
static
Inequality(Vector8s, Vector8s)Documentation for this section has not yet been entered.
static
LeftShift(Vector8s, int)Documentation for this section has not yet been entered.
static
Multiply(Vector8s, Vector8s)Documentation for this section has not yet been entered.
static
RightShift(Vector8s, int)Documentation for this section has not yet been entered.
static
Subtraction(Vector8s, Vector8s)Substracts the values from the second vector from the first.
static
Conversion to Mono.Simd.Vector16b(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector16sb(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector2d(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector2l(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector2ul(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector4f(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector4i(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector4ui(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector8us(Explicit)Convertion operator.

Extension Methods

static
AddWithSaturation(this Vector8s, Vector8s) : Vector8s
Documentation for this section has not yet been entered.
static
CompareEqual(this Vector8s, Vector8s) : Vector8s
Documentation for this section has not yet been entered.
static
CompareGreaterThan(this Vector8s, Vector8s) : Vector8s
Documentation for this section has not yet been entered.
static
LogicalRightShift(this Vector8s, int) : Vector8s
Documentation for this section has not yet been entered.
static
Max(this Vector8s, Vector8s) : Vector8s
Documentation for this section has not yet been entered.
static
Min(this Vector8s, Vector8s) : Vector8s
Documentation for this section has not yet been entered.
static
MultiplyStoreHigh(this Vector8s, Vector8s) : Vector8s
Documentation for this section has not yet been entered.
static
PackWithSignedSaturation(this Vector8s, Vector8s) : Vector16sb
Documentation for this section has not yet been entered.
static
PackWithUnsignedSaturation(this Vector8s, Vector8s) : Vector16b
Documentation for this section has not yet been entered.
static
ShuffleHigh(this Vector8s, ShuffleSel) : Vector8s
Documentation for this section has not yet been entered.
static
ShuffleLow(this Vector8s, ShuffleSel) : Vector8s
Documentation for this section has not yet been entered.
static
SubtractWithSaturation(this Vector8s, Vector8s) : Vector8s
Documentation for this section has not yet been entered.
static
UnpackHigh(this Vector8s, Vector8s) : Vector8s
Documentation for this section has not yet been entered.
static
UnpackLow(this Vector8s, Vector8s) : Vector8s
Documentation for this section has not yet been entered.