#include <assembler_arm.h>
Definition at line 51 of file assembler_arm.h.
◆ Immediate() [1/7]
dart::compiler::Immediate::Immediate |
( |
int32_t |
value | ) |
|
|
inlineexplicit |
◆ Immediate() [2/7]
dart::compiler::Immediate::Immediate |
( |
int64_t |
value | ) |
|
|
inlineexplicit |
◆ Immediate() [3/7]
dart::compiler::Immediate::Immediate |
( |
const Immediate & |
other | ) |
|
|
inline |
◆ Immediate() [4/7]
dart::compiler::Immediate::Immediate |
( |
int32_t |
value | ) |
|
|
inlineexplicit |
◆ Immediate() [5/7]
dart::compiler::Immediate::Immediate |
( |
const Immediate & |
other | ) |
|
|
inline |
◆ Immediate() [6/7]
dart::compiler::Immediate::Immediate |
( |
int64_t |
value | ) |
|
|
inlineexplicit |
◆ Immediate() [7/7]
dart::compiler::Immediate::Immediate |
( |
const Immediate & |
other | ) |
|
|
inline |
◆ is_int16()
bool dart::compiler::Immediate::is_int16 |
( |
| ) |
const |
|
inline |
Definition at line 44 of file assembler_x64.h.
static bool IsInt(intptr_t N, T value)
◆ is_int32()
bool dart::compiler::Immediate::is_int32 |
( |
| ) |
const |
|
inline |
◆ is_int8() [1/2]
bool dart::compiler::Immediate::is_int8 |
( |
| ) |
const |
|
inline |
◆ is_int8() [2/2]
bool dart::compiler::Immediate::is_int8 |
( |
| ) |
const |
|
inline |
◆ is_uint16() [1/2]
bool dart::compiler::Immediate::is_uint16 |
( |
| ) |
const |
|
inline |
◆ is_uint16() [2/2]
bool dart::compiler::Immediate::is_uint16 |
( |
| ) |
const |
|
inline |
◆ is_uint32()
bool dart::compiler::Immediate::is_uint32 |
( |
| ) |
const |
|
inline |
◆ is_uint8() [1/2]
bool dart::compiler::Immediate::is_uint8 |
( |
| ) |
const |
|
inline |
◆ is_uint8() [2/2]
bool dart::compiler::Immediate::is_uint8 |
( |
| ) |
const |
|
inline |
◆ operator=()
Definition at line 84 of file assembler_arm64.h.
84 {
85 value_ = other.value_;
86 return *this;
87 }
◆ value() [1/3]
int32_t dart::compiler::Immediate::value |
( |
| ) |
const |
|
inline |
◆ value() [2/3]
int32_t dart::compiler::Immediate::value |
( |
| ) |
const |
|
inline |
◆ value() [3/3]
int64_t dart::compiler::Immediate::value |
( |
| ) |
const |
|
inline |
◆ Assembler
The documentation for this class was generated from the following files: