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

  /external/valgrind/main/coregrind/m_dispatch/
dispatch-x86-darwin.S 92 cmpl $0, VG_(machine_x86_have_mxcsr)
134 # cmpl $0, VG_(machine_x86_have_mxcsr)
dispatch-x86-linux.S 93 cmpl $0, VG_(machine_x86_have_mxcsr)
135 # cmpl $0, VG_(machine_x86_have_mxcsr)
  /external/valgrind/main/coregrind/
pub_core_machine.h 189 and VG_(machine_x86_have_mxcsr)
248 extern UInt VG_(machine_x86_have_mxcsr);
m_machine.c 439 UInt VG_(machine_x86_have_mxcsr) = 0; variable
783 VG_(machine_x86_have_mxcsr) = 1;
787 VG_(machine_x86_have_mxcsr) = 1;
790 VG_(machine_x86_have_mxcsr) = 0;
793 VG_(machine_x86_have_mxcsr) = 0;
    [all...]

Completed in 146 milliseconds