Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dinitcpu.c51 static int hw_instruction_sse; variable
53 &hw_instruction_sse, 0, "SIMD/MMX2 instructions available in CPU");
262 cpu_fxsr = hw_instruction_sse = 1; in initializecpu()
/f-stack/freebsd/i386/i386/
H A Dinitcpu.c73 static int hw_instruction_sse; variable
75 &hw_instruction_sse, 0, "SIMD/MMX2 instructions available in CPU");
765 cpu_fxsr = hw_instruction_sse = 1; in initializecpu()