Skip to content

Commit

Permalink
InstCountCI: Update
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Rosenzweig <[email protected]>
  • Loading branch information
alyssarosenzweig committed Aug 28, 2024
1 parent 00e4fe3 commit 6b85464
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 88 deletions.
16 changes: 8 additions & 8 deletions unittests/InstructionCountCI/AVX128/VEX_map1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2891,8 +2891,8 @@
"fcmp s16, s17",
"mov w27, #0x0",
"cset w26, vc",
"csetm x20, eq",
"ccmn x26, x20, #nzCv, le"
"csetm x0, eq",
"ccmn x26, x0, #nzCv, le"
]
},
"vucomisd xmm0, xmm1": {
Expand All @@ -2904,8 +2904,8 @@
"fcmp d16, d17",
"mov w27, #0x0",
"cset w26, vc",
"csetm x20, eq",
"ccmn x26, x20, #nzCv, le"
"csetm x0, eq",
"ccmn x26, x0, #nzCv, le"
]
},
"vcomiss xmm0, xmm1": {
Expand All @@ -2917,8 +2917,8 @@
"fcmp s16, s17",
"mov w27, #0x0",
"cset w26, vc",
"csetm x20, eq",
"ccmn x26, x20, #nzCv, le"
"csetm x0, eq",
"ccmn x26, x0, #nzCv, le"
]
},
"vcomisd xmm0, xmm1": {
Expand All @@ -2930,8 +2930,8 @@
"fcmp d16, d17",
"mov w27, #0x0",
"cset w26, vc",
"csetm x20, eq",
"ccmn x26, x20, #nzCv, le"
"csetm x0, eq",
"ccmn x26, x0, #nzCv, le"
]
},
"vaddps xmm0, xmm1, xmm2": {
Expand Down
8 changes: 4 additions & 4 deletions unittests/InstructionCountCI/Secondary.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@
"fcmp s16, s17",
"mov w27, #0x0",
"cset w26, vc",
"csetm x20, eq",
"ccmn x26, x20, #nzCv, le"
"csetm x0, eq",
"ccmn x26, x0, #nzCv, le"
]
},
"comiss xmm0, xmm1": {
Expand All @@ -221,8 +221,8 @@
"fcmp s16, s17",
"mov w27, #0x0",
"cset w26, vc",
"csetm x20, eq",
"ccmn x26, x20, #nzCv, le"
"csetm x0, eq",
"ccmn x26, x0, #nzCv, le"
]
},
"rdtsc": {
Expand Down
8 changes: 4 additions & 4 deletions unittests/InstructionCountCI/Secondary_OpSize.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
"fcmp d16, d17",
"mov w27, #0x0",
"cset w26, vc",
"csetm x20, eq",
"ccmn x26, x20, #nzCv, le"
"csetm x0, eq",
"ccmn x26, x0, #nzCv, le"
]
},
"comisd xmm0, xmm1": {
Expand All @@ -159,8 +159,8 @@
"fcmp d16, d17",
"mov w27, #0x0",
"cset w26, vc",
"csetm x20, eq",
"ccmn x26, x20, #nzCv, le"
"csetm x0, eq",
"ccmn x26, x0, #nzCv, le"
]
},
"movmskpd eax, xmm0": {
Expand Down
16 changes: 8 additions & 8 deletions unittests/InstructionCountCI/VEX_map1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3361,8 +3361,8 @@
"fcmp s16, s17",
"mov w27, #0x0",
"cset w26, vc",
"csetm x20, eq",
"ccmn x26, x20, #nzCv, le"
"csetm x0, eq",
"ccmn x26, x0, #nzCv, le"
]
},
"vucomisd xmm0, xmm1": {
Expand All @@ -3374,8 +3374,8 @@
"fcmp d16, d17",
"mov w27, #0x0",
"cset w26, vc",
"csetm x20, eq",
"ccmn x26, x20, #nzCv, le"
"csetm x0, eq",
"ccmn x26, x0, #nzCv, le"
]
},
"vcomiss xmm0, xmm1": {
Expand All @@ -3387,8 +3387,8 @@
"fcmp s16, s17",
"mov w27, #0x0",
"cset w26, vc",
"csetm x20, eq",
"ccmn x26, x20, #nzCv, le"
"csetm x0, eq",
"ccmn x26, x0, #nzCv, le"
]
},
"vcomisd xmm0, xmm1": {
Expand All @@ -3400,8 +3400,8 @@
"fcmp d16, d17",
"mov w27, #0x0",
"cset w26, vc",
"csetm x20, eq",
"ccmn x26, x20, #nzCv, le"
"csetm x0, eq",
"ccmn x26, x0, #nzCv, le"
]
},
"vaddps xmm0, xmm1, xmm2": {
Expand Down
Loading

0 comments on commit 6b85464

Please sign in to comment.