OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstssa
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc
1146
tree
dstssa
= create_tmp_reg_or_ssa_name (unsigned_V16QI_type_node);
local
1149
gimple_call_set_lhs (new_call,
dstssa
);
1151
gimplify_assign (dst,
dstssa
, &new_seq);
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc
1170
tree
dstssa
= create_tmp_reg_or_ssa_name (unsigned_V16QI_type_node);
local
1173
gimple_call_set_lhs (new_call,
dstssa
);
1175
gimplify_assign (dst,
dstssa
, &new_seq);
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026