Share via


ArmBase 类

定义

重要

此 API 不符合 CLS。

此类通过内部函数提供对 ARM 基硬件指令的访问。

public ref class ArmBase abstract
[System.CLSCompliant(false)]
public abstract class ArmBase
[<System.CLSCompliant(false)>]
type ArmBase = class
Public MustInherit Class ArmBase
继承
ArmBase
派生
属性

属性

IsSupported

此类通过内部函数提供对 ARM 基硬件指令的访问。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
LeadingZeroCount(Int32)

A32:CLZ Rd、Rm

A64:CLZ Wd、Wn

LeadingZeroCount(UInt32)

A32:CLZ Rd、Rm

A64:CLZ Wd、Wn

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ReverseElementBits(Int32)

A32:RBIT Rd、Rm

A64:RBIT Wd、Wn

ReverseElementBits(UInt32)

A32:RBIT Rd、Rm

A64:RBIT Wd、Wn

ToString()

返回表示当前对象的字符串。

(继承自 Object)
Yield()

A32:YIELD A64:YIELD

适用于