From: Florian Krohm Date: Thu, 20 Dec 2012 14:31:19 +0000 (+0000) Subject: s390: Add thunk layout documentation for S390_CC_OP_DFP_RESULT_64. X-Git-Tag: svn/VALGRIND_3_9_0^2~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a960ce369beb0e79adf086c602b2a8714d85eb5a;p=thirdparty%2Fvalgrind.git s390: Add thunk layout documentation for S390_CC_OP_DFP_RESULT_64. git-svn-id: svn://svn.valgrind.org/vex/trunk@2600 --- diff --git a/VEX/priv/guest_s390_defs.h b/VEX/priv/guest_s390_defs.h index ebb6cbe5f7..e73190772e 100644 --- a/VEX/priv/guest_s390_defs.h +++ b/VEX/priv/guest_s390_defs.h @@ -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 | | | +--------------------------------+-----------------------+----------------------+-----------------+ */