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

  /external/valgrind/main/VEX/useful/
show_fp_state.c 87 UInt fp_get_controlword_flag ( UInt flagno ) function
110 if (fp_get_controlword_flag(i))
x87_to_vex_and_back.c 216 UInt fp_get_controlword_flag ( Fpu_State* x87, UInt flagno ) function
241 if (fp_get_controlword_flag(x87,i))
hd_fpu.c 222 UInt fp_get_controlword_flag ( UInt flagno ) function
224 if (flagno < 0 || flagno > 15) panic("fp_get_controlword_flag");
523 if (fp_get_controlword_flag(i))
    [all...]

Completed in 71 milliseconds