Skip to content

Commit

Permalink
InstcountCI: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonicadvance1 committed May 10, 2024
1 parent d19b57a commit 3da3183
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions unittests/InstructionCountCI/FlagM/SecondaryModRM.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"str w0, [x28, #728]",
"str x8, [x28, #40]",
"mov w0, #0x100",
"str x0, [x28, #1056]",
"str x0, [x28, #1048]",
"sub sp, sp, #0x10 (16)",
"mov w8, #0xa8",
"mov x0, sp",
Expand All @@ -96,7 +96,7 @@
"ldr w8, [x28, #728]",
"msr nzcv, x8",
"ldr x8, [x28, #40]",
"str xzr, [x28, #1056]",
"str xzr, [x28, #1048]",
"orr x5, x0, x1, lsl #12"
]
}
Expand Down
8 changes: 4 additions & 4 deletions unittests/InstructionCountCI/SecondaryGroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@
"str w0, [x28, #728]",
"str x8, [x28, #40]",
"mov w0, #0x100",
"str x0, [x28, #1056]",
"str x0, [x28, #1048]",
"sub sp, sp, #0x10 (16)",
"mov w8, #0xa8",
"mov x0, sp",
Expand All @@ -938,7 +938,7 @@
"ldr w8, [x28, #728]",
"msr nzcv, x8",
"ldr x8, [x28, #40]",
"str xzr, [x28, #1056]",
"str xzr, [x28, #1048]",
"orr x20, x0, x1, lsl #12",
"mov w4, w20"
]
Expand All @@ -951,7 +951,7 @@
"str w0, [x28, #728]",
"str x8, [x28, #40]",
"mov w0, #0x100",
"str x0, [x28, #1056]",
"str x0, [x28, #1048]",
"sub sp, sp, #0x10 (16)",
"mov w8, #0xa8",
"mov x0, sp",
Expand All @@ -962,7 +962,7 @@
"ldr w8, [x28, #728]",
"msr nzcv, x8",
"ldr x8, [x28, #40]",
"str xzr, [x28, #1056]",
"str xzr, [x28, #1048]",
"orr x20, x0, x1, lsl #12",
"mov w4, w20"
]
Expand Down
4 changes: 2 additions & 2 deletions unittests/InstructionCountCI/SecondaryModRM.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"str w0, [x28, #728]",
"str x8, [x28, #40]",
"mov w0, #0x100",
"str x0, [x28, #1056]",
"str x0, [x28, #1048]",
"sub sp, sp, #0x10 (16)",
"mov w8, #0xa8",
"mov x0, sp",
Expand All @@ -96,7 +96,7 @@
"ldr w8, [x28, #728]",
"msr nzcv, x8",
"ldr x8, [x28, #40]",
"str xzr, [x28, #1056]",
"str xzr, [x28, #1048]",
"orr x5, x0, x1, lsl #12"
]
},
Expand Down

0 comments on commit 3da3183

Please sign in to comment.