OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gt_p
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
stormy16.cc
169
int
gt_p
= (code == GT || code == GTU);
local
172
if (
gt_p
)
174
xstormy16_emit_cbranch (unsigned_p ? LTU : LT, op0, op1,
gt_p
? lab : loc);
177
xstormy16_emit_cbranch (
gt_p
? NE : EQ, op0, op1, loc);
178
if (
gt_p
)
/src/external/gpl3/gcc/dist/gcc/config/stormy16/
stormy16.cc
313
int
gt_p
= (code == GT || code == GTU);
local
316
if (
gt_p
)
318
xstormy16_emit_cbranch (unsigned_p ? LTU : LT, op0, op1,
gt_p
? lab : loc);
321
xstormy16_emit_cbranch (
gt_p
? NE : EQ, op0, op1, loc);
322
if (
gt_p
)
/src/external/gpl3/gcc.old/dist/gcc/
wide-int.h
527
BINARY_PREDICATE
gt_p
(const T1 &, const T2 &, signop);
2012
wi::
gt_p
(const T1 &x, const T2 &y, signop sgn)
function in class:wi
2848
while (
gt_p
(x, 0, sgn))
Completed in 39 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026