[][src]Module dynasmrt::aarch64

This module implements the relocation model for the aarch64 architecture, as well as aliases for aarch64 Assemblers.

Enums

Aarch64Relocation

Relocation implementation for the aarch64 architecture.

Functions

encode_floating_point_immediate

Helper function for validating that a given value can be encoded as a floating point immediate

encode_logical_immediate_32bit

Helper function for validating that a given value can be encoded as a 32-bit logical immediate

encode_logical_immediate_64bit

Helper function for validating that a given value can be encoded as a 64-bit logical immediate

Type Definitions

Assembler

An aarch64 Assembler. This is aliased here for backwards compatability.

AssemblyModifier

An aarch64 AssemblyModifier. This is aliased here for backwards compatability.

UncommittedModifier

An aarch64 UncommittedModifier. This is aliased here for backwards compatability.