diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2010-10-28 07:37:45 +0000 |
---|---|---|
committer | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2010-10-28 07:37:45 +0000 |
commit | be7a250d1ad5e113f55e22ec0a70478c65166967 (patch) | |
tree | 5c8b4eea1861d1b4bf096e1b8784f05cdb794124 /opcodes | |
parent | 24898b7032d87189fb709337d3806d629cf0a344 (diff) | |
download | gdb-be7a250d1ad5e113f55e22ec0a70478c65166967.zip gdb-be7a250d1ad5e113f55e22ec0a70478c65166967.tar.gz gdb-be7a250d1ad5e113f55e22ec0a70478c65166967.tar.bz2 |
2010-10-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/tc-s390.c (md_begin): Only add to hash table if cpu and
mode mask fit.
2010-10-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* s390-opc.txt: cfxr, cfdr and cfer z900 -> g5.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/s390-opc.txt | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e8d2a72..a39d8be 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2010-10-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> + + * s390-opc.txt: cfxr, cfdr and cfer z900 -> g5. + 2010-10-25 Chao-ying Fu <fu@mips.com> * mips-opc.c (madd, maddu, msub, msubu, mult, multu): Change D33 to D32. diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt index e9b6ffc..4aa0da7 100644 --- a/opcodes/s390-opc.txt +++ b/opcodes/s390-opc.txt @@ -555,9 +555,9 @@ b369 cxr RRE_FF "compare extended hfp" g5 esa,zarch b3b6 cxfr RRE_FR "convert from fixed 32 to extended hfp" g5 esa,zarch b3b5 cdfr RRE_FR "convert from fixed 32 to long hfp" g5 esa,zarch b3b4 cefr RRE_FR "convert from fixed 32 to short hfp" g5 esa,zarch -b3ba cfxr RRF_U0RF "convert to fixed extended hfp to 32" z900 esa,zarch -b3b9 cfdr RRF_U0RF "convert to fixed long hfp to 32" z900 esa,zarch -b3b8 cfer RRF_U0RF "convert to fixed short hfp to 32" z900 esa,zarch +b3ba cfxr RRF_U0RF "convert to fixed extended hfp to 32" g5 esa,zarch +b3b9 cfdr RRF_U0RF "convert to fixed long hfp to 32" g5 esa,zarch +b3b8 cfer RRF_U0RF "convert to fixed short hfp to 32" g5 esa,zarch b362 ltxr RRE_FF "load and test extended hfp" g5 esa,zarch b363 lcxr RRE_FF "load complement extended hfp" g5 esa,zarch b367 fixr RRE_FF "load fp integer extended hfp" g5 esa,zarch |