OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RTX_COMPARE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtl.h
75
RTX_COMPARE
, /* 0 */
99
#define RTX_COMPARE_RESULT (
RTX_COMPARE
& RTX_COMPARE_MASK)
103
#define RTX_BINARY_RESULT (
RTX_COMPARE
& RTX_BINARY_MASK)
106
#define RTX_NON_COMMUTATIVE_RESULT (
RTX_COMPARE
& RTX_COMMUTATIVE_MASK)
1048
| (1 <<
RTX_COMPARE
)))
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
73
RTX_COMPARE
, /* 0 */
97
#define RTX_COMPARE_RESULT (
RTX_COMPARE
& RTX_COMPARE_MASK)
101
#define RTX_BINARY_RESULT (
RTX_COMPARE
& RTX_BINARY_MASK)
104
#define RTX_NON_COMMUTATIVE_RESULT (
RTX_COMPARE
& RTX_COMMUTATIVE_MASK)
1046
| (1 <<
RTX_COMPARE
)))
Completed in 34 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026