Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-12-29 | RISC-V: rename parse_asm.h to insn.h | Heiko Stuebner | 1 | -274/+0 |
2022-12-29 | RISC-V: Move riscv_insn_is_* macros into a common header | Heiko Stuebner | 1 | -7/+35 |
2022-12-29 | RISC-V: add auipc elements to parse_asm header | Heiko Stuebner | 1 | -0/+3 |
2022-12-29 | RISC-V: add ebreak instructions to definitions | Heiko Stuebner | 1 | -0/+6 |
2022-12-29 | RISC-V: detach funct-values from their offset | Heiko Stuebner | 1 | -41/+59 |
2022-12-29 | RISC-V: add prefix to all constants/macros in parse_asm.h | Heiko Stuebner | 1 | -97/+97 |
2022-12-29 | RISC-V: fix funct4 definition for c.jalr in parse_asm.h | Heiko Stuebner | 1 | -1/+1 |
2020-05-18 | riscv: Add SW single-step support for KDB | Vincent Chen | 1 | -0/+219 |