diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-11-20 21:08:05 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-11-20 21:08:05 +0000 |
commit | b6f783b77374dbbf47be6130a2177221effaf858 (patch) | |
tree | 103d27e23392892ea1dba396e9c0970c75cf417d /gas/config | |
parent | b19865132f9d8c15de82acdb5b3c89951da2eba7 (diff) | |
download | gdb-b6f783b77374dbbf47be6130a2177221effaf858.zip gdb-b6f783b77374dbbf47be6130a2177221effaf858.tar.gz gdb-b6f783b77374dbbf47be6130a2177221effaf858.tar.bz2 |
one-operand versions of jmp, jsr
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/alpha-opcode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/alpha-opcode.h b/gas/config/alpha-opcode.h index c2e562e..7c4a2d6 100644 --- a/gas/config/alpha-opcode.h +++ b/gas/config/alpha-opcode.h @@ -191,9 +191,13 @@ static const struct alpha_opcode alpha_opcodes[] = { "jmp", 0x68000000, 0, "1,(2),i" }, /* 6o+5a+5b+2A+14d */ { "jmp", 0x68000000, 0, "1,(2)" }, { "jmp", 0x68000000, 0, "1,Bc" }, +{ "jmp", 0x6be00000, 0, "(2)" }, +{ "jmp", 0x6be00000, 0, "Bc" }, { "jsr", 0x68004000, 0, "1,(2),i" }, { "jsr", 0x68004000, 0, "1,(2)" }, { "jsr", 0x68004000, 0, "1,Bc" }, /* macro: lda $pv,L;jsr .. */ +{ "jsr", 0x6b404000, 0, "(2)" }, +{ "jsr", 0x6b404000, 0, "Bc" }, { "ret", 0x68008000, 0, "1,(2),i" }, { "ret", 0x68008000, 0, "1,(2)" }, { "ret", 0x6bfa8000, 0, "" }, /* macro: ret zero,(ra) */ |