]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: Add support for defining instructions
authorMayuresh Chitale <mchitale@ventanamicro.com>
Fri, 23 Aug 2024 09:41:25 +0000 (09:41 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 28 Oct 2024 10:56:54 +0000 (18:56 +0800)
commitbfc8ca3f7f6a4977bce1403322b2b60e0975155c
treed1b44e00bd324510be912476d4d3e1ec4c49ee3b
parentb8db88ab58abe4816584d72490df8c77ee360f77
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>
arch/riscv/include/asm/insn-def.h [new file with mode: 0644]