summaryrefslogtreecommitdiff
path: root/utils/deriveConstants
diff options
context:
space:
mode:
authorGeoffrey Mainland <gmainlan@microsoft.com>2013-02-14 23:28:39 +0000
committerGeoffrey Mainland <gmainlan@microsoft.com>2013-09-22 22:33:59 -0400
commit0b561f17f158ebd7bba841a3cf6ef602b55e7c61 (patch)
tree1e283bf675a53598fb1a169d89bd63c21333c854 /utils/deriveConstants
parentf8c51678b0e60aad8ee1e4c57af746fa792a3546 (diff)
downloadhaskell-0b561f17f158ebd7bba841a3cf6ef602b55e7c61.tar.gz
Pass 256-bit-wide vectors in registers.
Diffstat (limited to 'utils/deriveConstants')
-rw-r--r--utils/deriveConstants/DeriveConstants.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/deriveConstants/DeriveConstants.hs b/utils/deriveConstants/DeriveConstants.hs
index 48990061cc..29b059c873 100644
--- a/utils/deriveConstants/DeriveConstants.hs
+++ b/utils/deriveConstants/DeriveConstants.hs
@@ -313,6 +313,12 @@ wanteds = concat
,fieldOffset Both "StgRegTable" "rXMM4"
,fieldOffset Both "StgRegTable" "rXMM5"
,fieldOffset Both "StgRegTable" "rXMM6"
+ ,fieldOffset Both "StgRegTable" "rYMM1"
+ ,fieldOffset Both "StgRegTable" "rYMM2"
+ ,fieldOffset Both "StgRegTable" "rYMM3"
+ ,fieldOffset Both "StgRegTable" "rYMM4"
+ ,fieldOffset Both "StgRegTable" "rYMM5"
+ ,fieldOffset Both "StgRegTable" "rYMM6"
,fieldOffset Both "StgRegTable" "rL1"
,fieldOffset Both "StgRegTable" "rSp"
,fieldOffset Both "StgRegTable" "rSpLim"