-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mono][RISC-V] emit mul inst instead of emulated mul (#85445)
* update makefile * add format file * use mul inst instead of emulate mul process stack size larger than imm32 * emit get_throw_trampoline * mono_riscv_throw_exception * fix error of stack trace * test case * output inst idiv fix mono_riscv_emit_branch_exc * implement mono_arch_get_throw_corlib_exception * fix rdiv * move ArgOnStack arg at prologue lowering OP_XOR_IMM&OP_IXOR_IMM * fix emit_imm * test imm * update test case * use swich to process return value * fix offset of params in a call * lowering OP_IDIV_IMM * fmt * remove test file * address comment
- Loading branch information
1 parent
42742cd
commit 045b526
Showing
6 changed files
with
347 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.