OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fpu_default
(Results
1 - 11
of
11
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
te-armfbsdvfp.h
22
#define
FPU_DEFAULT
FPU_ARCH_VFP
te-armlinuxeabi.h
23
#define
FPU_DEFAULT
FPU_ARCH_VFP
te-armeabi.h
21
#define
FPU_DEFAULT
FPU_ARCH_VFP
te-nacl.h
27
#define
FPU_DEFAULT
FPU_ARCH_VFP
tc-arm.c
106
#ifndef
FPU_DEFAULT
108
# define
FPU_DEFAULT
FPU_ARCH_FPA
111
# define
FPU_DEFAULT
FPU_ARCH_VFP /* Soft-float, but VFP order. */
114
# define
FPU_DEFAULT
FPU_ARCH_FPA /* Soft-float, but FPA order. */
117
# define
FPU_DEFAULT
FPU_ARCH_VFP /* Soft-float, VFP order. */
120
# define
FPU_DEFAULT
FPU_ARCH_FPA
122
#endif /* ifndef
FPU_DEFAULT
*/
157
static const arm_feature_set
fpu_default
=
FPU_DEFAULT
;
variable
[
all
...]
/toolchain/binutils/binutils-2.25/gas/
ChangeLog-2009
[
all
...]
ChangeLog-2012
[
all
...]
ChangeLog-2004
108
* config/tc-arm.c: Allow emulation file to set
FPU_DEFAULT
.
[
all
...]
ChangeLog-0203
[
all
...]
ChangeLog-2005
[
all
...]
ChangeLog-0001
505
(
FPU_DEFAULT
): Default to FPA.
[
all
...]
Completed in 249 milliseconds