From 911701b78cf52f6807b0da48abc5ebbe8d0f9634 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 19 Nov 1998 01:58:46 +0000 Subject: [PATCH] rebuild --- opcodes/fr30-opc.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.7.4