HomeSort by relevance Sort by last modified time
    Searched refs:convert_f80le_to_f64le (Results 1 - 6 of 6) 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/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 451 milliseconds