Go to the source code of this file.
#define IS_SETHI |
( |
|
instr | ) |
|
Value:(((instr & 0xc1c00000) == 0x01000000) \
&& ((instr & 0x3fffff) != 0x0))
Definition at line 126 of file md.hpp.
#define SHIFT_AND_MASK |
( |
|
instr | ) |
((instr >> 13) & 0x60fc1) |
s2 decode_13bit_imm |
( |
u4 |
instr | ) |
|
|
inline |
static void md_cacheflush |
( |
void * |
addr, |
|
|
int |
nbytes |
|
) |
| |
|
inlinestatic |
static void* md_codegen_get_pv_from_pc |
( |
void * |
ra | ) |
|
|
inlinestatic |
static void md_dcacheflush |
( |
void * |
addr, |
|
|
int |
nbytes |
|
) |
| |
|
inlinestatic |
static void* md_get_framepointer |
( |
void * |
sp | ) |
|
|
inlinestatic |
static void* md_get_pv_from_stackframe |
( |
void * |
sp | ) |
|
|
inlinestatic |
static int32_t md_stacktrace_get_framesize |
( |
codeinfo * |
code | ) |
|
|
inlinestatic |
Returns the size (in bytes) of the current stackframe, specified by the passed codeinfo structure.
Definition at line 43 of file md.hpp.
static void* md_stacktrace_get_returnaddress |
( |
void * |
sp, |
|
|
int32_t |
stackframesize |
|
) |
| |
|
inlinestatic |