OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dcopy1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc
20975
struct expand_vec_perm_d dcopy,
dcopy1
;
local
21037
dcopy1
= *d;
21039
dcopy1
.op1 = dcopy.target;
21041
dcopy1
.op0 = dcopy.target;
21044
dcopy1
.perm[i] = ((d->perm[i] >= nelt) ? (nelt + i) : i);
21046
ok = expand_vec_perm_blend (&
dcopy1
);
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc
19633
struct expand_vec_perm_d dcopy,
dcopy1
;
local
19694
dcopy1
= *d;
19696
dcopy1
.op1 = dcopy.target;
19698
dcopy1
.op0 = dcopy.target;
19701
dcopy1
.perm[i] = ((d->perm[i] >= nelt) ? (nelt + i) : i);
19703
ok = expand_vec_perm_blend (&
dcopy1
);
Completed in 89 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026