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

  /external/valgrind/main/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
guest_amd64_helpers.c     [all...]
guest_x86_helpers.c     [all...]
  /external/valgrind/main/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/main/coregrind/m_gdbserver/
valgrind-low-x86.c 185 convert_f80le_to_f64le (buf, (UChar *)&fpreg64);
valgrind-low-amd64.c 208 convert_f80le_to_f64le (buf, (UChar *)&fpreg64);

Completed in 717 milliseconds