OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REG_P
(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/
rtl.h
396
#define
REG_P
(X) (GET_CODE (X) == REG)
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c
117
REG_P
= (REG_DAHR + 8),
118
REG_BR = (
REG_P
+ 64),
[
all
...]
Completed in 113 milliseconds