commit | f440c0692cd3ea3fc5884fd09dda66755c3144b5 | [log] [tgz] |
---|---|---|
author | Mayuresh Chitale <mchitale@ventanamicro.com> | Fri Aug 23 09:41:25 2024 +0000 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Mon Oct 28 18:56:54 2024 +0800 |
tree | d1b44e00bd324510be912476d4d3e1ec4c49ee3b | |
parent | 86f723a138d068dff5d388c4d872a7f2fb30923c [diff] |
riscv: Add support for defining instructions Add insn-def.h which is similar to that in linux and contains the macros to generate any instruction of type 'I' using the assembler's .insn directive. Signed-off-by: Mayuresh Chitale <mchitale@ventanamicro.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>