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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
insn-flags.h 362 #define HAVE_xsave (!TARGET_64BIT && TARGET_XSAVE)
363 #define HAVE_xsaveopt ((!TARGET_64BIT && TARGET_XSAVE) && (TARGET_XSAVEOPT))
364 #define HAVE_xsave_rex64 (TARGET_64BIT && TARGET_XSAVE)
365 #define HAVE_xsaveopt_rex64 ((TARGET_64BIT && TARGET_XSAVE) && (TARGET_XSAVEOPT))
366 #define HAVE_xsave64 (TARGET_64BIT && TARGET_XSAVE)
367 #define HAVE_xsaveopt64 ((TARGET_64BIT && TARGET_XSAVE) && (TARGET_XSAVEOPT))
368 #define HAVE_xrstor (!TARGET_64BIT && TARGET_XSAVE)
369 #define HAVE_xrstor_rex64 (TARGET_64BIT && TARGET_XSAVE)
370 #define HAVE_xrstor64 (TARGET_64BIT && TARGET_XSAVE)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h 81 #define TARGET_XSAVE TARGET_ISA_XSAVE
    [all...]

Completed in 350 milliseconds