OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JUMP_P
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtl.h
607
JUMP_P
(X) aka (GET_CODE (X) == JUMP_INSN)
843
#define
JUMP_P
(X) (GET_CODE (X) == JUMP_INSN)
860
#define NONDEBUG_INSN_P(X) (NONJUMP_INSN_P (X) ||
JUMP_P
(X) || CALL_P (X))
933
return
JUMP_P
(rt);
941
return
JUMP_P
(insn);
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
605
JUMP_P
(X) aka (GET_CODE (X) == JUMP_INSN)
841
#define
JUMP_P
(X) (GET_CODE (X) == JUMP_INSN)
858
#define NONDEBUG_INSN_P(X) (NONJUMP_INSN_P (X) ||
JUMP_P
(X) || CALL_P (X))
931
return
JUMP_P
(rt);
939
return
JUMP_P
(insn);
Completed in 30 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026