Crates.io | emei |
lib.rs | emei |
version | 0.5.0 |
source | src |
created_at | 2021-10-22 23:15:21.064531 |
updated_at | 2022-01-16 21:46:28.629378 |
description | The EMei JIT/AOT backend codegen framework. |
homepage | |
repository | https://github.com/imlyzh/emei |
max_upload_size | |
id | 469684 |
size | 128,163 |
The 峨眉 (EMei) JIT/AOT backend codegen framework.
Please refer to the riscv arch manual.
warning: unsupported x87 fpu float operator.
inst dst, src
=inst(src, dst)
mov
push
add
sub
mul
div
cmp
test
jump
call
ret
nop
int
syscall
look src/lib.rs.