Skip to content

Commit

Permalink
Merge pull request #3722 from alyssarosenzweig/instcountci/disable-afp
Browse files Browse the repository at this point in the history
InstCountCI: explicitly disable AFP everywhere
  • Loading branch information
lioncash authored Jun 18, 2024
2 parents 13ebfb1 + 27c8bf3 commit 7c7d767
Show file tree
Hide file tree
Showing 27 changed files with 43 additions and 15 deletions.
1 change: 1 addition & 0 deletions unittests/InstructionCountCI/Atomics.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"DisabledHostFeatures": [
"SVE128",
"SVE256",
"AFP",
"FLAGM",
"FLAGM2"
]
Expand Down
1 change: 1 addition & 0 deletions unittests/InstructionCountCI/DDD.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"DisabledHostFeatures": [
"SVE128",
"SVE256",
"AFP",
"RPRES"
]
},
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/FlagM/Atomics.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
],
"DisabledHostFeatures": [
"SVE128",
"SVE256"
"SVE256",
"AFP"
]
},
"Instructions": {
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/FlagM/FlagOpts.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
],
"DisabledHostFeatures": [
"SVE128",
"SVE256"
"SVE256",
"AFP"
]
},
"Instructions": {
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/FlagM/H0F38.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
],
"DisabledHostFeatures": [
"SVE128",
"SVE256"
"SVE256",
"AFP"
]
},
"Instructions": {
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/FlagM/HotBlocks_32Bit.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
],
"DisabledHostFeatures": [
"SVE128",
"SVE256"
"SVE256",
"AFP"
]
},
"Instructions": {
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/FlagM/Primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
],
"DisabledHostFeatures": [
"SVE128",
"SVE256"
"SVE256",
"AFP"
]
},
"Instructions": {
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/FlagM/PrimaryGroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
],
"DisabledHostFeatures": [
"SVE128",
"SVE256"
"SVE256",
"AFP"
]
},
"Instructions": {
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/FlagM/Primary_32Bit.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
],
"DisabledHostFeatures": [
"SVE128",
"SVE256"
"SVE256",
"AFP"
]
},
"Instructions": {
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/FlagM/SecondaryGroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
],
"DisabledHostFeatures": [
"SVE128",
"SVE256"
"SVE256",
"AFP"
]
},
"Instructions": {
Expand Down
1 change: 1 addition & 0 deletions unittests/InstructionCountCI/FlagM/Secondary_OpSize.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"DisabledHostFeatures": [
"SVE128",
"SVE256",
"AFP",
"FCMA"
]
},
Expand Down
4 changes: 3 additions & 1 deletion unittests/InstructionCountCI/FlagM/VEX_map_group.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"FLAGM",
"FLAGM2"
],
"DisabledHostFeatures": []
"DisabledHostFeatures": [
"AFP"
]
},
"Instructions": {
"blsr eax, ebx": {
Expand Down
1 change: 1 addition & 0 deletions unittests/InstructionCountCI/H0F38.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"DisabledHostFeatures": [
"SVE128",
"SVE256",
"AFP",
"FLAGM",
"FLAGM2",
"CRYPTO"
Expand Down
1 change: 1 addition & 0 deletions unittests/InstructionCountCI/Primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"DisabledHostFeatures": [
"SVE128",
"SVE256",
"AFP",
"FLAGM",
"FLAGM2"
]
Expand Down
1 change: 1 addition & 0 deletions unittests/InstructionCountCI/PrimaryGroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"DisabledHostFeatures": [
"SVE128",
"SVE256",
"AFP",
"FLAGM",
"FLAGM2"
]
Expand Down
1 change: 1 addition & 0 deletions unittests/InstructionCountCI/Primary_32Bit.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"DisabledHostFeatures": [
"SVE128",
"SVE256",
"AFP",
"FlagM",
"FlagM2"
]
Expand Down
1 change: 1 addition & 0 deletions unittests/InstructionCountCI/SSE42_Strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"DisabledHostFeatures": [
"SVE128",
"SVE256",
"AFP",
"FLAGM",
"FLAGM2",
"CRYPTO"
Expand Down
1 change: 1 addition & 0 deletions unittests/InstructionCountCI/SecondaryGroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"DisabledHostFeatures": [
"SVE128",
"SVE256",
"AFP",
"FLAGM",
"FLAGM2"
]
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/Secondary_32Bit.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"EnabledHostFeatures": [],
"DisabledHostFeatures": [
"SVE128",
"SVE256"
"SVE256",
"AFP"
]
},
"Instructions": {
Expand Down
1 change: 1 addition & 0 deletions unittests/InstructionCountCI/Secondary_OpSize.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"DisabledHostFeatures": [
"SVE128",
"SVE256",
"AFP",
"FCMA",
"FLAGM",
"FLAGM2"
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/Secondary_OpSize_FCMA.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
],
"DisabledHostFeatures": [
"SVE128",
"SVE256"
"SVE256",
"AFP"
]
},
"Instructions": {
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/Secondary_OpSize_SVE128.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"SVE128"
],
"DisabledHostFeatures": [
"SVE256"
"SVE256",
"AFP"
]
},
"Instructions": {
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/Secondary_OpSize_SVE256.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"Bitness": 64,
"EnabledHostFeatures": [
"SVE128",
"SVE256"
"SVE256",
"AFP"
],
"DisabledHostFeatures": []
},
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/Secondary_REPNE_FCMA.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
],
"DisabledHostFeatures": [
"SVE128",
"SVE256"
"SVE256",
"AFP"
]
},
"Instructions": {
Expand Down
3 changes: 2 additions & 1 deletion unittests/InstructionCountCI/Secondary_SVE128.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"SVE128"
],
"DisabledHostFeatures": [
"SVE256"
"SVE256",
"AFP"
]
},
"Instructions": {
Expand Down
1 change: 1 addition & 0 deletions unittests/InstructionCountCI/VEX_map1_FCMA.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"EnabledHostFeatures": [
"SVE128",
"SVE256",
"AFP",
"FCMA"
],
"DisabledHostFeatures": []
Expand Down
1 change: 1 addition & 0 deletions unittests/InstructionCountCI/VEX_map_group.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"SVE256"
],
"DisabledHostFeatures": [
"AFP",
"FLAGM",
"FLAGM2"
]
Expand Down

0 comments on commit 7c7d767

Please sign in to comment.