AsmJit
Low-Latency Machine Code Generation
Docs
Interactive Parser
Support
GitHub
API Reference
Index
Class List
Build Instructions
Breaking Changes
Core
Assembler
Builder
Compiler
Function
Logging
Error Handling
Instruction DB
Virtual Memory
Zone Memory
Utilities
X86 Backend
ARM Commons
AArch64 Backend
asmjit::arm Namespace Reference
ARM Commons
API shared between AArch32 & AArch64 backends.
Namespaces
namespace
Utils
Classes
class
BaseVec
class
Mem
class
Reg
struct
RegTraits
class
Shift
Enumerations
enum class
CondCode
:
uint8_t
enum class
OffsetMode
:
uint32_t
enum class
ShiftOp
:
uint32_t
Functions
static
constexpr
CondCode
reverseCond
(
CondCode
cond)
noexcept
static
constexpr
CondCode
negateCond
(
CondCode
cond)
noexcept
Shift Operation Construction
static
constexpr
Shift
lsl
(
uint32_t
value)
noexcept
static
constexpr
Shift
lsr
(
uint32_t
value)
noexcept
static
constexpr
Shift
asr
(
uint32_t
value)
noexcept
static
constexpr
Shift
ror
(
uint32_t
value)
noexcept
static
constexpr
Shift
rrx
()
noexcept
static
constexpr
Shift
msl
(
uint32_t
value)
noexcept
Memory Operand Construction
static
constexpr
Mem
ptr
(
uint64_t
base)
noexcept