mirror of
https://github.com/RPCSX/xed.git
synced 2024-11-23 11:39:40 +00:00
add fsbase tests
Change-Id: I762336c8e8f5bea74cf368dcd7aad8046d88a5cc (cherry picked from commit 292628d3bbef2be9e998a4bd3b8b225b954627b7)
This commit is contained in:
parent
fe689745cb
commit
9274e7a2ce
@ -35,3 +35,7 @@ DEC ; BUILDDIR/xed -64 -d e31e
|
||||
DEC AVX ; BUILDDIR/xed -d C4C3F916E0F8
|
||||
DEC AVX ; BUILDDIR/xed -64 -d C4C3F916E0F8
|
||||
DEC AVX ; BUILDDIR/xed -64 -d 6464262E6426C4EB791D05ED830A00
|
||||
ENC ; BUILDDIR/xed -64 -e rdfsbase/64 rax
|
||||
ENC ; BUILDDIR/xed -64 -e rdfsbase eax
|
||||
DEC ; BUILDDIR/xed -64 -d 66 f3 0f ae c0
|
||||
DEC ; BUILDDIR/xed -64 -d f3 0f ae c0
|
||||
|
@ -1,4 +1,4 @@
|
||||
#XED version: [8.5.0-39-gcd938f5]
|
||||
#XED version: [8.5.0-45-gd237963]
|
||||
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, 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
Initializing XED tables...
|
||||
Done initialing XED tables.
|
||||
#XED version: [8.5.0-39-gcd938f5]
|
||||
#XED version: [8.5.0-45-gd237963]
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
Initializing XED tables...
|
||||
Done initialing XED tables.
|
||||
#XED version: [8.5.0-39-gcd938f5]
|
||||
#XED version: [8.5.0-45-gd237963]
|
||||
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
|
||||
|
1
tests/tests-base/test-00509/cmd
Normal file
1
tests/tests-base/test-00509/cmd
Normal file
@ -0,0 +1 @@
|
||||
BUILDDIR/xed -64 -e rdfsbase/64 rax
|
1
tests/tests-base/test-00509/codes
Normal file
1
tests/tests-base/test-00509/codes
Normal file
@ -0,0 +1 @@
|
||||
ENC
|
1
tests/tests-base/test-00509/retcode.reference
Normal file
1
tests/tests-base/test-00509/retcode.reference
Normal file
@ -0,0 +1 @@
|
||||
0
|
0
tests/tests-base/test-00509/stderr.reference
Normal file
0
tests/tests-base/test-00509/stderr.reference
Normal file
4
tests/tests-base/test-00509/stdout.reference
Normal file
4
tests/tests-base/test-00509/stdout.reference
Normal file
@ -0,0 +1,4 @@
|
||||
Request: RDFSBASE EOSZ:3, MODE:2, REG0:RAX, SMODE:2
|
||||
OPERAND ORDER: REG0
|
||||
Encodable! F3480FAEC0
|
||||
.byte 0xf3,0x48,0x0f,0xae,0xc0
|
1
tests/tests-base/test-00510/cmd
Normal file
1
tests/tests-base/test-00510/cmd
Normal file
@ -0,0 +1 @@
|
||||
BUILDDIR/xed -64 -e rdfsbase eax
|
1
tests/tests-base/test-00510/codes
Normal file
1
tests/tests-base/test-00510/codes
Normal file
@ -0,0 +1 @@
|
||||
ENC
|
1
tests/tests-base/test-00510/retcode.reference
Normal file
1
tests/tests-base/test-00510/retcode.reference
Normal file
@ -0,0 +1 @@
|
||||
0
|
0
tests/tests-base/test-00510/stderr.reference
Normal file
0
tests/tests-base/test-00510/stderr.reference
Normal file
4
tests/tests-base/test-00510/stdout.reference
Normal file
4
tests/tests-base/test-00510/stdout.reference
Normal file
@ -0,0 +1,4 @@
|
||||
Request: RDFSBASE MODE:2, REG0:EAX, SMODE:2
|
||||
OPERAND ORDER: REG0
|
||||
Encodable! F30FAEC0
|
||||
.byte 0xf3,0x0f,0xae,0xc0
|
1
tests/tests-base/test-00511/cmd
Normal file
1
tests/tests-base/test-00511/cmd
Normal file
@ -0,0 +1 @@
|
||||
BUILDDIR/xed -64 -d 66 f3 0f ae c0
|
1
tests/tests-base/test-00511/codes
Normal file
1
tests/tests-base/test-00511/codes
Normal file
@ -0,0 +1 @@
|
||||
DEC
|
1
tests/tests-base/test-00511/retcode.reference
Normal file
1
tests/tests-base/test-00511/retcode.reference
Normal file
@ -0,0 +1 @@
|
||||
0
|
0
tests/tests-base/test-00511/stderr.reference
Normal file
0
tests/tests-base/test-00511/stderr.reference
Normal file
3
tests/tests-base/test-00511/stdout.reference
Normal file
3
tests/tests-base/test-00511/stdout.reference
Normal file
@ -0,0 +1,3 @@
|
||||
66F30FAEC0
|
||||
ICLASS: RDFSBASE CATEGORY: RDWRFSGS EXTENSION: RDWRFSGS IFORM: RDFSBASE_GPRy ISA_SET: RDWRFSGS
|
||||
SHORT: rdfsbase eax
|
1
tests/tests-base/test-00512/cmd
Normal file
1
tests/tests-base/test-00512/cmd
Normal file
@ -0,0 +1 @@
|
||||
BUILDDIR/xed -64 -d f3 0f ae c0
|
1
tests/tests-base/test-00512/codes
Normal file
1
tests/tests-base/test-00512/codes
Normal file
@ -0,0 +1 @@
|
||||
DEC
|
1
tests/tests-base/test-00512/retcode.reference
Normal file
1
tests/tests-base/test-00512/retcode.reference
Normal file
@ -0,0 +1 @@
|
||||
0
|
0
tests/tests-base/test-00512/stderr.reference
Normal file
0
tests/tests-base/test-00512/stderr.reference
Normal file
3
tests/tests-base/test-00512/stdout.reference
Normal file
3
tests/tests-base/test-00512/stdout.reference
Normal file
@ -0,0 +1,3 @@
|
||||
F30FAEC0
|
||||
ICLASS: RDFSBASE CATEGORY: RDWRFSGS EXTENSION: RDWRFSGS IFORM: RDFSBASE_GPRy ISA_SET: RDWRFSGS
|
||||
SHORT: rdfsbase eax
|
Loading…
Reference in New Issue
Block a user