summaryrefslogtreecommitdiff
path: root/opcodes/s390-opc.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-06-12 11:50:53 +0000
committerNick Clifton <nickc@redhat.com>2001-06-12 11:50:53 +0000
commitc51da5b560fd2390df14bc7a083b6b79a76f21c0 (patch)
treee9f242d408a7ced8b23155d726a69cf6df28b654 /opcodes/s390-opc.c
parent2336e23cfdb208c631fbde18e5757726ea603001 (diff)
downloadgdb-c51da5b560fd2390df14bc7a083b6b79a76f21c0.tar.gz
Add lgh instruction.
Diffstat (limited to 'opcodes/s390-opc.c')
-rw-r--r--opcodes/s390-opc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/s390-opc.c b/opcodes/s390-opc.c
index 1633cff9a39..52aa6173074 100644
--- a/opcodes/s390-opc.c
+++ b/opcodes/s390-opc.c
@@ -470,6 +470,7 @@ const struct s390_opcode s390_opcodes[] =
{ "agf", OP48(0xe30000000018LL), MASK_RXE, INSTR_RXE, 2},
{ "llgt", OP48(0xe30000000017LL), MASK_RXE, INSTR_RXE, 2},
{ "llgf", OP48(0xe30000000016LL), MASK_RXE, INSTR_RXE, 2},
+ { "lgh", OP48(0xe30000000015LL), MASK_RXE, INSTR_RXE, 2},
{ "lgf", OP48(0xe30000000014LL), MASK_RXE, INSTR_RXE, 2},
{ "lrvg", OP48(0xe3000000000fLL), MASK_RXE, INSTR_RXE, 2},
{ "cvbg", OP48(0xe3000000000eLL), MASK_RXE, INSTR_RXE, 2},