| Modifier and Type | Method and Description |
|---|---|
static Mem |
Asm.dword_ptr_abs(long target,
Register index,
int shift,
long disp) |
static Mem |
Asm.dword_ptr(Label label)
Create dword (4 Bytes) pointer operand.
|
static Mem |
Asm.dword_ptr(Label label,
long disp)
Create dword (4 Bytes) pointer operand.
|
static Mem |
Asm.dword_ptr(Label label,
Register index,
int shift,
long disp)
Create qword (8 Bytes) pointer operand.
|
static Mem |
Asm.dword_ptr(Register base,
long disp)
Create dword (8 Bytes) pointer operand.
|
static Mem |
Asm.dword_ptr(Register base,
Register index,
int shift,
long disp)
Create dword (4 Bytes) pointer operand.
|
static Mem |
Asm.ptr(Label label)
Create pointer operand with not specified size.
|
static Mem |
Asm.ptr(Label label,
long disp)
Create pointer operand with not specified size.
|
static Mem |
Asm.ptr(Label label,
Register index,
int shift,
long disp)
Create pointer operand with not specified size.
|
static Mem |
Asm.ptr(Register base,
long disp)
Create pointer operand with not specified size.
|
static Mem |
Asm.ptr(Register base,
Register index,
int shift,
long disp)
Create pointer operand with not specified size.
|
static Mem |
Asm.word_ptr_abs(long target,
Register index,
int shift,
long disp) |
static Mem |
Asm.word_ptr(Label label)
Create word (2 Bytes) pointer operand.
|
static Mem |
Asm.word_ptr(Label label,
long disp)
Create word (2 Bytes) pointer operand.
|
static Mem |
Asm.word_ptr(Label label,
Register index,
int shift,
long disp)
Create dword (4 Bytes) pointer operand.
|
static Mem |
Asm.word_ptr(Register base,
long disp)
Create word (4 Bytes) pointer operand.
|
static Mem |
Asm.word_ptr(Register base,
Register index,
int shift,
long disp)
Create word (2 Bytes) pointer operand.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerializerIntrinsics_a64.ldar(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldarb(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldarh(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldaxp(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldaxr(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldaxrb(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldaxrh(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldpsw(Register Xd,
Register Xn,
Mem location,
Immediate val) |
void |
SerializerIntrinsics_a64.ldr(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldrb(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldrb(Register Xd,
Mem location,
Immediate val) |
void |
SerializerIntrinsics_a64.ldrh(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldrh(Register Xd,
Mem location,
Immediate val) |
void |
SerializerIntrinsics_a64.ldrsb(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldrsb(Register Xd,
Mem location,
Immediate val) |
void |
SerializerIntrinsics_a64.ldrsh(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldrsh(Register Xd,
Mem location,
Immediate val) |
void |
SerializerIntrinsics_a64.ldrsw(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldrsw(Register Xd,
Mem location,
Immediate val) |
void |
SerializerIntrinsics_a64.ldtr(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldtrb(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldtrh(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldtrsb(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldtrsh(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldtrsw(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldur(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldurb(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldurh(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldursb(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldursh(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldursw(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldxp(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldxr(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldxrb(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.ldxrh(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.stlr(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.stlrh(Register Xd,
Mem location) |
void |
SerializerIntrinsics_a64.stlxp(Register Wd,
Register Xn,
Register Xm,
Mem location) |
void |
SerializerIntrinsics_a64.stlxr(Register Wd,
Register Xn,
Mem location) |
void |
SerializerIntrinsics_a64.stlxrb(Register Wd,
Register Wn,
Mem location) |
void |
SerializerIntrinsics_a64.stlxrh(Register Wd,
Register Wn,
Mem location) |
void |
SerializerIntrinsics_a64.stnp(Register Xd,
Register Xn,
Mem location) |
Copyright © 2018. All rights reserved.