Re: [PATCH v2 1/2] riscv: Add support for defining instructions

2024-10-28 Thread Leo Liang
Hi Mayuresh, On Fri, Aug 23, 2024 at 09:41:25AM +, Mayuresh Chitale wrote: > 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 > --- > arch/riscv/inc

[PATCH v2 1/2] riscv: Add support for defining instructions

2024-08-23 Thread Mayuresh Chitale
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 --- arch/riscv/include/asm/insn-def.h | 42 +++ 1 file changed, 42 insertions(+) cr