次の方法で共有


Sve.ZeroExtend8 メソッド

定義

オーバーロード

名前 説明
ZeroExtend8(Vector<UInt32>)

svuint32_t svextb[_u32]_m(svuint32_t 非アクティブ、svbool_t pg、svuint32_t op)

svuint32_t svextb[_u32]_x(svbool_t pg, svuint32_t op)

svuint32_t svextb[_u32]_z(svbool_t pg, svuint32_t op)

UXTB Zresult.S、Pg/M、Zop.S

ZeroExtend8(Vector<UInt64>)

svuint64_t svextb[_u64]_m(svuint64_t 非アクティブ,svbool_t pg, svuint64_t op)

svuint64_t svextb[_u64]_x(svbool_t pg, svuint64_t op)

svuint64_t svextb[_u64]_z(svbool_t pg, svuint64_t op)

UXTB Zresult.D、Pg/M、Zop.D

ZeroExtend8(Vector<UInt16>)

svuint16_t svextb[_u16]_m(svuint16_t 非アクティブ、svbool_t pg、svuint16_t op)

svuint16_t svextb[_u16]_x(svbool_t pg, svuint16_t op)

svuint16_t svextb[_u16]_z(svbool_t pg, svuint16_t op)

UXTB Zresult.H、Pg/M、Zop.H

ZeroExtend8(Vector<UInt32>)

ソース:
Sve.PlatformNotSupported.cs
ソース:
Sve.PlatformNotSupported.cs

svuint32_t svextb[_u32]_m(svuint32_t 非アクティブ、svbool_t pg、svuint32_t op)

svuint32_t svextb[_u32]_x(svbool_t pg, svuint32_t op)

svuint32_t svextb[_u32]_z(svbool_t pg, svuint32_t op)

UXTB Zresult.S、Pg/M、Zop.S

public:
 static System::Numerics::Vector<System::UInt32> ZeroExtend8(System::Numerics::Vector<System::UInt32> value);
public static System.Numerics.Vector<uint> ZeroExtend8(System.Numerics.Vector<uint> value);
static member ZeroExtend8 : System.Numerics.Vector<uint32> -> System.Numerics.Vector<uint32>
Public Shared Function ZeroExtend8 (value As Vector(Of UInteger)) As Vector(Of UInteger)

パラメーター

value
Vector<UInt32>

返品

適用対象

ZeroExtend8(Vector<UInt64>)

ソース:
Sve.PlatformNotSupported.cs
ソース:
Sve.PlatformNotSupported.cs

svuint64_t svextb[_u64]_m(svuint64_t 非アクティブ,svbool_t pg, svuint64_t op)

svuint64_t svextb[_u64]_x(svbool_t pg, svuint64_t op)

svuint64_t svextb[_u64]_z(svbool_t pg, svuint64_t op)

UXTB Zresult.D、Pg/M、Zop.D

public:
 static System::Numerics::Vector<System::UInt64> ZeroExtend8(System::Numerics::Vector<System::UInt64> value);
public static System.Numerics.Vector<ulong> ZeroExtend8(System.Numerics.Vector<ulong> value);
static member ZeroExtend8 : System.Numerics.Vector<uint64> -> System.Numerics.Vector<uint64>
Public Shared Function ZeroExtend8 (value As Vector(Of ULong)) As Vector(Of ULong)

パラメーター

value
Vector<UInt64>

返品

適用対象

ZeroExtend8(Vector<UInt16>)

ソース:
Sve.PlatformNotSupported.cs
ソース:
Sve.PlatformNotSupported.cs

svuint16_t svextb[_u16]_m(svuint16_t 非アクティブ、svbool_t pg、svuint16_t op)

svuint16_t svextb[_u16]_x(svbool_t pg, svuint16_t op)

svuint16_t svextb[_u16]_z(svbool_t pg, svuint16_t op)

UXTB Zresult.H、Pg/M、Zop.H

public:
 static System::Numerics::Vector<System::UInt16> ZeroExtend8(System::Numerics::Vector<System::UInt16> value);
public static System.Numerics.Vector<ushort> ZeroExtend8(System.Numerics.Vector<ushort> value);
static member ZeroExtend8 : System.Numerics.Vector<uint16> -> System.Numerics.Vector<uint16>
Public Shared Function ZeroExtend8 (value As Vector(Of UShort)) As Vector(Of UShort)

パラメーター

value
Vector<UInt16>

返品

適用対象