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 - 13
of
13
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
te-armfbsdvfp.h
22
#define
FPU_DEFAULT
FPU_ARCH_SOFTVFP
te-armlinuxeabi.h
23
#define
FPU_DEFAULT
FPU_ARCH_SOFTVFP
te-armeabi.h
21
#define
FPU_DEFAULT
FPU_ARCH_SOFTVFP
te-armnbsdeabi.h
24
#define
FPU_DEFAULT
FPU_ARCH_VFP
te-armnbsdeabihf.h
24
#define
FPU_DEFAULT
FPU_ARCH_VFP_V2
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/
te-armfbsdvfp.h
22
#define
FPU_DEFAULT
FPU_ARCH_SOFTVFP
te-armlinuxeabi.h
23
#define
FPU_DEFAULT
FPU_ARCH_SOFTVFP
te-armeabi.h
21
#define
FPU_DEFAULT
FPU_ARCH_SOFTVFP
te-armnbsdeabi.h
24
#define
FPU_DEFAULT
FPU_ARCH_VFP
te-armnbsdeabihf.h
24
#define
FPU_DEFAULT
FPU_ARCH_VFP_V2
te-nacl.h
27
#define
FPU_DEFAULT
FPU_ARCH_SOFTVFP
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 69 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026