OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IN_MEM_STORE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtlanal.h
41
const uint16_t
IN_MEM_STORE
= 1U << 6;
84
bool
in_mem_store
() const { return flags & rtx_obj_flags::
IN_MEM_STORE
; }
function in class:rtx_obj_reference
87
bool in_address () const { return in_mem_load () ||
in_mem_store
(); }
/src/external/gpl3/gcc.old/dist/gcc/
rtlanal.h
41
const uint16_t
IN_MEM_STORE
= 1U << 6;
84
bool
in_mem_store
() const { return flags & rtx_obj_flags::
IN_MEM_STORE
; }
function in class:rtx_obj_reference
87
bool in_address () const { return in_mem_load () ||
in_mem_store
(); }
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026