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

/external/valgrind/main/VEX/priv/
H A Dguest_generic_x87.h60 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 );
H A Dguest_amd64_helpers.c1621 convert_f64le_to_f80le( (UChar*)&vexRegs[preg],
1626 convert_f64le_to_f80le( (UChar*)&vexRegs[preg],
1863 convert_f64le_to_f80le( (UChar*)&f64, (UChar*)ULong_to_Ptr(addrU) );
2043 convert_f64le_to_f80le( (UChar*)&vexRegs[preg],
2048 convert_f64le_to_f80le( (UChar*)&vexRegs[preg],
H A Dguest_x86_helpers.c1450 convert_f64le_to_f80le( (UChar*)&f64, (UChar*)ULong_to_Ptr(addrU) );
1651 convert_f64le_to_f80le( (UChar*)&vexRegs[preg],
1656 convert_f64le_to_f80le( (UChar*)&vexRegs[preg],
H A Dguest_generic_x87.c105 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) function
/external/valgrind/main/VEX/useful/
H A Dx87_to_vex_and_back.c15 /* Get definitions of convert_f64le_to_f80le and
101 convert_f64le_to_f80le( (UChar*)&vexRegs[r], &x87->reg[FP_REG(r)] );
105 convert_f64le_to_f80le( (UChar*)&vexRegs[r], &x87->reg[FP_REG(r)] );
H A Dfp_80_64.c103 static void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) function
513 convert_f64le_to_f80le(f64, f80s);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low-x86.c171 convert_f64le_to_f80le ((UChar *)&x86->guest_FPREG[regno-16],
H A Dvalgrind-low-amd64.c212 convert_f64le_to_f80le ((UChar *)&amd64->guest_FPREG[regno-16],

Completed in 417 milliseconds