Skip to content

Commit

Permalink
recreate tests. tweak CLWB test for ICE_LAKE_SERVER
Browse files Browse the repository at this point in the history
(cherry picked from commit be8b2586a46f49231a302f259d49fd29fdc99c91)
  • Loading branch information
mjcharne authored and markcharney committed Nov 3, 2020
1 parent aaf03af commit 2f23827
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions tests/bulk-tests/new-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ DEC ENC ; BUILDDIR/xed -de 62 00
DEC ENC ; BUILDDIR/xed -de 66 62 00
# tag these tests with AVX512X because the chips mentioned currently
# only come with AVX512 configurations
DEC AVX512X ; BUILDDIR/xed -chip-check SKYLAKE_SERVER -d 66 0fae 30
DEC AVX512X ; BUILDDIR/xed -chip-check CANNONLAKE -d 66 0fae 30
DEC AVX512X ; BUILDDIR/xed -chip-check ICELAKE -d 66 0fae 30
DEC ; BUILDDIR/xed -chip-check SKYLAKE_SERVER -d 66 0fae 30
DEC ; BUILDDIR/xed -chip-check CANNONLAKE -d 66 0fae 30
DEC ; BUILDDIR/xed -chip-check ICE_LAKE_SERVER -d 66 0fae 30
DEC ; BUILDDIR/xed -d 0f1c00
DEC ; BUILDDIR/xed -set CLDEMOTE 1 -d 0f1c00
DEC ; BUILDDIR/xed -chip-check TREMONT -d 0f1c00
Expand Down
2 changes: 1 addition & 1 deletion tests/tests-base/test-00010/stdout.reference
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#XED version: [internal-11.0.1-155-gdac1a30a]
#XED version: [internal-11.0.1-164-g536cca9e]
488B05411D1100
MOV MOV_GPRv_MEMv DISP_WIDTH:32, EASZ:3, EOSZ:3, HAS_MODRM:1, LZCNT, MAX_BYTES:7, MEM0:ptr [RIP+0x111d41], MODE:2, MODRM_BYTE:5, NEED_MEMDISP:32, NOMINAL_OPCODE:139, NPREFIXES:1, NREXES:1, OUTREG:RAX, P4, POS_DISP:3, POS_MODRM:2, POS_NOMINAL_OPCODE:1, REG0:RAX, REX, REXW, RM:5, SMODE:2, SRM:3, TZCNT, USING_DEFAULT_SEGMENT0
0 REG0/W/V/EXPLICIT/NT_LOOKUP_FN/GPRV_R
Expand Down
2 changes: 1 addition & 1 deletion tests/tests-base/test-00105/stdout.reference
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Initializing XED tables...
Done initialing XED tables.
#XED version: [internal-11.0.1-155-gdac1a30a]
#XED version: [internal-11.0.1-164-g536cca9e]
0FA0
PUSH PUSH_FS EASZ:2, EOSZ:2, LZCNT, MAP:1, MAX_BYTES:2, MEM0:ptr SS[ESP], MODE:1, NOMINAL_OPCODE:160, OUTREG:SS, P4, POS_NOMINAL_OPCODE:1, REG0:FS, REG1:STACKPUSH, SMODE:1, TZCNT, USING_DEFAULT_SEGMENT0
0 REG0/R/W/IMPLICIT/REG/FS
Expand Down
2 changes: 1 addition & 1 deletion tests/tests-base/test-00106/stdout.reference
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Initializing XED tables...
Done initialing XED tables.
#XED version: [internal-11.0.1-155-gdac1a30a]
#XED version: [internal-11.0.1-164-g536cca9e]
0FA0
PUSH PUSH_FS DF64, EASZ:3, EOSZ:3, LZCNT, MAP:1, MAX_BYTES:2, MEM0:ptr [RSP], MODE:2, NOMINAL_OPCODE:160, P4, POS_NOMINAL_OPCODE:1, REG0:FS, REG1:STACKPUSH, SMODE:2, TZCNT, USING_DEFAULT_SEGMENT0
0 REG0/R/W/IMPLICIT/REG/FS
Expand Down
2 changes: 1 addition & 1 deletion tests/tests-base/test-00517/codes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEC AVX512X
DEC
2 changes: 1 addition & 1 deletion tests/tests-base/test-00518/codes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEC AVX512X
DEC
2 changes: 1 addition & 1 deletion tests/tests-base/test-00519/cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BUILDDIR/xed -chip-check ICELAKE -d 66 0fae 30
BUILDDIR/xed -chip-check ICE_LAKE_SERVER -d 66 0fae 30
2 changes: 1 addition & 1 deletion tests/tests-base/test-00519/codes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEC AVX512X
DEC
2 changes: 1 addition & 1 deletion tests/tests-base/test-00519/stdout.reference
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Setting chip to ICELAKE
Setting chip to ICE_LAKE_SERVER
660FAE30
ICLASS: CLWB
CATEGORY: CLWB
Expand Down

0 comments on commit 2f23827

Please sign in to comment.