From 8a5f662532f4fae850b686b87573b25289b024b3 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Sun, 24 Apr 2011 21:22:40 -0700 Subject: [xcc,sim,opcodes] added c.addiw --- pk/riscv-opc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pk/riscv-opc.h b/pk/riscv-opc.h index 35f8a0e..04bde62 100644 --- a/pk/riscv-opc.h +++ b/pk/riscv-opc.h @@ -421,6 +421,8 @@ #define MASK_C_SUB3 0x31f #define MATCH_C_LD0 0x8012 #define MASK_C_LD0 0x801f +#define MATCH_C_ADDIW 0x1d +#define MASK_C_ADDIW 0x1f #define MATCH_FSGNJ_D 0x50d3 #define MASK_FSGNJ_D 0x1ffff #define MATCH_C_SUB 0x801a -- cgit v1.1