mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-24 00:04:51 +01:00
commit
e1fd6038a2
16 changed files with 935 additions and 173 deletions
3
externals/xbyak/test/jmp.cpp
vendored
3
externals/xbyak/test/jmp.cpp
vendored
|
|
@ -1,6 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#define XBYAK_NO_OP_NAMES
|
||||
#include <xbyak/xbyak.h>
|
||||
#include <cybozu/inttype.hpp>
|
||||
#include <cybozu/test.hpp>
|
||||
|
|
@ -401,7 +402,7 @@ CYBOZU_TEST_AUTO(test5)
|
|||
using namespace Xbyak;
|
||||
inLocalLabel();
|
||||
mov(ecx, count);
|
||||
xor(eax, eax);
|
||||
xor_(eax, eax);
|
||||
L(".lp");
|
||||
for (int i = 0; i < count; i++) {
|
||||
L(Label::toStr(i));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue