OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:split_code
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gensupport.cc
1145
int
split_code
= (GET_CODE (desc) == DEFINE_INSN_AND_REWRITE ? 5 : 6);
1174
XSTR (split, 3) = XSTR (desc,
split_code
);
1177
attr = XVEC (desc,
split_code
+ 1);
1142
int
split_code
= (GET_CODE (desc) == DEFINE_INSN_AND_REWRITE ? 5 : 6);
local
combine.cc
3751
enum rtx_code
split_code
= GET_CODE (*split);
3782
if (
split_code
== MULT
3790
/* Update
split_code
because we may not have a multiply
3792
split_code
= GET_CODE (*split);
3796
if (
split_code
== PLUS
3807
/* Update
split_code
because we may not have a multiply
3809
split_code
= GET_CODE (*split);
3815
if (
split_code
== SUBREG && MEM_P (SUBREG_REG (*split)))
3909
if (i2_code_number >= 0 && ! (
split_code
== MULT && ! have_mult))
3737
enum rtx_code
split_code
= GET_CODE (*split);
local
/src/external/gpl3/gcc.old/dist/gcc/
gensupport.cc
602
int
split_code
= (GET_CODE (desc) == DEFINE_INSN_AND_REWRITE ? 5 : 6);
631
XSTR (split, 3) = XSTR (desc,
split_code
);
634
attr = XVEC (desc,
split_code
+ 1);
599
int
split_code
= (GET_CODE (desc) == DEFINE_INSN_AND_REWRITE ? 5 : 6);
local
combine.cc
3738
enum rtx_code
split_code
= GET_CODE (*split);
3769
if (
split_code
== MULT
3777
/* Update
split_code
because we may not have a multiply
3779
split_code
= GET_CODE (*split);
3783
if (
split_code
== PLUS
3794
/* Update
split_code
because we may not have a multiply
3796
split_code
= GET_CODE (*split);
3802
if (
split_code
== SUBREG && MEM_P (SUBREG_REG (*split)))
3896
if (i2_code_number >= 0 && ! (
split_code
== MULT && ! have_mult))
3724
enum rtx_code
split_code
= GET_CODE (*split);
local
Completed in 51 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026