cpu/crates/cpu/src
Jacob Lifshay 00ddd602c5
All checks were successful
/ deps (push) Successful in 14s
/ test (push) Successful in 26m32s
format code
2025-08-24 19:08:58 -07:00
..
instruction WIP implementing unit_base 2025-02-19 23:54:41 -08:00
reg_alloc reduce formal proof depth to avoid z3 eating all our memory 2024-10-15 23:50:51 -07:00
unit format code 2025-08-24 19:08:58 -07:00
util WIP: add ArrayVec 2025-03-04 00:20:33 -08:00
config.rs format code 2025-08-24 19:08:58 -07:00
instruction.rs format code 2025-08-24 19:08:58 -07:00
lib.rs WIP adding register allocator 2024-10-14 21:20:42 -07:00
reg_alloc.rs format code 2025-08-24 19:08:58 -07:00
register.rs unit_base is basically finished, implemented AddSub[I], didn't check any tests yet 2025-02-20 20:24:14 -08:00
unit.rs format code 2025-08-24 19:08:58 -07:00
util.rs WIP: add ArrayVec 2025-03-04 00:20:33 -08:00