OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fpu_default
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
119
#ifndef
FPU_DEFAULT
121
# define
FPU_DEFAULT
FPU_NONE
124
# define
FPU_DEFAULT
FPU_ARCH_SOFTVFP /* Soft-float, but VFP order. */
127
# define
FPU_DEFAULT
FPU_NONE /* Soft-float, no FPU. */
130
# define
FPU_DEFAULT
FPU_ARCH_SOFTVFP /* Soft-float, VFP order. */
134
# define
FPU_DEFAULT
FPU_NONE
136
#endif /* ifndef
FPU_DEFAULT
*/
186
static const arm_feature_set
fpu_default
=
FPU_DEFAULT
;
variable
30127
selected_fpu =
fpu_default
;
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
119
#ifndef
FPU_DEFAULT
121
# define
FPU_DEFAULT
FPU_NONE
124
# define
FPU_DEFAULT
FPU_ARCH_SOFTVFP /* Soft-float, but VFP order. */
127
# define
FPU_DEFAULT
FPU_NONE /* Soft-float, no FPU. */
130
# define
FPU_DEFAULT
FPU_ARCH_SOFTVFP /* Soft-float, VFP order. */
134
# define
FPU_DEFAULT
FPU_NONE
136
#endif /* ifndef
FPU_DEFAULT
*/
186
static const arm_feature_set
fpu_default
=
FPU_DEFAULT
;
variable
30134
selected_fpu =
fpu_default
;
[
all
...]
Completed in 62 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026