Add lgh instruction.
authorNick Clifton <nickc@redhat.com>
Tue, 12 Jun 2001 11:50:53 +0000 (11:50 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 12 Jun 2001 11:50:53 +0000 (11:50 +0000)
opcodes/ChangeLog
opcodes/s390-opc.c
opcodes/s390-opc.txt

index 5789227187cc96087cc7637742a2fd00085fedea..b32274dfad94bd8deb16eb5a771c932c72e25616 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-12  Martin Schwidefsky <schwidefsky@de.ibm.com>
+
+       * s390-opc.c: Add lgh instruction.
+       * s390-opc.txt: Likewise.
+
 2001-06-11  Alan Modra  <amodra@bigpond.net.au>
 
        * i386-dis.c: Group function prototypes in one place.
index 1633cff9a39fc23a700de9e34f12d1b690844067..52aa617307433c4e56c6322ecf7d2ebb508ecd42 100644 (file)
@@ -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},
index 71124d0bad3f1ac62a95309af68cee2252ce743b..746907b3616c39b9989586cb280a38300ee9ebfc 100644 (file)
@@ -452,6 +452,7 @@ e30000000081 og RXE "or 64" esame
 e30000000082 xg RXE "exclusive or 64" esame
 e30000000004 lg RXE "load 64" esame
 e30000000014 lgf RXE "load 64<32" esame
+e30000000015 lgh RXE "load halfword 64" esame
 e30000000020 cg RXE "compare 64" esame
 e30000000030 cgf RXE "compare 64<32" esame
 e30000000008 ag RXE "add 64" esame
This page took 0.028326 seconds and 4 git commands to generate.