* hppa.h (pa_opcodes): Handle PA2.0 "bve" instructions.
authorJeff Law <law@redhat.com>
Sun, 19 Sep 1999 17:39:17 +0000 (17:39 +0000)
committerJeff Law <law@redhat.com>
Sun, 19 Sep 1999 17:39:17 +0000 (17:39 +0000)
include/opcode/ChangeLog
include/opcode/hppa.h

index 407b14fa70772325828114d3a200fe448067d136..df778e767a5613c7c69818ac71ecc8eb274f0fd4 100644 (file)
@@ -1,5 +1,7 @@
 Sun Sep 19 10:40:59 1999  Jeffrey A Law  (law@cygnus.com)
 
+       * hppa.h (pa_opcodes): Handle PA2.0 "bve" instructions.
+
        * hppa.h (pa_opcodes): Add new syntax "be" instructions.
 
        * hppa.h (pa_opcodes): Note use of 'M' and 'L'.
index c4c2ed0c7f3d9d98dbefcbbf2bf48f4f90215724..21cf0a120c967afba150c206b136ef1e99c2bee2 100644 (file)
@@ -71,7 +71,7 @@ struct pa_opcode
    In the args field, the following characters are unused:
 
        '  "#  &     -  /   34 6789:;< > @'
-       ' BC      JK            XY [\]  '
+       '  C      JK            XY [\]  '
        '   de  h    m           y { } '
 
    Here are all the characters:
@@ -145,6 +145,7 @@ Also these:
    l   ,l completer for new syntax branch
    M    ,push completer for new syntax branch
    L    ,%r2 completer for new syntax branch
+   B    ,pop completer for new syntax branch
 
 Completer operands all have 'c' as the prefix:
 
@@ -369,6 +370,10 @@ static const struct pa_opcode pa_opcodes[] =
 { "blr",       0xe8004000, 0xfc00e001, "nx,b", pa10},
 { "bv",                0xe800c000, 0xfc00fffd, "nx(b)", pa10},
 { "bv",                0xe800c000, 0xfc00fffd, "n(b)", pa10},
+{ "bve",       0xe800f000, 0xfc00fffe, "ln(b)L", pa20, FLAG_STRICT},
+{ "bve",       0xe800f001, 0xfc00fffe, "lMn(b)L", pa20, FLAG_STRICT},
+{ "bve",       0xe800f001, 0xfc00fffe, "Bn(b)", pa20, FLAG_STRICT},
+{ "bve",       0xe800d000, 0xfc00fffe, "n(b)", pa20, FLAG_STRICT},
 { "be",                0xe4000000, 0xfc000000, "lnz(S,b)", pa10, FLAG_STRICT},
 { "be",                0xe0000000, 0xfc000000, "nz(S,b)", pa10, FLAG_STRICT},
 { "be",                0xe0000000, 0xfc000000, "nz(S,b)", pa10},