HomeSort by relevance Sort by last modified time
    Searched defs:vai (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-amd64.c 314 VexArchInfo vai; local
315 VG_(machine_get_VexArchInfo) (&va, &vai);
316 return (vai.hwcaps & VEX_HWCAPS_AMD64_AVX ? True : False);
  /external/valgrind/main/coregrind/
m_libcproc.c 732 VexArchInfo vai; local
737 VG_(machine_get_VexArchInfo)( NULL, &vai );
738 cls = vai.ppc_cache_line_szB;
m_machine.c 416 static VexArchInfo vai; variable
683 // Whack default settings into vai, so that we only need to fill in
685 LibVEX_default_VexArchInfo(&vai);
735 vai.hwcaps = VEX_HWCAPS_X86_SSE1;
736 vai.hwcaps |= VEX_HWCAPS_X86_SSE2;
738 vai.hwcaps |= VEX_HWCAPS_X86_LZCNT;
745 vai.hwcaps = VEX_HWCAPS_X86_SSE1;
751 vai.hwcaps = 0; /*baseline - no sse at all*/
834 vai.hwcaps = (have_sse3 ? VEX_HWCAPS_AMD64_SSE3 : 0)
950 find_ppc_dcbz_sz(&vai);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 1323 short[] vai = new short[bufferSize]; local
    [all...]

Completed in 245 milliseconds