This commit is contained in:
Doug Evans 1998-11-19 01:58:46 +00:00
parent d931bc92b7
commit 911701b78c
1 changed files with 9 additions and 0 deletions

View File

@ -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