Home
last modified time | relevance | path

Searched refs:FP_E_STACKF (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/useful/
Dshow_fp_state.c44 #define FP_E_STACKF 6 macro
125 printf ( " STACKF: %d\n", fp_get_statusword_flag(FP_E_STACKF) ); in printFpuState()
Dx87_to_vex_and_back.c176 #define FP_E_STACKF 6 macro
256 printf ( " STACKF: %d\n", fp_get_statusword_flag(x87,FP_E_STACKF) ); in printFpuState()
Dhd_fpu.c245 fp_set_statusword_flag_to(FP_E_STACKF,1); in fp_set_stack_overflow()
254 fp_set_statusword_flag_to(FP_E_STACKF,1); in fp_set_stack_underflow()
538 printf ( " STACKF: %d\n", fp_get_statusword_flag(FP_E_STACKF) ); in printFpuState()