]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
s390: Add thunk layout documentation for S390_CC_OP_DFP_RESULT_64.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 20 Dec 2012 14:31:19 +0000 (14:31 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 20 Dec 2012 14:31:19 +0000 (14:31 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2600

VEX/priv/guest_s390_defs.h

index ebb6cbe5f7b4a719debb77d78284a7dc1c19f641..e73190772ee3f86ffa701f9da837943b517d9c2f 100644 (file)
@@ -148,6 +148,7 @@ enum {
    Z -- value is zero extended to 32 / 64 bit
    S -- value is sign extended to 32 / 64 bit
    F -- a binary floating point value
+   D -- a decimal floating point value
 
    +--------------------------------+-----------------------+----------------------+-----------------+
    | op                             |   cc_dep1             |   cc_dep2            |   cc_ndep       |
@@ -194,6 +195,7 @@ enum {
    | S390_CC_OP_BFP_32_TO_UINT_64   | F source              | Z rounding mode      |                 |
    | S390_CC_OP_BFP_64_TO_UINT_64   | F source              | Z rounding mode      |                 |
    | S390_CC_OP_BFP_128_TO_UINT_64  | F source hi 64 bits   | F source low 64 bits | Z rounding mode |
+   | S390_CC_OP_DFP_RESULT_64       | D result              |                      |                 |
    +--------------------------------+-----------------------+----------------------+-----------------+
 */