|
Functions |
void _VM_CALL | vm_op_getmem_Int (vm_t vm, int n) |
void _VM_CALL | vm_op_setmem_Int (vm_t vm, int n) |
void _VM_CALL | vm_op_setmem (vm_t vm, int n) |
void _VM_CALL | vm_op_getmem (vm_t vm, int n) |
void _VM_CALL | vm_op_getClosure_Int (vm_t vm, word_t index) |
void _VM_CALL | vm_op_getClosure (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_toI (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_toF (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_toS (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_strcmp_String (vm_t vm, const char *s2) |
void _VM_CALL | vm_op_strcat_String (vm_t vm, const char *s2) |
void _VM_CALL | vm_op_strdup_String (vm_t vm, const char *s2) |
void _VM_CALL | vm_op_strcmp (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_strcat (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_strdup (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_charAt_Int (vm_t vm, word_t ofs) |
void _VM_CALL | vm_op_charAt (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_setCharAt_Int (vm_t vm, word_t ofs) |
void _VM_CALL | vm_op_setCharAt (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_substr (vm_t vm, word_t unused) |
void _VM_CALL | vm_op_strlen (vm_t vm, word_t unused) |