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

  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc32-linux.S 77 lis 5,VG_(machine_ppc32_has_FP)@ha
78 lwz 5,VG_(machine_ppc32_has_FP)@l(5)
203 lis 5,VG_(machine_ppc32_has_FP)@ha
204 lwz 5,VG_(machine_ppc32_has_FP)@l(5)
398 lis 10,VG_(machine_ppc32_has_FP)@ha
399 lwz 10,VG_(machine_ppc32_has_FP)@l(10)
458 /* r10 already holds VG_(machine_ppc32_has_FP) value */
  /external/valgrind/main/coregrind/
pub_core_machine.h 157 and VG_(machine_ppc32_has_FP)
209 extern UInt VG_(machine_ppc32_has_FP);
m_machine.c 375 and VG_(machine_ppc32_has_FP)
405 UInt VG_(machine_ppc32_has_FP) = 0;
860 VG_(machine_ppc32_has_FP) = have_F ? 1 : 0;
    [all...]

Completed in 568 milliseconds