diff options
author | Jeff Law <law@redhat.com> | 1999-09-19 16:41:51 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-19 16:41:51 +0000 |
commit | 4969046449af681611f8f58caa9e6c7cab1fba22 (patch) | |
tree | 0bdae9d5a7c416958e6e2c13e72215149764176b /include/opcode/hppa.h | |
parent | 5566981684a33afd49772c4ab92189e9f88be422 (diff) | |
download | cygnal-4969046449af681611f8f58caa9e6c7cab1fba22.tar.gz cygnal-4969046449af681611f8f58caa9e6c7cab1fba22.tar.bz2 cygnal-4969046449af681611f8f58caa9e6c7cab1fba22.zip |
* hppa.h (pa_opcodes): Add support for "b,gate".
Diffstat (limited to 'include/opcode/hppa.h')
-rw-r--r-- | include/opcode/hppa.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index c23f3956f..473c69a62 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -72,7 +72,7 @@ struct pa_opcode ' "# & - / 34 6789:;< > @' ' BC JKLM XY [\] ' - ' de gh lm y { } ' + ' de h lm y { } ' Here are all the characters: @@ -141,6 +141,7 @@ Also these: the bb instruction. It's the same as r above, except the value is in a different location) Z %r1 -- implicit target of addil instruction. + g ,gate completer for new syntax branch Completer operands all have 'c' as the prefix: @@ -241,8 +242,7 @@ static const struct pa_opcode pa_opcodes[] = { -/* pseudo-instructions */ - +{ "b", 0xe8002000, 0xfc00e000, "gnW,b", pa10, FLAG_STRICT}, { "b", 0xe8000000, 0xffe0e000, "nW", pa10}, /* bl foo,r0 */ { "ldi", 0x34000000, 0xffe0c000, "j,x", pa10}, /* ldo val(r0),r */ { "comib", 0x84000000, 0xfc000000, "?nn5,b,w", pa10}, /* comib{tf}*/ |