zig/lib/compiler
David Rubin 3ccf0fd4c2 riscv: basic struct field access
the current implementation only works when the struct is in a register. we use some shifting magic
to get the field into the LSB, and from there, given the type provenance, the generated code should
never reach into the bits beyond the bit size of the type and interact with the rest of the struct.
2024-05-11 02:17:11 -07:00
..
2024-03-24 17:29:39 +01:00
2024-05-03 20:58:02 -07:00
2024-03-13 02:17:28 -04:00