Home
last modified time | relevance | path

Searched refs:cpu_hasMMX (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dx86_ops_mmx.h19 if (!cpu_hasMMX) \
34 if (!cpu_hasMMX) in opEMMS()
H A Dcpu.c78 int cpu_hasMMX, cpu_hasMSR; variable
504 cpu_hasMMX = 0; in cpu_set()
954 cpu_hasMMX = cpu_hasMSR = 1; in cpu_set()
1014 cpu_hasMMX = 0; in cpu_set()
1055 cpu_hasMMX = 1; in cpu_set()
1096 cpu_hasMMX = 0; in cpu_set()
1136 cpu_hasMMX = 0; in cpu_set()
1157 cpu_hasMMX = 0; in cpu_set()
1210 cpu_hasMMX = 1; in cpu_set()
1526 cpu_hasMMX = EAX & (1 << 9); in cpu_WRMSR()
H A Dcpu.h110 extern int cpu_hasMMX;
H A Dcodegen_timing_pentium.c818 return cpu_hasMMX ? 1 : 2; in COUNT()
952 if (cpu_hasMMX && prefix == 0x0f) in codegen_timing_pentium_prefix()
958 if (cpu_hasMMX && (prefix == 0x66 || prefix == 0x67)) in codegen_timing_pentium_prefix()
1242 …if (!has_displacement && (!cpu_hasMMX || codegen_timing_instr_length(timings[opcode], fetchdat, op… in codegen_timing_pentium_opcode()
1295 …if ((!has_displacement || cpu_hasMMX) && (!cpu_hasMMX || codegen_timing_instr_length(timings[opcod… in codegen_timing_pentium_opcode()