OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inner_code
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
reload.cc
5234
enum rtx_code
inner_code
;
5239
inner_code
= GET_CODE (XEXP (ad, 0));
5242
&& (
inner_code
== PLUS ||
inner_code
== LO_SUM)))
5251
if ((regno_ok_for_base_p (REGNO (operand), mode, as,
inner_code
,
5220
enum rtx_code
inner_code
;
local
combine.cc
9923
enum rtx_code
inner_code
;
9948
inner_code
= GET_CODE (lhs);
9949
if (
inner_code
!= GET_CODE (rhs))
9953
switch (
inner_code
)
10017
if (code == XOR &&
inner_code
== IOR)
10019
inner_code
= AND;
10026
return simplify_gen_binary (
inner_code
, GET_MODE (x),
10053
enum rtx_code outer_code,
inner_code
;
10070
inner_code
= GET_CODE (decomposed);
10076
if (outer_code == AND &&
inner_code
== XOR && GET_CODE (distributed) == NOT
9890
enum rtx_code
inner_code
;
local
10020
enum rtx_code outer_code,
inner_code
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
reload.cc
5237
enum rtx_code
inner_code
;
5242
inner_code
= GET_CODE (XEXP (ad, 0));
5245
&& (
inner_code
== PLUS ||
inner_code
== LO_SUM)))
5254
if ((regno_ok_for_base_p (REGNO (operand), mode, as,
inner_code
,
5223
enum rtx_code
inner_code
;
local
combine.cc
9872
enum rtx_code
inner_code
;
9897
inner_code
= GET_CODE (lhs);
9898
if (
inner_code
!= GET_CODE (rhs))
9902
switch (
inner_code
)
9966
if (code == XOR &&
inner_code
== IOR)
9968
inner_code
= AND;
9975
return simplify_gen_binary (
inner_code
, GET_MODE (x),
10002
enum rtx_code outer_code,
inner_code
;
10019
inner_code
= GET_CODE (decomposed);
10025
if (outer_code == AND &&
inner_code
== XOR && GET_CODE (distributed) == NOT
9839
enum rtx_code
inner_code
;
local
9969
enum rtx_code outer_code,
inner_code
;
local
[
all
...]
Completed in 43 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026