Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Macros | |
#define | WS_OPNAME(op) (operands[(op)].name) |
#define | WS_OPSIZE(op) (operands[(op)].size) |
Variables | |
struct { | |
char * name | |
int size | |
} | operands [256] |
Definition at line 76 of file wsasm.c.
Referenced by ws_asm_dasm().
Definition at line 77 of file wsasm.c.
Referenced by ws_asm_dasm(), and ws_asm_linearize().
|
static |
Definition at line 816 of file wsasm.c.
References WsAsmInsRec::line, WsCompilerRec::pool_asm, type, WsAsmInsRec::type, ws_error_memory(), and ws_f_calloc().
Referenced by ws_asm_branch(), ws_asm_call(), ws_asm_call_lib(), ws_asm_call_url(), ws_asm_ins(), ws_asm_label(), ws_asm_load_const(), and ws_asm_variable().
WsAsmIns* ws_asm_branch | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
WsUInt16 | inst, | ||
WsAsmIns * | label | ||
) |
Definition at line 842 of file wsasm.c.
References asm_alloc().
Referenced by ws_expr_linearize(), and ws_stmt_linearize().
WsAsmIns* ws_asm_call | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
WsUInt8 | findex | ||
) |
Definition at line 856 of file wsasm.c.
References asm_alloc(), and WS_ASM_P_CALL.
Referenced by ws_expr_linearize().
WsAsmIns* ws_asm_call_lib | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
WsUInt8 | findex, | ||
WsUInt16 | lindex | ||
) |
Definition at line 867 of file wsasm.c.
References asm_alloc(), and WS_ASM_P_CALL_LIB.
Referenced by ws_expr_linearize().
WsAsmIns* ws_asm_call_url | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
WsUInt16 | findex, | ||
WsUInt16 | urlindex, | ||
WsUInt8 | args | ||
) |
Definition at line 881 of file wsasm.c.
References asm_alloc(), and WS_ASM_P_CALL_URL.
Referenced by ws_expr_linearize().
void ws_asm_dasm | ( | WsCompilerPtr | compiler, |
const unsigned char * | code, | ||
size_t | len | ||
) |
Definition at line 185 of file wsasm.c.
References code, WS_ASM_ADD_ASG, WS_ASM_ARG, WS_ASM_CALL, WS_ASM_CALL_LIB, WS_ASM_CALL_LIB_S, WS_ASM_CALL_LIB_W, WS_ASM_CALL_S, WS_ASM_CALL_URL, WS_ASM_CALL_URL_W, WS_ASM_DECR_VAR, WS_ASM_INCR_VAR, WS_ASM_INCR_VAR_S, WS_ASM_JUMP_BW, WS_ASM_JUMP_BW_S, WS_ASM_JUMP_BW_W, WS_ASM_JUMP_FW, WS_ASM_JUMP_FW_S, WS_ASM_JUMP_FW_W, WS_ASM_LOAD_CONST, WS_ASM_LOAD_CONST_S, WS_ASM_LOAD_CONST_W, WS_ASM_LOAD_VAR, WS_ASM_LOAD_VAR_S, WS_ASM_OP, WS_ASM_STORE_VAR, WS_ASM_STORE_VAR_S, WS_ASM_SUB_ASG, WS_ASM_TJUMP_BW, WS_ASM_TJUMP_BW_W, WS_ASM_TJUMP_FW, WS_ASM_TJUMP_FW_S, WS_ASM_TJUMP_FW_W, ws_fprintf(), WS_GET_UINT16, WS_GET_UINT8, WS_OPNAME, WS_OPSIZE, ws_stdlib_function_name(), and WS_STDOUT.
Referenced by compile_stream(), and main().
WsAsmIns* ws_asm_ins | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
WsUInt8 | opcode | ||
) |
Definition at line 920 of file wsasm.c.
References asm_alloc(), and opcode.
Referenced by opt_peephole(), ws_expr_linearize(), and ws_stmt_linearize().
WsAsmIns* ws_asm_label | ( | WsCompiler * | compiler, |
WsUInt32 | line | ||
) |
Definition at line 831 of file wsasm.c.
References asm_alloc(), WsCompilerRec::next_label, and WS_ASM_P_LABEL.
Referenced by ws_expr_linearize(), and ws_stmt_linearize().
void ws_asm_linearize | ( | WsCompiler * | compiler | ) |
Definition at line 341 of file wsasm.c.
References WsCompilerRec::asm_head, WsCompilerRec::byte_code, error(), gw_assert(), WsAsmInsRec::next, WsAsmInsRec::offset, operands, WsAsmInsRec::type, WS_ASM_ADD, WS_ASM_ADD_ASG, WS_ASM_B_AND, WS_ASM_B_LSHIFT, WS_ASM_B_NOT, WS_ASM_B_OR, WS_ASM_B_RSSHIFT, WS_ASM_B_RSZSHIFT, WS_ASM_B_XOR, WS_ASM_CALL, WS_ASM_CALL_LIB, WS_ASM_CALL_LIB_S, WS_ASM_CALL_LIB_W, WS_ASM_CALL_S, WS_ASM_CALL_URL, WS_ASM_CALL_URL_W, WS_ASM_CONST_0, WS_ASM_CONST_1, WS_ASM_CONST_ES, WS_ASM_CONST_FALSE, WS_ASM_CONST_INVALID, WS_ASM_CONST_M1, WS_ASM_CONST_TRUE, WS_ASM_DEBUG, WS_ASM_DECR, WS_ASM_DECR_VAR, WS_ASM_DIV, WS_ASM_EQ, WS_ASM_GE, WS_ASM_GLUE, WS_ASM_GT, WS_ASM_IDIV, WS_ASM_INCR, WS_ASM_INCR_VAR, WS_ASM_INCR_VAR_S, WS_ASM_ISVALID, WS_ASM_JUMP_BW, WS_ASM_JUMP_BW_S, WS_ASM_JUMP_BW_W, WS_ASM_JUMP_FW, WS_ASM_JUMP_FW_S, WS_ASM_JUMP_FW_W, WS_ASM_LE, WS_ASM_LOAD_CONST, WS_ASM_LOAD_CONST_S, WS_ASM_LOAD_CONST_W, WS_ASM_LOAD_VAR, WS_ASM_LOAD_VAR_S, WS_ASM_LT, WS_ASM_MUL, WS_ASM_NE, WS_ASM_NOT, WS_ASM_P_CALL, WS_ASM_P_CALL_LIB, WS_ASM_P_CALL_URL, WS_ASM_P_INCR_VAR, WS_ASM_P_JUMP, WS_ASM_P_LABEL, WS_ASM_P_LOAD_CONST, WS_ASM_P_LOAD_VAR, WS_ASM_P_STORE_VAR, WS_ASM_P_TJUMP, WS_ASM_POP, WS_ASM_REM, WS_ASM_RETURN, WS_ASM_RETURN_ES, WS_ASM_SCAND, WS_ASM_SCOR, WS_ASM_STORE_VAR, WS_ASM_STORE_VAR_S, WS_ASM_SUB, WS_ASM_SUB_ASG, WS_ASM_TJUMP_BW, WS_ASM_TJUMP_BW_W, WS_ASM_TJUMP_FW, WS_ASM_TJUMP_FW_S, WS_ASM_TJUMP_FW_W, WS_ASM_TOBOOL, WS_ASM_TYPEOF, WS_ASM_UMINUS, ws_buffer_len(), WS_ENC_BYTE, WS_ENC_END, WS_ENC_UINT16, WS_ENC_UINT8, ws_encode_buffer(), ws_error_memory(), WS_FALSE, ws_fatal(), WS_OPSIZE, and WS_TRUE.
Referenced by compile_stream().
void ws_asm_link | ( | WsCompiler * | compiler, |
WsAsmIns * | ins | ||
) |
Definition at line 93 of file wsasm.c.
References WsCompilerRec::asm_head, WsCompilerRec::asm_tail, WsAsmInsRec::next, and WsAsmInsRec::prev.
Referenced by linearize_variable_init(), ws_expr_linearize(), and ws_stmt_linearize().
WsAsmIns* ws_asm_load_const | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
WsUInt16 | cindex | ||
) |
Definition at line 908 of file wsasm.c.
References asm_alloc(), and WS_ASM_P_LOAD_CONST.
Referenced by ws_expr_linearize().
void ws_asm_print | ( | WsCompiler * | compiler | ) |
Definition at line 105 of file wsasm.c.
References WsCompilerRec::asm_head, WsCompilerRec::functions, name, WsFunctionRec::name, WsAsmInsRec::next, operands, WsAsmInsRec::type, WS_ASM_ADD_ASG, WS_ASM_OP, WS_ASM_P_CALL, WS_ASM_P_CALL_LIB, WS_ASM_P_CALL_URL, WS_ASM_P_INCR_VAR, WS_ASM_P_JUMP, WS_ASM_P_LABEL, WS_ASM_P_LOAD_CONST, WS_ASM_P_LOAD_VAR, WS_ASM_P_STORE_VAR, WS_ASM_P_TJUMP, WS_ASM_SUB_ASG, ws_fatal(), ws_fprintf(), ws_stdlib_function_name(), and WS_STDOUT.
Referenced by compile_stream().
WsAsmIns* ws_asm_variable | ( | WsCompiler * | compiler, |
WsUInt32 | line, | ||
WsUInt16 | inst, | ||
WsUInt8 | vindex | ||
) |
Definition at line 896 of file wsasm.c.
References asm_alloc().
Referenced by linearize_variable_init(), and ws_expr_linearize().
char* name |
Definition at line 83 of file wsasm.c.
Referenced by ws_asm_print().
struct { ... } operands[256] |
Referenced by ws_asm_linearize(), and ws_asm_print().
int size |
Definition at line 84 of file wsasm.c.
Referenced by check_endmark(), conn_set_output_buffering(), construct_linear_table(), construct_numbered_table(), endmark(), fatal_handler(), gw_backtrace(), gw_check_area_size(), gw_check_calloc(), gw_check_malloc(), gw_check_realloc(), gw_check_strdup(), gw_native_calloc(), gw_native_malloc(), gw_native_realloc(), gw_native_strdup(), make_bigger(), number_to_cstr(), number_to_string(), octstr_grow(), ota_compile(), packet_extract(), parse_constant(), random_address(), random_hex(), random_message(), record_allocation(), si_compile(), sl_compile(), wml_compile(), ws_buffer_append_space(), ws_calloc(), ws_f_calloc(), ws_f_malloc(), ws_f_memdup(), ws_malloc(), ws_memdup(), ws_realloc(), xmalloc(), and xmlrpc_doc_parse().