Searched defs:fp_get_tos (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/useful/
H A Dshow_fp_state.c70 UInt fp_get_tos ( void ) function
100 (UInt)i == fp_get_tos() ? "**" : " ", i );
119 printf ( " top: %d ", fp_get_tos() );
H A Dx87_to_vex_and_back.c199 UInt fp_get_tos ( Fpu_State* x87 ) function
231 (UInt)i == fp_get_tos(x87) ? "**" : " ", i );
250 printf ( " top: %d ", fp_get_tos(x87) );
H A Dhd_fpu.c41 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 75 milliseconds