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

  /external/valgrind/VEX/priv/
guest_generic_x87.h 75 void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 );
guest_generic_x87.c 246 void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) function
    [all...]
guest_x86_helpers.c     [all...]
guest_amd64_helpers.c     [all...]
  /external/valgrind/VEX/useful/
fp_80_64.c 244 static void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) function
471 convert_f80le_to_f64le(f80, f64s);
x87_to_vex_and_back.c 16 convert_f80le_to_f64le. */
65 convert_f80le_to_f64le( &x87->reg[FP_REG(r)], (UChar*)&vexRegs[r] );
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-x86.c 175 convert_f80le_to_f64le (buf, (UChar *)&fpreg64);
valgrind-low-amd64.c 216 convert_f80le_to_f64le (buf, (UChar *)&fpreg64);

Completed in 1236 milliseconds