diff options
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/fr30-opc.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/fr30-opc.c b/opcodes/fr30-opc.c index c5b7ca5..62c287f 100644 --- a/opcodes/fr30-opc.c +++ b/opcodes/fr30-opc.c @@ -2047,6 +2047,15 @@ static const CGEN_INSN_TABLE insn_table = static const CGEN_INSN macro_insn_table_entries[] = { +/* ldi32 $i32,$Ri */ + { + { 1, 1, 1, 1 }, + -1, "ldi32m", "ldi32", + { { MNEM, ' ', OP (I32), ',', OP (RI), 0 } }, + { 16, 48, 0xfff0 }, 0x9f80, + (PTR) 0, + { 0, 0|A(ALIAS), { 0 } } + }, }; #undef A |