mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-02 12:44:34 +01:00
Squashed 'externals/xbyak/' changes from 913099fc8..88f2f771f
88f2f771f Merge branch 'dev' 8623616e0 v6.61 1b911598d mingw uses __thread instead of __declspec(thread) d224701f4 fix movzx eax, ah on 64bit and test it 1c35e34ab Merge branch 'dev' 4fb0e58aa test of cpuid 913c798ff update doc 8f6dee319 v6.60.2 21419721e Merge branch 'Wunkolo-standalone-cpuid' into dev 1b2e7c7da Fix detection of `GFNI`,`VAES`, and `VPCLMULQDQ` git-subtree-dir: externals/xbyak git-subtree-split: 88f2f771f179a3d856ecd0b07a20598bd06ba21d
This commit is contained in:
parent
9af5f5908c
commit
5b6e3d8b54
38 changed files with 94 additions and 13 deletions
|
|
@ -1317,6 +1317,7 @@ class Test {
|
|||
put(p, REG64, REG16|REG8|MEM8|MEM16);
|
||||
put(p, REG32, REG16|REG8|MEM8|MEM16);
|
||||
put(p, REG16, REG8|MEM8);
|
||||
put(p, "eax, ah");
|
||||
}
|
||||
}
|
||||
#ifdef XBYAK64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue