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

  /external/valgrind/memcheck/tests/amd64/
fxsave-amd64.c 18 void do_fxsave ( void* p, int rexw ) { function
124 do_fxsave(p, rexw);
180 do_fxsave(buf2, 0);
186 do_fxsave(buf3, 0);
204 do_fxsave(buf2, 1);
210 do_fxsave(buf3, 1);
  /external/valgrind/memcheck/tests/x86/
fxsave.c 17 void do_fxsave ( void* p ) { function
71 do_fxsave (p);
124 do_fxsave(buf2);
130 do_fxsave(buf3);

Completed in 171 milliseconds