Home
last modified time | relevance | path

Searched refs:convert_f64le_to_f80le (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_generic_x87.h60 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 );
Dguest_amd64_helpers.c2028 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in do_get_x87()
2033 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in do_get_x87()
2348 convert_f64le_to_f80le( (UChar*)&f64, (UChar*)addrU ); in amd64g_dirtyhelper_storeF80le()
2528 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in amd64g_dirtyhelper_FNSAVES()
2533 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in amd64g_dirtyhelper_FNSAVES()
Dguest_x86_helpers.c1488 convert_f64le_to_f80le( (UChar*)&f64, (UChar*)addrU ); in x86g_dirtyhelper_storeF80le()
1688 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in do_get_x87()
1693 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in do_get_x87()
Dguest_generic_x87.c105 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) in convert_f64le_to_f80le() function
/external/valgrind/coregrind/m_gdbserver/
Dvalgrind-low-x86.c170 convert_f64le_to_f80le ((UChar *)&x86->guest_FPREG[regno-16], in transfer_register()
Dvalgrind-low-amd64.c211 convert_f64le_to_f80le ((UChar *)&amd64->guest_FPREG[regno-24], in transfer_register()