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 - 3
of
3
) 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/dist/gcc/
rtl.h
619
inline rtx
jump_label
() const;
1872
#define
JUMP_LABEL
(INSN) XCEXP (INSN, 7, JUMP_INSN)
1876
return safe_as_a <rtx_insn *> (
JUMP_LABEL
(insn));
1881
inline rtx rtx_jump_insn::
jump_label
() const
1883
return
JUMP_LABEL
(this);
1888
return safe_as_a <rtx_code_label *> (
JUMP_LABEL
(this));
1893
JUMP_LABEL
(this) = target;
1879
inline rtx rtx_jump_insn::
jump_label
() const
function in class:rtx_jump_insn
/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 39 milliseconds
Indexes created Mon Jul 06 00:25:43 UTC 2026