OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:operands_match_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
reload.cc
2223
operands_match_p
(rtx x, rtx y)
2289
return
operands_match_p
(XEXP (x, 0), y);
2298
return
operands_match_p
(x, XEXP (y, 0)) ? 2 : 0;
2360
val =
operands_match_p
(XEXP (x, i), XEXP (y, i));
2377
val =
operands_match_p
(XVECEXP (x, i, j), XVECEXP (y, i, j));
2811
=
operands_match_p
(recog_data.operand[c],
2825
=
operands_match_p
(recog_data.operand[other],
2832
=
operands_match_p
(recog_data.operand[c],
2212
operands_match_p
(rtx x, rtx y)
function
/src/external/gpl3/gcc.old/dist/gcc/
reload.cc
2222
operands_match_p
(rtx x, rtx y)
2288
return
operands_match_p
(XEXP (x, 0), y);
2297
return
operands_match_p
(x, XEXP (y, 0)) ? 2 : 0;
2359
val =
operands_match_p
(XEXP (x, i), XEXP (y, i));
2376
val =
operands_match_p
(XVECEXP (x, i, j), XVECEXP (y, i, j));
2810
=
operands_match_p
(recog_data.operand[c],
2824
=
operands_match_p
(recog_data.operand[other],
2831
=
operands_match_p
(recog_data.operand[c],
2211
operands_match_p
(rtx x, rtx y)
function
Completed in 29 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026