OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fltmode
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
vr-values.cc
1647
scalar_float_mode
fltmode
local
1667
&& can_float_p (
fltmode
, rhs_mode, 0) != CODE_FOR_nothing
1671
else if (can_float_p (
fltmode
, rhs_mode,
1684
if (can_float_p (
fltmode
, mode, 0) != CODE_FOR_nothing
/src/external/gpl3/gcc.old/dist/gcc/
vr-values.cc
4030
scalar_float_mode
fltmode
local
4043
&& can_float_p (
fltmode
, rhs_mode, 0) != CODE_FOR_nothing
4047
else if (can_float_p (
fltmode
, rhs_mode,
4060
if (can_float_p (
fltmode
, mode, 0) != CODE_FOR_nothing
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc
2078
machine_mode
fltmode
= GET_MODE (target);
local
2091
tmp[3] = gen_reg_rtx (
fltmode
);
2093
tmp[4] = gen_reg_rtx (
fltmode
);
2097
tmp[5] = force_reg (
fltmode
, ix86_build_const_vector (
fltmode
, 1, tmp[5]));
2100
tmp[6] = gen_rtx_FMA (
fltmode
, tmp[4], tmp[5], tmp[3]);
2105
tmp[6] = expand_simple_binop (
fltmode
, MULT, tmp[4], tmp[5],
2107
tmp[7] = expand_simple_binop (
fltmode
, PLUS, tmp[3], tmp[6],
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc
1933
machine_mode
fltmode
= GET_MODE (target);
local
1946
tmp[3] = gen_reg_rtx (
fltmode
);
1948
tmp[4] = gen_reg_rtx (
fltmode
);
1952
tmp[5] = force_reg (
fltmode
, ix86_build_const_vector (
fltmode
, 1, tmp[5]));
1955
tmp[6] = gen_rtx_FMA (
fltmode
, tmp[4], tmp[5], tmp[3]);
1960
tmp[6] = expand_simple_binop (
fltmode
, MULT, tmp[4], tmp[5],
1962
tmp[7] = expand_simple_binop (
fltmode
, PLUS, tmp[3], tmp[6],
Completed in 40 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026