cpu/crates/cpu/src
2026-01-23 11:47:06 -08:00
..
decoder implement decoding mcrf 2026-01-23 11:47:06 -08:00
instruction add tests for and fix decoding branch instructions 2026-01-19 22:38:48 -08:00
next_pc add missing copyright header and check-copyright.sh support for .mermaid 2025-12-15 03:00:37 -08:00
reg_alloc update for new fayalite 2025-12-10 20:31:04 -08:00
unit implement decoding mcrxrx 2026-01-22 07:34:53 -08:00
util wrote out all of next_pc and tests/next_pc 2025-12-13 22:42:34 -08:00
config.rs wrote out all of next_pc and tests/next_pc 2025-12-13 22:42:34 -08:00
decoder.rs WIP adding simple power isa decoder 2026-01-12 07:10:58 -08:00
instruction.rs fix & clean up MOp definitions and ensure_reg_fields_are_in_the_same_place 2026-01-22 08:28:02 -08:00
lib.rs WIP adding simple power isa decoder 2026-01-12 07:10:58 -08:00
next_pc.rs add link to other NLnet task and note lack of optimization 2025-12-16 23:10:07 -08:00
powerisa_instructions_xml.rs rename src/powerisa.rs -> src/powerisa_instructions_xml.rs 2026-01-12 03:31:06 -08:00
reg_alloc.rs WIP: completed stages of next-pc logic, still need to combine them into a pipeline 2025-12-10 20:31:04 -08:00
register.rs implement decoding mcrxrx 2026-01-22 07:34:53 -08:00
unit.rs add test that UnitMOp has all the register fields aligned across the different variants 2026-01-18 22:50:38 -08:00
util.rs implement decoding mcrxrx 2026-01-22 07:34:53 -08:00