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_LABEL
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.c
126
#define
JUMP_LABEL
0x1
498
jump->flags |=
JUMP_LABEL
;
506
jump->flags &= ~
JUMP_LABEL
;
896
CHECK_ARGUMENT(jump->flags & (
JUMP_LABEL
| JUMP_ADDR));
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
617
inline rtx
jump_label
() const;
1870
#define
JUMP_LABEL
(INSN) XCEXP (INSN, 7, JUMP_INSN)
1874
return safe_as_a <rtx_insn *> (
JUMP_LABEL
(insn));
1879
inline rtx rtx_jump_insn::
jump_label
() const
1881
return
JUMP_LABEL
(this);
1886
return safe_as_a <rtx_code_label *> (
JUMP_LABEL
(this));
1891
JUMP_LABEL
(this) = target;
1877
inline rtx rtx_jump_insn::
jump_label
() const
function in class:rtx_jump_insn
Completed in 30 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026