OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expand_unop
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
optabs.cc
2568
/* Wrapper around
expand_unop
which takes an rtx code to specify
2578
return
expand_unop
(mode, unop, op0, target, unsignedp);
2606
temp =
expand_unop
(wider_mode, unoptab, xop0, NULL_RTX,
2820
return
expand_unop
(word_mode, parity_optab, t, target, true);
2846
x =
expand_unop
(wider_mode, bswap_optab, x, NULL_RTX, true);
2875
t1 =
expand_unop
(word_mode, bswap_optab,
2877
t0 =
expand_unop
(word_mode, bswap_optab,
2911
temp =
expand_unop
(wider_mode, popcount_optab, xop0, NULL_RTX,
3180
/* As
expand_unop
, but will fail rather than attempt the operation in a
3204
return
expand_unop
(mode, unoptab, op0, NULL_RTX, unsignedp)
3217
expand_unop
(machine_mode mode, optab unoptab, rtx op0, rtx target,
function
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
optabs.cc
546
tmp =
expand_unop
(op1_mode, one_cmpl_optab, op1, 0, true);
2583
/* Wrapper around
expand_unop
which takes an rtx code to specify
2593
return
expand_unop
(mode, unop, op0, target, unsignedp);
2621
temp =
expand_unop
(wider_mode, unoptab, xop0, NULL_RTX,
2867
return
expand_unop
(word_mode, parity_optab, t, target, true);
2893
x =
expand_unop
(wider_mode, bswap_optab, x, NULL_RTX, true);
2922
t1 =
expand_unop
(word_mode, bswap_optab,
2924
t0 =
expand_unop
(word_mode, bswap_optab,
2958
temp =
expand_unop
(wider_mode, popcount_optab, xop0, NULL_RTX,
3227
/* As
expand_unop
, but will fail rather than attempt the operation in
3264
expand_unop
(machine_mode mode, optab unoptab, rtx op0, rtx target,
function
[
all
...]
Completed in 25 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026