* alpha-opc.c (unop): Encode with RB as $sp.

This commit is contained in:
Richard Henderson 2001-12-18 00:23:00 +00:00
parent 66ce524609
commit c2274b2767
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-17 Richard Henderson <rth@redhat.com>
* alpha-opc.c (unop): Encode with RB as $sp.
2001-12-07 Geoffrey Keating <geoffk@redhat.com>
* Makefile.am: Add support for xstormy16.

View File

@ -542,7 +542,8 @@ const struct alpha_opcode alpha_opcodes[] = {
{ "lda", MEM(0x08), BASE, ARG_MEM },
{ "ldah", MEM(0x09), BASE, ARG_MEM },
{ "ldbu", MEM(0x0A), BWX, ARG_MEM },
{ "unop", MEM(0x0B), BASE, { ZA } }, /* pseudo */
{ "unop", MEM_(0x0B) | (30 << 16),
MEM_MASK, BASE, { ZA } }, /* pseudo */
{ "ldq_u", MEM(0x0B), BASE, ARG_MEM },
{ "ldwu", MEM(0x0C), BWX, ARG_MEM },
{ "stw", MEM(0x0D), BWX, ARG_MEM },