Home
last modified time | relevance | path

Searched refs:tINTEL (Results 1 – 23 of 23) sorted by relevance

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dhaveunit.s33 tINTEL equ (1<<8) define
101 or esi,tINTEL
125 or esi,tINTEL
141 or esi,tINTEL
H A Dhaveunit.h16 #define tINTEL (1<<8) macro
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/xbyak/sample/
H A Dtest_util.cpp20 printf("vendor %s\n", cpu.has(Cpu::tINTEL) ? "intel" : "amd"); in putCPUinfo()
107 if (!cpu.has(Cpu::tINTEL)) return; in putCPUinfo()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/xbyak/sample/
H A Dtest_util.cpp20 printf("vendor %s\n", cpu.has(Cpu::tINTEL) ? "intel" : "amd"); in putCPUinfo()
109 if (!cpu.has(Cpu::tINTEL)) return; in putCPUinfo()
/dports/emulators/citra/citra-ac98458e0/externals/xbyak/sample/
H A Dtest_util.cpp20 printf("vendor %s\n", cpu.has(Cpu::tINTEL) ? "intel" : "amd"); in putCPUinfo()
109 if (!cpu.has(Cpu::tINTEL)) return; in putCPUinfo()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/xbyak/sample/
H A Dtest_util.cpp20 printf("vendor %s\n", cpu.has(Cpu::tINTEL) ? "intel" : "amd"); in putCPUinfo()
107 if (!cpu.has(Cpu::tINTEL)) return; in putCPUinfo()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/xbyak/sample/
H A Dtest_util.cpp20 printf("vendor %s\n", cpu.has(Cpu::tINTEL) ? "intel" : "amd"); in putCPUinfo()
109 if (!cpu.has(Cpu::tINTEL)) return; in putCPUinfo()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/xbyak/sample/
H A Dtest_util.cpp20 printf("vendor %s\n", cpu.has(Cpu::tINTEL) ? "intel" : "amd"); in putCPUinfo()
107 if (!cpu.has(Cpu::tINTEL)) return; in putCPUinfo()
/dports/devel/xbyak/xbyak-6.01/sample/
H A Dtest_util.cpp21 printf("vendor %s\n", cpu.has(Cpu::tINTEL) ? "intel" : "amd"); in putCPUinfo()
117 if (!cpu.has(Cpu::tINTEL)) return; in putCPUinfo()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_util.h114 if ((type_ & tINTEL) == 0) return; in setNumCores()
147 if ((type_ & tINTEL) == 0) return; in setCacheHierarchy()
298 static const Type tINTEL = 1 << 24; variable
362 type_ |= tINTEL; in Cpu()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_util.h114 if ((type_ & tINTEL) == 0) return; in setNumCores()
147 if ((type_ & tINTEL) == 0) return; in setCacheHierarchy()
298 static const Type tINTEL = 1 << 24; variable
362 type_ |= tINTEL; in Cpu()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/xbyak/xbyak/
H A Dxbyak_util.h114 if ((type_ & tINTEL) == 0) return; in setNumCores()
147 if ((type_ & tINTEL) == 0) return; in setCacheHierarchy()
298 static const Type tINTEL = 1 << 24; variable
362 type_ |= tINTEL; in Cpu()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/xbyak/xbyak/
H A Dxbyak_util.h129 if ((type_ & tINTEL) == 0) return; in setNumCores()
167 if ((type_ & tINTEL) == 0) return; in setCacheHierarchy()
318 static const Type tINTEL = 1 << 24; variable
387 type_ |= tINTEL; in Cpu()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/xbyak/
H A Dxbyak_util.h186 if ((type_ & tINTEL) == 0) return; in setNumCores()
224 if ((type_ & tINTEL) == 0) return; in setCacheHierarchy()
375 static const Type tINTEL = 1 << 24; variable
450 type_ |= tINTEL; in Cpu()
/dports/emulators/citra/citra-ac98458e0/externals/xbyak/xbyak/
H A Dxbyak_util.h129 if ((type_ & tINTEL) == 0) return; in setNumCores()
167 if ((type_ & tINTEL) == 0) return; in setCacheHierarchy()
318 static const Type tINTEL = 1 << 24; variable
387 type_ |= tINTEL; in Cpu()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/xbyak/xbyak/
H A Dxbyak_util.h129 if ((type_ & tINTEL) == 0) return; in setNumCores()
167 if ((type_ & tINTEL) == 0) return; in setCacheHierarchy()
318 static const Type tINTEL = 1 << 24; variable
387 type_ |= tINTEL; in Cpu()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/xbyak/
H A Dxbyak_util.h186 if ((type_ & tINTEL) == 0) return; in setNumCores()
224 if ((type_ & tINTEL) == 0) return; in setCacheHierarchy()
375 static const Type tINTEL = 1 << 24; variable
450 type_ |= tINTEL; in Cpu()
/dports/devel/xbyak/xbyak-6.01/xbyak/
H A Dxbyak_util.h140 if ((type_ & tINTEL) == 0) return; in setNumCores()
178 if ((type_ & tINTEL) == 0) return; in setCacheHierarchy()
327 static const Type tINTEL = 1 << 24; variable
404 type_ |= tINTEL; in Cpu()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/tests/
H A Dcpu_info.cpp40 std::make_pair(Xbyak::util::Cpu::tINTEL, "INTEL"),
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/tests/
H A Dcpu_info.cpp35 std::make_pair(Xbyak::util::Cpu::tINTEL, "INTEL"),
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/tests/
H A Dcpu_info.cpp35 std::make_pair(Xbyak::util::Cpu::tINTEL, "INTEL"),
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/mips3/x64/xbyak/
H A Dxbyak_util.h155 static const Type tINTEL = 1 << 24; variable
184 type_ |= tINTEL; in Cpu()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/mips3/x64/xbyak/
H A Dxbyak_util.h155 static const Type tINTEL = 1 << 24; variable
184 type_ |= tINTEL; in Cpu()