ArmBase Class

Definition

Important

This API is not CLS-compliant.

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

public ref class ArmBase abstract
[System.CLSCompliant(false)]
public abstract class ArmBase
[<System.CLSCompliant(false)>]
type ArmBase = class
Public MustInherit Class ArmBase
Inheritance
ArmBase
Derived
Attributes

Properties

IsSupported

Methods

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)
LeadingZeroCount(Int32)

A32: CLZ Rd, Rm

A64: CLZ Wd, Wn

LeadingZeroCount(UInt32)

A32: CLZ Rd, Rm

A64: CLZ Wd, Wn

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ReverseElementBits(Int32)

A32: RBIT Rd, Rm

A64: RBIT Wd, Wn

ReverseElementBits(UInt32)

A32: RBIT Rd, Rm

A64: RBIT Wd, Wn

ToString()

Returns a string that represents the current object.

(Inherited from Object)
Yield()

A32: YIELD A64: YIELD

Applies to