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

  /external/valgrind/main/VEX/useful/
show_fp_state.c 70 UInt fp_get_tos ( void ) function
100 (UInt)i == fp_get_tos() ? "**" : " ", i );
119 printf ( " top: %d ", fp_get_tos() );
x87_to_vex_and_back.c 199 UInt fp_get_tos ( Fpu_State* x87 ) function
231 (UInt)i == fp_get_tos(x87) ? "**" : " ", i );
250 printf ( " top: %d ", fp_get_tos(x87) );
hd_fpu.c 41 UInt fp_get_tos ( void ) function
144 reg = fp_get_tos();
155 st = fp_get_tos();
273 UInt regno = fp_get_tos();
381 fp_set_reg ( fp_get_tos(), d );
388 return fp_get_reg ( fp_get_tos() );
395 fp_set_reg ( fp_get_tos(), NAN /* see <nan.h> */ );
403 fp_set_tag ( fp_get_tos(), FP_TAG_EMPTY );
514 (UInt)i == fp_get_tos() ? "**" : " ", i );
532 printf ( " top: %d ", fp_get_tos() );
    [all...]

Completed in 207 milliseconds