Home
last modified time | relevance | path

Searched refs:hw_instruction_sse (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Dinitcpu.c50 static int hw_instruction_sse; variable
52 &hw_instruction_sse, 0, "SIMD/MMX2 instructions available in CPU");
218 cpu_fxsr = hw_instruction_sse = 1; in initializecpu()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dnpx.c86 static int hw_instruction_sse; variable
88 &hw_instruction_sse, 0, "SIMD/MMX2 instructions available in CPU");
105 cpu_fxsr = hw_instruction_sse = supports_sse; in init_fpu()