Module inst

Source
Available on crate feature arm64 only.
Expand description

This module defines aarch64-specific machine instruction types.

Re-exports§

pub use self::imms::*;
pub use self::args::*;

Modules§

args
AArch64 ISA definitions: instruction arguments.
emit
AArch64 ISA: binary code emission.
imms
AArch64 ISA definitions: immediate constants.

Structs§

ReturnCallInfo
Additional information for return_call[_ind] instructions, left out of line to lower the size of the Inst enum.

Enums§

ALUOp
Internal type ALUOp: defined at src/isa/aarch64/inst.isle line 1027.
ALUOp3
Internal type ALUOp3: defined at src/isa/aarch64/inst.isle line 1065.
AMode
Internal type AMode: defined at src/isa/aarch64/inst.isle line 1151.
APIKey
Internal type APIKey: defined at src/isa/aarch64/inst.isle line 1782.
AtomicRMWLoopOp
Internal type AtomicRMWLoopOp: defined at src/isa/aarch64/inst.isle line 1766.
AtomicRMWOp
Internal type AtomicRMWOp: defined at src/isa/aarch64/inst.isle line 1751.
BitOp
Internal type BitOp: defined at src/isa/aarch64/inst.isle line 1134.
BranchTargetType
Internal type BranchTargetType: defined at src/isa/aarch64/inst.isle line 1795.
FPUOp1
Internal type FPUOp1: defined at src/isa/aarch64/inst.isle line 1413.
FPUOp2
Internal type FPUOp2: defined at src/isa/aarch64/inst.isle line 1423.
FPUOp3
Internal type FPUOp3: defined at src/isa/aarch64/inst.isle line 1434.
FPUOpRI
A floating-point unit (FPU) operation with two args, a register and an immediate.
FPUOpRIMod
A floating-point unit (FPU) operation with two args, a register and an immediate that modifies its dest (so takes that input value as a separate virtual register).
FpuRoundMode
Internal type FpuRoundMode: defined at src/isa/aarch64/inst.isle line 1474.
FpuToIntOp
Internal type FpuToIntOp: defined at src/isa/aarch64/inst.isle line 1447.
Inst
Internal type MInst: defined at src/isa/aarch64/inst.isle line 1.
IntToFpuOp
Internal type IntToFpuOp: defined at src/isa/aarch64/inst.isle line 1460.
LabelUse
Different forms of label references for different instruction formats.
MoveWideOp
Internal type MoveWideOp: defined at src/isa/aarch64/inst.isle line 1077.
VecALUModOp
Internal type VecALUModOp: defined at src/isa/aarch64/inst.isle line 1583.
VecALUOp
Internal type VecALUOp: defined at src/isa/aarch64/inst.isle line 1496.
VecExtendOp
Internal type VecExtendOp: defined at src/isa/aarch64/inst.isle line 1487.
VecLanesOp
Internal type VecLanesOp: defined at src/isa/aarch64/inst.isle line 1724.
VecMisc2
Internal type VecMisc2: defined at src/isa/aarch64/inst.isle line 1594.
VecPairOp
Internal type VecPairOp: defined at src/isa/aarch64/inst.isle line 1705.
VecRRLongOp
Internal type VecRRLongOp: defined at src/isa/aarch64/inst.isle line 1655.
VecRRNarrowOp
Internal type VecRRNarrowOp: defined at src/isa/aarch64/inst.isle line 1670.
VecRRPairLongOp
Internal type VecRRPairLongOp: defined at src/isa/aarch64/inst.isle line 1713.
VecRRRLongModOp
Internal type VecRRRLongModOp: defined at src/isa/aarch64/inst.isle line 1696.
VecRRRLongOp
Internal type VecRRRLongOp: defined at src/isa/aarch64/inst.isle line 1684.
VecShiftImmModOp
Internal type VecShiftImmModOp: defined at src/isa/aarch64/inst.isle line 1744.
VecShiftImmOp
Internal type VecShiftImmOp: defined at src/isa/aarch64/inst.isle line 1733.