This website requires JavaScript.
Explore
Help
Sign In
taitep
/
trve
Watch
1
Star
1
Fork
0
You've already forked trve
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c74b4a21d27ee882ac3adf3abddeb19be2568fe1
trve
/
src
History
taitep
c74b4a21d2
Add decode functions for immediate shifts (funct6 and imm_shamt), make decode functions not use references, add inline hints to decode functions
2025-12-21 12:47:56 +01:00
..
instructions
Add JAL and change some of the formatting on previous instructions to be cleaner
2025-12-21 12:20:30 +01:00
consts.rs
base core state & instruction decoder
2025-09-27 21:43:10 +02:00
core.rs
(BIG CHANGE) Switch instruction identification/execution to use a plain match tree, should improve performance by quite a bit
2025-12-21 12:07:12 +01:00
decode.rs
Add decode functions for immediate shifts (funct6 and imm_shamt), make decode functions not use references, add inline hints to decode functions
2025-12-21 12:47:56 +01:00
instructions.rs
Add JAL and change some of the formatting on previous instructions to be cleaner
2025-12-21 12:20:30 +01:00
lib.rs
Make some constants and type aliases public
2025-10-09 20:26:09 +02:00
main.rs
Add license/copyright notices to top of each source file (where applicable)
2025-12-01 22:06:13 +01:00
mem.rs
Add license/copyright notices to top of each source file (where applicable)
2025-12-01 22:06:13 +01:00