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

  /external/valgrind/none/tests/
libvex_test.c 255 vtr = LibVEX_Translate ( &vta );
289 vtr = LibVEX_Translate ( &vta );
  /external/valgrind/VEX/pub/
libvex.h 82 but not SSE1). LibVEX_Translate will check for nonsensical
440 back to LibVEX_Translate, which feeds it to iropt via the
477 LibVEX_Translate. The storage allocated will only stay alive until
610 /* A structure to carry arguments for LibVEX_Translate. There are so
750 VexTranslateResult LibVEX_Translate ( VexTranslateArgs* );
    [all...]
  /external/valgrind/VEX/switchback/
switchback.c 607 tres = LibVEX_Translate ( &vta );
  /external/valgrind/VEX/priv/
main_main.c 313 effect of LibVEX_Translate. The variable is defined here rather than
321 VexTranslateResult LibVEX_Translate ( VexTranslateArgs* vta )
587 vpanic("LibVEX_Translate: unsupported host insn set");
    [all...]
  /external/valgrind/coregrind/
m_translate.c 3 /*--- Interface to LibVEX_Translate, and the SP-update pass ---*/
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 123 LibVEX_Translate, send in a chase-into predicate that always
198 /* ----- Set up args for LibVEX_Translate ----- */
277 tres = LibVEX_Translate ( &vta );
    [all...]

Completed in 117 milliseconds