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

/external/valgrind/main/VEX/useful/
H A Dshow_fp_state.c81 UInt fp_get_statusword_flag ( UInt flagno ) function
117 if (fp_get_statusword_flag(i))
121 fp_get_statusword_flag(FP_F_C3),
122 fp_get_statusword_flag(FP_F_C2),
123 fp_get_statusword_flag(FP_F_C1),
124 fp_get_statusword_flag(FP_F_C0) );
125 printf ( " STACKF: %d\n", fp_get_statusword_flag(FP_E_STACKF) );
H A Dx87_to_vex_and_back.c210 UInt fp_get_statusword_flag ( Fpu_State* x87, UInt flagno ) function
248 if (fp_get_statusword_flag(x87,i))
252 fp_get_statusword_flag(x87,FP_F_C3),
253 fp_get_statusword_flag(x87,FP_F_C2),
254 fp_get_statusword_flag(x87,FP_F_C1),
255 fp_get_statusword_flag(x87,FP_F_C0) );
256 printf ( " STACKF: %d\n", fp_get_statusword_flag(x87,FP_E_STACKF) );
H A Dhd_fpu.c214 UInt fp_get_statusword_flag ( UInt flagno ) function
216 if (flagno < 0 || flagno > 15) panic("fp_get_statusword_flag");
530 if (fp_get_statusword_flag(i))
534 fp_get_statusword_flag(FP_F_C3),
535 fp_get_statusword_flag(FP_F_C2),
536 fp_get_statusword_flag(FP_F_C1),
537 fp_get_statusword_flag(FP_F_C0) );
538 printf ( " STACKF: %d\n", fp_get_statusword_flag(FP_E_STACKF) );
715 assert( fp_get_statusword_flag(FP_E_SUMMARY) == 0 );

Completed in 120 milliseconds