Home | History | Annotate | Download | only in tests

Lines Matching refs:cpu

71 static Bool go(char* cpu)
76 if ( strcmp( cpu, "x86-fpu" ) == 0 ) {
79 } else if ( strcmp( cpu, "x86-cmov" ) == 0 ) {
82 } else if ( strcmp( cpu, "x86-mmx" ) == 0 ) {
85 } else if ( strcmp( cpu, "x86-mmxext" ) == 0 ) {
88 } else if ( strcmp( cpu, "x86-sse" ) == 0 ) {
91 } else if ( strcmp( cpu, "x86-sse2" ) == 0 ) {
94 } else if ( strcmp( cpu, "x86-sse3" ) == 0 ) {
97 } else if ( strcmp( cpu, "x86-ssse3" ) == 0 ) {
100 } else if ( strcmp( cpu, "x86-lzcnt" ) == 0 ) {
105 } else if ( strcmp( cpu, "amd64-sse3" ) == 0 ) {
108 } else if ( strcmp( cpu, "amd64-pclmulqdq" ) == 0 ) {
111 } else if ( strcmp( cpu, "amd64-ssse3" ) == 0 ) {
114 } else if ( strcmp( cpu, "amd64-cx16" ) == 0 ) {
117 } else if ( strcmp( cpu, "amd64-lzcnt" ) == 0 ) {
121 } else if ( strcmp( cpu, "amd64-sse42" ) == 0 ) {
124 } else if ( strcmp( cpu, "amd64-avx" ) == 0 ) {
163 static Bool go(char* cpu)