(package private) static Mem |
Asm._ptr_build(Label label,
long disp,
int ptrSize) |
|
(package private) static Mem |
Asm._ptr_build(Label label,
Register index,
int shift,
long disp,
int ptrSize) |
|
void |
SerializerIntrinsics_a64.adr(Register Xd,
Label label) |
|
void |
SerializerIntrinsics_a64.adrp(Register Xd,
Label label) |
|
void |
SerializerIntrinsics_a64.cbnz(Register Xn,
Label label) |
|
void |
SerializerIntrinsics_a64.cbz(Register Xn,
Label label) |
|
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.
|
void |
SerializerIntrinsics_a64.ldrsw(Register Xd,
Label label) |
|
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.
|
void |
SerializerIntrinsics_a64.tbnz(Register Xd,
Immediate val,
Label label) |
|
void |
SerializerIntrinsics_a64.tbz(Register Xd,
Immediate val,
Label label) |
|
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.
|