Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dinitcpu.c49 static int hw_instruction_sse; variable
51 &hw_instruction_sse, 0, "SIMD/MMX2 instructions available in CPU");
285 hw_instruction_sse = 1; in initializecpu()
/freebsd/sys/i386/i386/
H A Dinitcpu.c71 static int hw_instruction_sse; variable
73 &hw_instruction_sse, 0, "SIMD/MMX2 instructions available in CPU");
763 cpu_fxsr = hw_instruction_sse = 1; in initializecpu()