This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/common/arch
Huang Qi e4023c8e02
Implement AOT support for RISCV (#649)
Enable RISCV AOT support, the supported ABIs are LP64 and LP64D for riscv64, ILP32 and ILP32D for riscv32.
For wamrc:
    use --target=riscv64/riscv32 to specify the target arch of output AOT file,
    use --target-abi=lp64d/lp64/ilp32d/ilp32 to specify the target ABI,
    if --target-abi isn't specified, by default lp64d is used for riscv64, and ilp32d is used for riscv32.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
Co-authored-by: wenyongh <wenyong.huang@intel.com>
2021-07-22 11:16:47 +08:00
..
invokeNative_aarch64_simd.s Enable SIMD for AARCH64 Platform (#11) (#610) 2021-04-13 14:45:51 +08:00
invokeNative_aarch64.s NFC: fix typo in invokeNative_aarch64.s comment (#479) 2020-12-26 09:45:11 +08:00
invokeNative_arm_vfp.s Remove '@' when declare function invokeNative to fix compile error (#417) 2020-10-12 16:52:28 +08:00
invokeNative_arm.s Remove '@' when declare function invokeNative to fix compile error (#417) 2020-10-12 16:52:28 +08:00
invokeNative_em64_simd.asm Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
invokeNative_em64_simd.s Add more checks to enhance security (#446) 2020-11-24 14:00:09 +08:00
invokeNative_em64.asm Update invokeNative_em64.asm (#511) 2021-02-04 08:50:15 +08:00
invokeNative_em64.s Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
invokeNative_general.c Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
invokeNative_ia32.asm fix coding style for windows build patch (#350) 2020-08-13 16:40:19 +08:00
invokeNative_ia32.s Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
invokeNative_mips.s Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
invokeNative_riscv.S Implement AOT support for RISCV (#649) 2021-07-22 11:16:47 +08:00
invokeNative_thumb_vfp.s Remove '@' when declare function invokeNative to fix compile error (#417) 2020-10-12 16:52:28 +08:00
invokeNative_thumb.s Remove '@' when declare function invokeNative to fix compile error (#417) 2020-10-12 16:52:28 +08:00
invokeNative_xtensa.s Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00