wasm-micro-runtime/core/iwasm/fast-jit/fe
liang.he 26c4a7ca33
Only handle one const case in DEF_UNI_INT_CONST_OPS (#1122)
`DEF_UNI_INT_CONST_OPS` handle the case of both consts
2022-04-26 15:59:15 +08:00
..
jit_emit_compare.c Emit JIT IR for integer comparison (#1086) 2022-04-13 13:43:45 +08:00
jit_emit_compare.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_const.c Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_const.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_control.c Implement i32/i64 div and rem opcodes translation (#1091) 2022-04-18 11:38:10 +08:00
jit_emit_control.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_conversion.c Implement I64_EXTEND_I32 and I32_WRAP_I64 for Fast JIT (#1111) 2022-04-21 18:15:56 +08:00
jit_emit_conversion.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_exception.c Implement op_call for fast-jit (#1075) 2022-04-10 18:41:23 +08:00
jit_emit_exception.h Refine code, fix some issues and add codegen framework (#1045) 2022-03-14 15:32:32 +08:00
jit_emit_function.c Implement i32/i64 div and rem opcodes translation (#1091) 2022-04-18 11:38:10 +08:00
jit_emit_function.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_memory.c Implement JIT IR for integer load/store opcodes (#1087) 2022-04-18 17:22:55 +08:00
jit_emit_memory.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_numberic.c Only handle one const case in DEF_UNI_INT_CONST_OPS (#1122) 2022-04-26 15:59:15 +08:00
jit_emit_numberic.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_parametric.c Fix issues of compiling control related opcodes (#1063) 2022-04-03 20:25:13 +08:00
jit_emit_parametric.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_table.c Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_table.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_emit_variable.c Emit JIT IRs for get/set wasm globals (#1085) 2022-04-14 14:07:37 +08:00
jit_emit_variable.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00