Searched refs:convert_f80le_to_f64le (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_generic_x87.h75 void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 );
H A Dguest_generic_x87.c246 void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) function
H A Dguest_amd64_helpers.c1541 convert_f80le_to_f64le( &x87->reg[10*stno],
1830 convert_f80le_to_f64le ( (UChar*)ULong_to_Ptr(addrU), (UChar*)&f64 );
H A Dguest_x86_helpers.c1442 convert_f80le_to_f64le ( (UChar*)ULong_to_Ptr(addrU), (UChar*)&f64 );
1596 convert_f80le_to_f64le( &x87->reg[10*stno],
/external/valgrind/main/VEX/useful/
H A Dfp_80_64.c244 static void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) function
471 convert_f80le_to_f64le(f80, f64s);
H A Dx87_to_vex_and_back.c16 convert_f80le_to_f64le. */
65 convert_f80le_to_f64le( &x87->reg[FP_REG(r)], (UChar*)&vexRegs[r] );
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low-x86.c185 convert_f80le_to_f64le (buf, (UChar *)&fpreg64);
H A Dvalgrind-low-amd64.c208 convert_f80le_to_f64le (buf, (UChar *)&fpreg64);

Completed in 115 milliseconds