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

  /external/valgrind/main/VEX/useful/
show_fp_state.c 81 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) );
x87_to_vex_and_back.c 210 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) );
hd_fpu.c 214 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 );
    [all...]

Completed in 44 milliseconds