Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-07 23:46:47 +0400
committerJeff Law <law@redhat.com>1999-09-07 23:46:47 +0400
commit6338a22379bb9b7793ec61eba84618f6dbea00b0 (patch)
tree4525881ba4602bf7b7871b33802f3eb71b069526 /include/opcode/hppa.h
parent4809740b1b7a1aeb77d7bc2447e346ede20556f1 (diff)
* hppa.h (pa_opcodes): Add "addil" variant which has the %r1 as
an explicit output argument.
Diffstat (limited to 'include/opcode/hppa.h')
-rw-r--r--include/opcode/hppa.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index ad666932d..e80c51342 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -71,7 +71,7 @@ struct pa_opcode
In the args field, the following characters are unused:
' "# & - / 34 6789:;< > @'
- ' BC JKLM XYZ[\] '
+ ' BC JKLM XY [\] '
' de gh lm y { } '
Here are all the characters:
@@ -140,6 +140,7 @@ Also these:
Q 5 bit immediate value at 10 (a bit position specified in
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.
Completer operands all have 'c' as the prefix:
@@ -354,6 +355,7 @@ static const struct pa_opcode pa_opcodes[] =
/* Immediate instructions. */
{ "ldo", 0x34000000, 0xfc00c000, "j(b),x", pa10},
{ "ldil", 0x20000000, 0xfc000000, "k,b", pa10},
+{ "addil", 0x28000000, 0xfc000000, "k,b,Z", pa10},
{ "addil", 0x28000000, 0xfc000000, "k,b", pa10},
/* Branching instructions. */