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

  /external/valgrind/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/coregrind/
pub_core_machine.h 206 and VG_(machine_x86_have_mxcsr)
265 extern UInt VG_(machine_x86_have_mxcsr);
m_machine.c 502 UInt VG_(machine_x86_have_mxcsr) = 0; variable
851 VG_(machine_x86_have_mxcsr) = 1;
858 VG_(machine_x86_have_mxcsr) = 1;
862 VG_(machine_x86_have_mxcsr) = 1;
865 VG_(machine_x86_have_mxcsr) = 0;
868 VG_(machine_x86_have_mxcsr) = 0;
    [all...]

Completed in 62 milliseconds