Home
last modified time | relevance | path

Searched refs:CAN_USE_VFP3_INSTRUCTIONS (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/base/
Dbuild_config.h55 # ifndef CAN_USE_VFP3_INSTRUCTIONS
56 # define CAN_USE_VFP3_INSTRUCTIONS macro
/external/v8/build/
Dtoolchain.gypi129 'CAN_USE_VFP3_INSTRUCTIONS',
134 'CAN_USE_VFP3_INSTRUCTIONS',
140 'CAN_USE_VFP3_INSTRUCTIONS',
/external/v8/src/
Dflag-definitions.h107 #if (defined CAN_USE_VFP3_INSTRUCTIONS) || !(defined ARM_TEST_NO_FEATURE_PROBE)
/external/v8/src/arm/
Dassembler-arm.cc59 #ifdef CAN_USE_VFP3_INSTRUCTIONS in CpuFeaturesImpliedByCompiler()
157 #elif defined CAN_USE_VFP3_INSTRUCTIONS in PrintTarget()