Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_generic_x87.h60 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 );
Dguest_generic_x87.c105 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) in convert_f64le_to_f80le() function
Dguest_x86_helpers.c1450 convert_f64le_to_f80le( (UChar*)&f64, (UChar*)ULong_to_Ptr(addrU) ); in x86g_dirtyhelper_storeF80le()
1651 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in do_get_x87()
1656 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in do_get_x87()
Dguest_amd64_helpers.c1596 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in do_get_x87()
1601 convert_f64le_to_f80le( (UChar*)&vexRegs[preg], in do_get_x87()
1838 convert_f64le_to_f80le( (UChar*)&f64, (UChar*)ULong_to_Ptr(addrU) ); in amd64g_dirtyhelper_storeF80le()
/external/valgrind/main/VEX/useful/
Dx87_to_vex_and_back.c101 convert_f64le_to_f80le( (UChar*)&vexRegs[r], &x87->reg[FP_REG(r)] ); in vex_to_x87()
105 convert_f64le_to_f80le( (UChar*)&vexRegs[r], &x87->reg[FP_REG(r)] ); in vex_to_x87()
Dfp_80_64.c103 static void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) in convert_f64le_to_f80le() function
513 convert_f64le_to_f80le(f64, f80s); in do_64_to_80_test()
/external/valgrind/main/coregrind/m_gdbserver/
Dvalgrind-low-x86.c180 convert_f64le_to_f80le ((UChar *)&x86->guest_FPREG[regno-16], in transfer_register()
Dvalgrind-low-amd64.c203 convert_f64le_to_f80le ((UChar *)&amd64->guest_FPREG[regno-16], in transfer_register()