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

  /external/valgrind/coregrind/m_initimg/
initimg-solaris.c 659 VexArchInfo vex_archinfo; local
662 VG_(machine_get_VexArchInfo)(&vex_arch, &vex_archinfo);
679 if (vex_archinfo.hwcaps & VEX_HWCAPS_X86_SSE1)
683 if (vex_archinfo.hwcaps & VEX_HWCAPS_X86_SSE2) {
684 vg_assert(vex_archinfo.hwcaps & VEX_HWCAPS_X86_SSE1);
688 if (vex_archinfo.hwcaps & VEX_HWCAPS_X86_SSE3) {
689 vg_assert(vex_archinfo.hwcaps & VEX_HWCAPS_X86_SSE2);
694 if (vex_archinfo.hwcaps & VEX_HWCAPS_X86_LZCNT)
737 if (vex_archinfo.hwcaps & VEX_HWCAPS_AMD64_SSE3)
741 if (vex_archinfo.hwcaps & VEX_HWCAPS_AMD64_CX16
    [all...]
initimg-darwin.c 315 const VexArchInfo* vex_archinfo )
508 const VexArchInfo* vex_archinfo )
549 vex_archinfo );
initimg-linux.c 387 const VexArchInfo* vex_archinfo )
391 * by the values in vex_archinfo.
736 hw_caps_2_07 = (vex_archinfo->hwcaps & VEX_HWCAPS_PPC64_ISA2_07)
912 const VexArchInfo* vex_archinfo )
    [all...]
  /external/valgrind/coregrind/
pub_core_initimg.h 55 const VexArchInfo* vex_archinfo );
m_libcprint.c 241 VexArchInfo vex_archinfo; local
297 VG_(machine_get_VexArchInfo)(&vex_arch, &vex_archinfo);
302 LibVEX_ppVexEndness ( vex_archinfo.endness ),
303 LibVEX_ppVexHwCaps ( vex_arch, vex_archinfo.hwcaps )
    [all...]
m_translate.c 1484 VexArchInfo vex_archinfo; local
    [all...]
m_main.c 1329 VexArchInfo vex_archinfo; local
    [all...]

Completed in 134 milliseconds