mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-01-25 07:57:03 +00:00
unittests: Adds tests for RDTSCP
This commit is contained in:
parent
fd59fb1a7a
commit
c29e563836
10
unittests/32Bit_ASM/SecondaryModRM/Reg_7_1.asm
Normal file
10
unittests/32Bit_ASM/SecondaryModRM/Reg_7_1.asm
Normal file
@ -0,0 +1,10 @@
|
||||
%ifdef CONFIG
|
||||
{
|
||||
"Mode": "32BIT"
|
||||
}
|
||||
%endif
|
||||
|
||||
; We can't really check the results of this
|
||||
rdtscp
|
||||
|
||||
hlt
|
10
unittests/ASM/SecondaryModRM/Reg_7_1.asm
Normal file
10
unittests/ASM/SecondaryModRM/Reg_7_1.asm
Normal file
@ -0,0 +1,10 @@
|
||||
%ifdef CONFIG
|
||||
{
|
||||
}
|
||||
%endif
|
||||
|
||||
; We can't really check the results of this
|
||||
; Just ensure we execute it
|
||||
rdtscp
|
||||
|
||||
hlt
|
Loading…
x
Reference in New Issue
Block a user