OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vsx_const
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
6698
vec_const_128bit_type
vsx_const
;
6699
if (TARGET_POWER10 && vec_const_128bit_to_bytes (vec, mode, &
vsx_const
))
6701
unsigned imm = constant_generates_lxvkq (&
vsx_const
);
6708
imm = constant_generates_xxspltiw (&
vsx_const
);
6715
imm = constant_generates_xxspltidp (&
vsx_const
);
29144
constant_generates_lxvkq (vec_const_128bit_type *
vsx_const
)
29154
if (
vsx_const
->words[1] != 0
29155
||
vsx_const
->words[2] != 0
29156
||
vsx_const
->words[3] != 0)
29160
switch (
vsx_const
->words[0]
6686
vec_const_128bit_type
vsx_const
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
6622
vec_const_128bit_type
vsx_const
;
6623
if (TARGET_POWER10 && vec_const_128bit_to_bytes (vec, mode, &
vsx_const
))
6625
unsigned imm = constant_generates_lxvkq (&
vsx_const
);
6632
imm = constant_generates_xxspltiw (&
vsx_const
);
6639
imm = constant_generates_xxspltidp (&
vsx_const
);
28708
constant_generates_lxvkq (vec_const_128bit_type *
vsx_const
)
28718
if (
vsx_const
->words[1] != 0
28719
||
vsx_const
->words[2] != 0
28720
||
vsx_const
->words[3] != 0)
28724
switch (
vsx_const
->words[0]
6610
vec_const_128bit_type
vsx_const
;
local
[
all
...]
Completed in 62 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026