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

  /external/valgrind/memcheck/tests/amd64-solaris/
context_fpu.c 15 static float inhandler[8]; variable
32 /* Convert 80b values in mcontext to 32b values in the inhandler array. */
37 : [out] "=m" (inhandler[i])
93 inhandler[0], inhandler[2], inhandler[4], inhandler[6]);
94 /* Check that inhandler[1], inhandler[3], inhandler[5] and inhandler[7
    [all...]
  /external/valgrind/memcheck/tests/x86-solaris/
context_fpu.c 13 static float inhandler[8]; variable
30 /* Convert 80b values in mcontext to 32b values in the inhandler array. */
35 : [out] "=m" (inhandler[i])
100 inhandler[0], inhandler[2], inhandler[4], inhandler[6]);
101 /* Check that inhandler[1], inhandler[3], inhandler[5] and inhandler[7
    [all...]

Completed in 536 milliseconds