HomeSort by relevance Sort by last modified time
    Searched refs:convert_f64le_to_f80le (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/VEX/priv/
guest_generic_x87.h 60 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 );
guest_generic_x87.c 105 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) function
guest_amd64_helpers.c     [all...]
guest_x86_helpers.c     [all...]
  /external/valgrind/main/VEX/useful/
x87_to_vex_and_back.c 15 /* 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)] );
fp_80_64.c 103 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/
valgrind-low-x86.c 180 convert_f64le_to_f80le ((UChar *)&x86->guest_FPREG[regno-16],
valgrind-low-amd64.c 203 convert_f64le_to_f80le ((UChar *)&amd64->guest_FPREG[regno-16],

Completed in 124 milliseconds