OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNITS_PER_HWFPVALUE
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/visium/
visium.cc
1347
&& GET_MODE_SIZE (arg.mode) <=
UNITS_PER_HWFPVALUE
)
1349
&& GET_MODE_SIZE (arg.mode) <=
UNITS_PER_HWFPVALUE
* 2)))
1379
&& GET_MODE_SIZE (arg.mode) <=
UNITS_PER_HWFPVALUE
)
1381
&& GET_MODE_SIZE (arg.mode) <=
UNITS_PER_HWFPVALUE
* 2)))
1425
&& GET_MODE_SIZE (mode) <=
UNITS_PER_HWFPVALUE
)
1427
&& GET_MODE_SIZE (mode) <=
UNITS_PER_HWFPVALUE
* 2)))
1493
size = (gp_saved * UNITS_PER_WORD) + (fp_saved *
UNITS_PER_HWFPVALUE
);
1509
fp_saved *
UNITS_PER_HWFPVALUE
));
1520
gcc_assert (UNITS_PER_WORD ==
UNITS_PER_HWFPVALUE
);
1609
+ MAX_ARGS_IN_FP_REGISTERS *
UNITS_PER_HWFPVALUE
;
[
all
...]
visium.h
287
#define
UNITS_PER_HWFPVALUE
4
/src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc
1346
&& GET_MODE_SIZE (arg.mode) <=
UNITS_PER_HWFPVALUE
)
1348
&& GET_MODE_SIZE (arg.mode) <=
UNITS_PER_HWFPVALUE
* 2)))
1378
&& GET_MODE_SIZE (arg.mode) <=
UNITS_PER_HWFPVALUE
)
1380
&& GET_MODE_SIZE (arg.mode) <=
UNITS_PER_HWFPVALUE
* 2)))
1424
&& GET_MODE_SIZE (mode) <=
UNITS_PER_HWFPVALUE
)
1426
&& GET_MODE_SIZE (mode) <=
UNITS_PER_HWFPVALUE
* 2)))
1490
size = (gp_saved * UNITS_PER_WORD) + (fp_saved *
UNITS_PER_HWFPVALUE
);
1506
fp_saved *
UNITS_PER_HWFPVALUE
));
1517
gcc_assert (UNITS_PER_WORD ==
UNITS_PER_HWFPVALUE
);
1606
+ MAX_ARGS_IN_FP_REGISTERS *
UNITS_PER_HWFPVALUE
;
[
all
...]
visium.h
287
#define
UNITS_PER_HWFPVALUE
4
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.h
202
#define
UNITS_PER_HWFPVALUE
\
loongarch.cc
2796
return loongarch_set_reg_reg_piece_cost (mode,
UNITS_PER_HWFPVALUE
);
/src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.h
146
#define
UNITS_PER_HWFPVALUE
\
loongarch.cc
3698
return loongarch_set_reg_reg_piece_cost (mode,
UNITS_PER_HWFPVALUE
);
6708
return size <=
UNITS_PER_HWFPVALUE
;
/src/external/gpl3/gcc/dist/gcc/config/mips/
mips.h
1652
#define
UNITS_PER_HWFPVALUE
\
mips.cc
4196
return mips_set_reg_reg_piece_cost (mode,
UNITS_PER_HWFPVALUE
);
4887
offset = (UNITS_PER_WORD <
UNITS_PER_HWFPVALUE
? high_p : byte != 0);
6602
&& GET_MODE_UNIT_SIZE (mode) <=
UNITS_PER_HWFPVALUE
);
6931
off +=
UNITS_PER_HWFPVALUE
;
7253
takes up
UNITS_PER_HWFPVALUE
bytes, regardless of the
7255
rsize =
UNITS_PER_HWFPVALUE
;
7271
up 4 (
UNITS_PER_HWFPVALUE
) bytes, but those passed on the
9888
gcc_assert (GET_MODE_SIZE (mode) ==
UNITS_PER_HWFPVALUE
);
11300
| | +
UNITS_PER_HWFPVALUE
11476
frame->fp_sp_offset = offset -
UNITS_PER_HWFPVALUE
;
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.h
1627
#define
UNITS_PER_HWFPVALUE
\
mips.cc
4099
return mips_set_reg_reg_piece_cost (mode,
UNITS_PER_HWFPVALUE
);
4759
offset = (UNITS_PER_WORD <
UNITS_PER_HWFPVALUE
? high_p : byte != 0);
6452
&& GET_MODE_UNIT_SIZE (mode) <=
UNITS_PER_HWFPVALUE
);
6774
off +=
UNITS_PER_HWFPVALUE
;
7096
takes up
UNITS_PER_HWFPVALUE
bytes, regardless of the
7098
rsize =
UNITS_PER_HWFPVALUE
;
7114
up 4 (
UNITS_PER_HWFPVALUE
) bytes, but those passed on the
9718
gcc_assert (GET_MODE_SIZE (mode) ==
UNITS_PER_HWFPVALUE
);
11129
| | +
UNITS_PER_HWFPVALUE
11303
frame->fp_sp_offset = offset -
UNITS_PER_HWFPVALUE
;
[
all
...]
Completed in 56 milliseconds
Indexes created Sat Jul 18 00:24:37 UTC 2026