OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shift_optab
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
optabs.cc
6099
mode of the value being shifted.
SHIFT_OPTAB
is vec_shr_optab for right
6103
optab
shift_optab
)
6110
if (
shift_optab
== vec_shl_optab)
6227
optab
shift_optab
= unknown_optab;
6230
shift_optab
= vec_shr_optab;
6233
shift_optab
= vec_shl_optab;
6236
if (
shift_optab
!= unknown_optab)
6238
shift_code = optab_handler (
shift_optab
, mode);
6240
? optab_handler (
shift_optab
, qimode)
6245
rtx shift_amt = shift_amt_for_vec_perm_mask (mode, indices,
shift_optab
);
6204
optab
shift_optab
= unknown_optab;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
optabs.cc
6358
mode of the value being shifted.
SHIFT_OPTAB
is vec_shr_optab for right
6362
optab
shift_optab
)
6369
if (
shift_optab
== vec_shl_optab)
6486
optab
shift_optab
= unknown_optab;
6489
shift_optab
= vec_shr_optab;
6492
shift_optab
= vec_shl_optab;
6495
if (
shift_optab
!= unknown_optab)
6497
shift_code = optab_handler (
shift_optab
, mode);
6499
? optab_handler (
shift_optab
, qimode)
6504
rtx shift_amt = shift_amt_for_vec_perm_mask (mode, indices,
shift_optab
);
6464
optab
shift_optab
= unknown_optab;
local
[
all
...]
Completed in 46 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026