wasm-micro-runtime/core/iwasm/fast-jit
2022-04-21 18:15:56 +08:00
..
cg/x86-64 Implement I64_EXTEND_I32 and I32_WRAP_I64 for Fast JIT (#1111) 2022-04-21 18:15:56 +08:00
fe Implement I64_EXTEND_I32 and I32_WRAP_I64 for Fast JIT (#1111) 2022-04-21 18:15:56 +08:00
iwasm_fast_jit.cmake Refine code, fix some issues and add codegen framework (#1045) 2022-03-14 15:32:32 +08:00
jit_codecache.c Implement op_call for fast-jit (#1075) 2022-04-10 18:41:23 +08:00
jit_codecache.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_codegen.c Implement part of codegen, add asmjit and zydis (#1050) 2022-03-22 12:22:04 +08:00
jit_codegen.h Implement i32/i64 div and rem opcodes translation (#1091) 2022-04-18 11:38:10 +08:00
jit_compiler.c Implement op_call for fast-jit (#1075) 2022-04-10 18:41:23 +08:00
jit_compiler.h Implement part of codegen, add asmjit and zydis (#1050) 2022-03-22 12:22:04 +08:00
jit_dump.c Implement part of codegen, add asmjit and zydis (#1050) 2022-03-22 12:22:04 +08:00
jit_dump.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_frontend.c Implement i32/i64 div and rem opcodes translation (#1091) 2022-04-18 11:38:10 +08:00
jit_frontend.h Implement load fixed virtual regs (#1083) 2022-04-12 14:54:38 +08:00
jit_ir.c Emit JIT IR for bitwise opcodes (#1101) 2022-04-21 17:48:24 +08:00
jit_ir.def Implement i32/i64 div and rem opcodes translation (#1091) 2022-04-18 11:38:10 +08:00
jit_ir.h Implement load fixed virtual regs (#1083) 2022-04-12 14:54:38 +08:00
jit_regalloc.c Implement op_call for fast-jit (#1075) 2022-04-10 18:41:23 +08:00
jit_utils.c Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00
jit_utils.h Import Fast JIT framework (#1016) 2022-03-09 12:34:56 +08:00