Go to the source code of this file.
#define DEBUG_END_INSN |
( |
| ) |
|
#define DEBUG_ENTER_INSN |
( |
|
insn | ) |
|
#define END_INSNS_DISPATCH |
( |
| ) |
|
Value:
} \
} \
void rb_bug(const char *fmt,...)
#define GET_CURRENT_INSN()
Definition at line 160 of file vm_exec.h.
Referenced by vm_exec_core().
#define INSN_DISPATCH |
( |
| ) |
|
#define INSN_ENTRY |
( |
|
insn | ) |
case BIN(insn): |
#define NEXT_INSN |
( |
| ) |
goto first |
#define SCREG |
( |
|
r | ) |
(reg_##r) |
#define throwdebug if(0)printf |
#define USAGE_ANALYSIS_INSN |
( |
|
insn | ) |
/* none */ |
#define USAGE_ANALYSIS_OPERAND |
( |
|
insn, |
|
|
|
n, |
|
|
|
op |
|
) |
| /* none */ |
#define USAGE_ANALYSIS_REGISTER |
( |
|
reg, |
|
|
|
s |
|
) |
| /* none */ |
#define VM_SP_CNT |
( |
|
th, |
|
|
|
sp |
|
) |
| ((sp) - (th)->stack) |