Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_generic_x87.h75 void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 );
Dguest_generic_x87.c246 void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) in convert_f80le_to_f64le() function
Dguest_amd64_helpers.c1566 convert_f80le_to_f64le( &x87->reg[10*stno], in do_put_x87()
1855 convert_f80le_to_f64le ( (UChar*)ULong_to_Ptr(addrU), (UChar*)&f64 ); in amd64g_dirtyhelper_loadF80le()
2101 convert_f80le_to_f64le( &x87->reg[10*stno], in amd64g_dirtyhelper_FRSTORS()
Dguest_x86_helpers.c1442 convert_f80le_to_f64le ( (UChar*)ULong_to_Ptr(addrU), (UChar*)&f64 ); in x86g_dirtyhelper_loadF80le()
1596 convert_f80le_to_f64le( &x87->reg[10*stno], in do_put_x87()
/external/valgrind/main/VEX/useful/
Dfp_80_64.c244 static void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) in convert_f80le_to_f64le() function
471 convert_f80le_to_f64le(f80, f64s); in do_80_to_64_test()
Dx87_to_vex_and_back.c65 convert_f80le_to_f64le( &x87->reg[FP_REG(r)], (UChar*)&vexRegs[r] ); in x87_to_vex()
/external/valgrind/main/coregrind/m_gdbserver/
Dvalgrind-low-x86.c176 convert_f80le_to_f64le (buf, (UChar *)&fpreg64); in transfer_register()
Dvalgrind-low-amd64.c217 convert_f80le_to_f64le (buf, (UChar *)&fpreg64); in transfer_register()