OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_exit
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfgloop.h
69
bool
is_exit
;
variable
/src/external/gpl3/gcc.old/dist/gcc/
cfgloop.h
66
bool
is_exit
;
variable
/src/external/gpl3/binutils/dist/gas/config/
tc-mips.c
5999
bool
is_exit
;
6003
is_exit
= strcmp (arg->insn->insn_mo->name, "exit") == 0;
6004
mask = (
is_exit
? 7 << 3 : 0);
6017
if (
is_exit
&& is_freg && regno1 == 0 && regno2 < 2)
6022
else if (!
is_exit
&& regno1 == 4 && regno2 >= 4 && regno2 <= 7)
5990
bool
is_exit
;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c
5690
bool
is_exit
;
5694
is_exit
= strcmp (arg->insn->insn_mo->name, "exit") == 0;
5695
mask = (
is_exit
? 7 << 3 : 0);
5708
if (
is_exit
&& is_freg && regno1 == 0 && regno2 < 2)
5713
else if (!
is_exit
&& regno1 == 4 && regno2 >= 4 && regno2 <= 7)
5681
bool
is_exit
;
local
Completed in 69 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026