Crc32 Class

Definition

Important

This API is not CLS-compliant.

This class provides access to the ARM Crc32 hardware instructions via intrinsics.

public ref class Crc32 abstract : System::Runtime::Intrinsics::Arm::ArmBase
[System.CLSCompliant(false)]
public abstract class Crc32 : System.Runtime.Intrinsics.Arm.ArmBase
[<System.CLSCompliant(false)>]
type Crc32 = class
    inherit ArmBase
Public MustInherit Class Crc32
Inherits ArmBase
Inheritance
Crc32
Attributes

Properties

IsSupported

Methods

ComputeCrc32(UInt32, Byte)

uint32_t __crc32b (uint32_t a, uint8_t b)

A32: CRC32B Rd, Rn, Rm

A64: CRC32B Wd, Wn, Wm

ComputeCrc32(UInt32, UInt16)

uint32_t __crc32h (uint32_t a, uint16_t b)

A32: CRC32H Rd, Rn, Rm

A64: CRC32H Wd, Wn, Wm

ComputeCrc32(UInt32, UInt32)

uint32_t __crc32w (uint32_t a, uint32_t b)

A32: CRC32W Rd, Rn, Rm

A64: CRC32W Wd, Wn, Wm

ComputeCrc32C(UInt32, Byte)

uint32_t __crc32cb (uint32_t a, uint8_t b)

A32: CRC32CB Rd, Rn, Rm

A64: CRC32CB Wd, Wn, Wm

ComputeCrc32C(UInt32, UInt16)

uint32_t __crc32ch (uint32_t a, uint16_t b)

A32: CRC32CH Rd, Rn, Rm

A64: CRC32CH Wd, Wn, Wm

ComputeCrc32C(UInt32, UInt32)

uint32_t __crc32cw (uint32_t a, uint32_t b)

A32: CRC32CW Rd, Rn, Rm

A64: CRC32CW Wd, Wn, Wm

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to