diff options
author | Geoffrey Mainland <gmainlan@microsoft.com> | 2013-02-14 23:28:39 +0000 |
---|---|---|
committer | Geoffrey Mainland <gmainlan@microsoft.com> | 2013-09-22 22:33:59 -0400 |
commit | 0b561f17f158ebd7bba841a3cf6ef602b55e7c61 (patch) | |
tree | 1e283bf675a53598fb1a169d89bd63c21333c854 /utils | |
parent | f8c51678b0e60aad8ee1e4c57af746fa792a3546 (diff) | |
download | haskell-0b561f17f158ebd7bba841a3cf6ef602b55e7c61.tar.gz |
Pass 256-bit-wide vectors in registers.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/deriveConstants/DeriveConstants.hs | 6 |
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" |