OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_v2di
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
6967
rtx
tmp_v2di
= gen_reg_rtx (V2DImode);
6968
emit_insn (gen_vsx_concat_v2di (
tmp_v2di
, mrg_di[1], mrg_di[3]));
6969
emit_move_insn (target, gen_lowpart (V4SFmode,
tmp_v2di
));
6955
rtx
tmp_v2di
= gen_reg_rtx (V2DImode);
local
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
6891
rtx
tmp_v2di
= gen_reg_rtx (V2DImode);
6892
emit_insn (gen_vsx_concat_v2di (
tmp_v2di
, mrg_di[1], mrg_di[3]));
6893
emit_move_insn (target, gen_lowpart (V4SFmode,
tmp_v2di
));
6879
rtx
tmp_v2di
= gen_reg_rtx (V2DImode);
local
Completed in 77 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026