Home
last modified time | relevance | path

Searched refs:tMOVBE (Results 1 – 19 of 19) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/xbyak/sample/
H A Dtest_util.cpp61 { Cpu::tMOVBE, "movbe" }, in putCPUinfo()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/xbyak/sample/
H A Dtest_util.cpp61 { Cpu::tMOVBE, "movbe" }, in putCPUinfo()
/dports/emulators/citra/citra-ac98458e0/externals/xbyak/sample/
H A Dtest_util.cpp61 { Cpu::tMOVBE, "movbe" }, in putCPUinfo()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/xbyak/sample/
H A Dtest_util.cpp61 { Cpu::tMOVBE, "movbe" }, in putCPUinfo()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/xbyak/sample/
H A Dtest_util.cpp61 { Cpu::tMOVBE, "movbe" }, in putCPUinfo()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/xbyak/sample/
H A Dtest_util.cpp61 { Cpu::tMOVBE, "movbe" }, in putCPUinfo()
/dports/devel/xbyak/xbyak-6.01/sample/
H A Dtest_util.cpp60 { Cpu::tMOVBE, "movbe" }, in putCPUinfo()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/tests/
H A Dcpu_info.cpp50 std::make_pair(Xbyak::util::Cpu::tMOVBE, "MOVBE"),
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/tests/
H A Dcpu_info.cpp45 std::make_pair(Xbyak::util::Cpu::tMOVBE, "MOVBE"),
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/tests/
H A Dcpu_info.cpp45 std::make_pair(Xbyak::util::Cpu::tMOVBE, "MOVBE"),
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_util.h309 static const Type tMOVBE = uint64(1) << 34; // mobve variable
373 if (ECX & (1U << 22)) type_ |= tMOVBE; in Cpu()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_util.h309 static const Type tMOVBE = uint64(1) << 34; // mobve variable
373 if (ECX & (1U << 22)) type_ |= tMOVBE; in Cpu()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_util.h309 static const Type tMOVBE = uint64(1) << 34; // mobve variable
373 if (ECX & (1U << 22)) type_ |= tMOVBE; in Cpu()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/xbyak/xbyak/
H A Dxbyak_util.h329 static const Type tMOVBE = uint64(1) << 34; // mobve variable
398 if (ECX & (1U << 22)) type_ |= tMOVBE; in Cpu()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/xbyak/
H A Dxbyak_util.h386 static const Type tMOVBE = uint64_t(1) << 34; // mobve variable
472 if (ECX & (1U << 22)) type_ |= tMOVBE; in Cpu()
/dports/emulators/citra/citra-ac98458e0/externals/xbyak/xbyak/
H A Dxbyak_util.h329 static const Type tMOVBE = uint64(1) << 34; // mobve variable
398 if (ECX & (1U << 22)) type_ |= tMOVBE; in Cpu()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/xbyak/xbyak/
H A Dxbyak_util.h329 static const Type tMOVBE = uint64(1) << 34; // mobve variable
398 if (ECX & (1U << 22)) type_ |= tMOVBE; in Cpu()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/xbyak/
H A Dxbyak_util.h386 static const Type tMOVBE = uint64_t(1) << 34; // mobve variable
472 if (ECX & (1U << 22)) type_ |= tMOVBE; in Cpu()
/dports/devel/xbyak/xbyak-6.01/xbyak/
H A Dxbyak_util.h338 static const Type tMOVBE = uint64_t(1) << 34; // mobve variable
426 if (ECX & (1U << 22)) type_ |= tMOVBE; in Cpu()