OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MEM_REGNO
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtlanal.h
29
const unsigned int
MEM_REGNO
= ~0U;
58
bool is_reg () const { return regno !=
MEM_REGNO
; }
59
bool is_mem () const { return regno ==
MEM_REGNO
; }
95
/* The referenced register, or
MEM_REGNO
for variable memory. */
/src/external/gpl3/gcc.old/dist/gcc/
rtlanal.h
29
const unsigned int
MEM_REGNO
= ~0U;
58
bool is_reg () const { return regno !=
MEM_REGNO
; }
59
bool is_mem () const { return regno ==
MEM_REGNO
; }
95
/* The referenced register, or
MEM_REGNO
for variable memory. */
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026