diff options
Diffstat (limited to 'test/misc.cpp')
-rw-r--r-- | test/misc.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/misc.cpp b/test/misc.cpp index 64bbffa..1457691 100644 --- a/test/misc.cpp +++ b/test/misc.cpp @@ -1944,6 +1944,8 @@ CYBOZU_TEST_AUTO(misc) cldemote(ptr[eax+esi*4+0x12]); movdiri(ptr[edx+esi*2+4], eax); movdir64b(eax, ptr[edx]); + xresldtrk(); + xsusldtrk(); #ifdef XBYAK64 cldemote(ptr[rax+rdi*8+0x123]); movdiri(ptr[rax+r12], r9); @@ -1973,6 +1975,8 @@ CYBOZU_TEST_AUTO(misc) 0x67, #endif 0x0f, 0x38, 0xf8, 0x02, // movdir64b + 0xf2, 0x0f, 0x01, 0xe9, // xresldtrk + 0xf2, 0x0f, 0x01, 0xe8, // xsusldtrk #ifdef XBYAK64 0x0f, 0x1c, 0x84, 0xf8, 0x23, 0x01, 0x00, 0x00, // cldemote 0x4e, 0x0f, 0x38, 0xf9, 0x0c, 0x20, // movdiri |