OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arm_fp_model
(Results
1 - 6
of
6
) sorted by null
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h
189
#define TARGET_FPA (
arm_fp_model
== ARM_FP_MODEL_FPA)
190
#define TARGET_MAVERICK (
arm_fp_model
== ARM_FP_MODEL_MAVERICK)
191
#define TARGET_VFP (
arm_fp_model
== ARM_FP_MODEL_VFP)
222
#define TARGET_VFPD32 (
arm_fp_model
== ARM_FP_MODEL_VFP \
227
#define TARGET_VFP3 (
arm_fp_model
== ARM_FP_MODEL_VFP \
236
&&
arm_fp_model
== ARM_FP_MODEL_VFP \
283
enum
arm_fp_model
294
extern enum
arm_fp_model
arm_fp_model
;
281
enum
arm_fp_model
enum
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h
189
#define TARGET_FPA (
arm_fp_model
== ARM_FP_MODEL_FPA)
190
#define TARGET_MAVERICK (
arm_fp_model
== ARM_FP_MODEL_MAVERICK)
191
#define TARGET_VFP (
arm_fp_model
== ARM_FP_MODEL_VFP)
222
#define TARGET_VFPD32 (
arm_fp_model
== ARM_FP_MODEL_VFP \
227
#define TARGET_VFP3 (
arm_fp_model
== ARM_FP_MODEL_VFP \
236
&&
arm_fp_model
== ARM_FP_MODEL_VFP \
283
enum
arm_fp_model
294
extern enum
arm_fp_model
arm_fp_model
;
281
enum
arm_fp_model
enum
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/
cc1
cc1plus
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/
cc1
cc1plus
Completed in 120 milliseconds