Skip to content

Commit f4dc7f3

Browse files
committed
instcountci: Implement x87 invalid operation bit on F64 mode
1 parent f2144db commit f4dc7f3

9 files changed

Lines changed: 33986 additions & 566 deletions

File tree

unittests/InstructionCountCI/FlagM/x87.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4746,12 +4746,15 @@
47464746
]
47474747
},
47484748
"fnclex": {
4749-
"ExpectedInstructionCount": 1,
4749+
"ExpectedInstructionCount": 4,
47504750
"Comment": [
47514751
"0xdb 11b 0xe2 /4"
47524752
],
47534753
"ExpectedArm64ASM": [
4754-
"strb wzr, [x28, #1008]"
4754+
"strb wzr, [x28, #1008]",
4755+
"mrs x20, S3_3_c4_c4_1",
4756+
"and x20, x20, #0xfffffffffffffffe",
4757+
"msr S3_3_c4_c4_1, x20"
47554758
]
47564759
},
47574760
"fninit": {

0 commit comments

Comments
 (0)