HomeSort by relevance Sort by last modified time
    Searched refs:have_sse2 (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 61 GLboolean have_sse2; member in struct:x86_program
277 if (p->have_sse2) {
657 p.have_sse2 = cpu_has_xmm2;
  /external/valgrind/coregrind/
m_machine.c 780 { Bool have_sse1, have_sse2, have_sse3, have_cx8, have_lzcnt, have_mmxext; local
808 have_sse2 = (edx & (1<<26)) != 0; /* True => have sse2 insns */
844 if (have_sse3 && have_sse2 && have_sse1 && have_mmxext) {
852 } else if (have_sse2 && have_sse1 && have_mmxext) {
    [all...]

Completed in 136 milliseconds