OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trick_no
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore.cc
1147
int
trick_no
;
1149
trick_no
= try_constant_tricks (INTVAL (operands[1]), &x, &y);
1150
gcc_assert (
trick_no
== 2);
1185
int
trick_no
;
1194
trick_no
= try_constant_tricks (value, &x, &y);
1198
gcc_assert (
trick_no
!= 0);
1200
if (
trick_no
== 1)
1207
if (
trick_no
> 2)
1233
switch (
trick_no
)
1144
int
trick_no
;
local
1182
int
trick_no
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/mcore/
mcore.cc
1147
int
trick_no
;
1149
trick_no
= try_constant_tricks (INTVAL (operands[1]), &x, &y);
1150
gcc_assert (
trick_no
== 2);
1185
int
trick_no
;
1194
trick_no
= try_constant_tricks (value, &x, &y);
1198
gcc_assert (
trick_no
!= 0);
1200
if (
trick_no
== 1)
1207
if (
trick_no
> 2)
1233
switch (
trick_no
)
1144
int
trick_no
;
local
1182
int
trick_no
;
local
Completed in 64 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026