make a framework for RISC instructions in native module
authoryu.dongliang <18588496441@163.com>
Wed, 22 Mar 2023 13:16:50 +0000 (21:16 +0800)
committeryu.dongliang <18588496441@163.com>
Wed, 22 Mar 2023 13:16:50 +0000 (21:16 +0800)
commitb93c8ac9fac6002214aa5054a39ad7e014fd2da9
treefaf17368221c9d8af18eb841311b8175b5cc785e
parent0c32e9b89e392fcb1fdd947d9841e06bf3a03052
make a framework for RISC instructions in native module
29 files changed:
core/scf_core_types.h
core/scf_function.h
elf/scf_elf_arm64_so.c
native/arm64/scf_arm64.h [deleted file]
native/arm64/scf_arm64_inst.c [deleted file]
native/arm64/scf_arm64_opcode.c [deleted file]
native/arm64/scf_arm64_opcode.h [deleted file]
native/arm64/scf_arm64_rcg.c [deleted file]
native/arm64/scf_arm64_reg.c [deleted file]
native/arm64/scf_arm64_reg.h [deleted file]
native/arm64/scf_arm64_util.c [deleted file]
native/arm64/scf_arm64_util.h [deleted file]
native/risc/scf_arm64.c [new file with mode: 0644]
native/risc/scf_risc.c [moved from native/arm64/scf_arm64.c with 65% similarity]
native/risc/scf_risc.h [new file with mode: 0644]
native/risc/scf_risc_bb_color.c [moved from native/arm64/scf_arm64_bb_color.c with 76% similarity]
native/risc/scf_risc_graph.c [moved from native/arm64/scf_arm64_graph.c with 74% similarity]
native/risc/scf_risc_inst.c [new file with mode: 0644]
native/risc/scf_risc_opcode.c [new file with mode: 0644]
native/risc/scf_risc_opcode.h [new file with mode: 0644]
native/risc/scf_risc_rcg.c [new file with mode: 0644]
native/risc/scf_risc_reg.c [new file with mode: 0644]
native/risc/scf_risc_reg.h [new file with mode: 0644]
native/risc/scf_risc_util.h [new file with mode: 0644]
native/scf_native.c
native/scf_native.h
native/x64/scf_x64.c
native/x64/scf_x64.h
parse/Makefile