OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_FSGSBASE
(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
373
#define HAVE_rdfsbasesi (TARGET_64BIT &&
TARGET_FSGSBASE
)
374
#define HAVE_rdgsbasesi (TARGET_64BIT &&
TARGET_FSGSBASE
)
375
#define HAVE_rdfsbasedi ((TARGET_64BIT &&
TARGET_FSGSBASE
) && (TARGET_64BIT))
376
#define HAVE_rdgsbasedi ((TARGET_64BIT &&
TARGET_FSGSBASE
) && (TARGET_64BIT))
377
#define HAVE_wrfsbasesi (TARGET_64BIT &&
TARGET_FSGSBASE
)
378
#define HAVE_wrgsbasesi (TARGET_64BIT &&
TARGET_FSGSBASE
)
379
#define HAVE_wrfsbasedi ((TARGET_64BIT &&
TARGET_FSGSBASE
) && (TARGET_64BIT))
380
#define HAVE_wrgsbasedi ((TARGET_64BIT &&
TARGET_FSGSBASE
) && (TARGET_64BIT))
[
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
72
#define
TARGET_FSGSBASE
TARGET_ISA_FSGSBASE
[
all
...]
Completed in 58 milliseconds