Home
last modified time | relevance | path

Searched refs:CAN_USE_ARMV7_INSTRUCTIONS (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/arm/
Dconstants-arm.h46 # define CAN_USE_ARMV7_INSTRUCTIONS 1 macro
55 defined(CAN_USE_ARMV7_INSTRUCTIONS)
Dassembler-arm.cc60 #ifdef CAN_USE_ARMV7_INSTRUCTIONS in CpuFeaturesImpliedByCompiler()
71 #if defined(CAN_USE_ARMV7_INSTRUCTIONS) && defined(__VFP_FP__) \ in CpuFeaturesImpliedByCompiler()
/external/chromium_org/v8/src/
Dglobals.h87 # define CAN_USE_ARMV7_INSTRUCTIONS 1 macro
Dflag-definitions.h129 #if (defined CAN_USE_ARMV7_INSTRUCTIONS) || !(defined ARM_TEST)
/external/chromium_org/v8/build/
Dtoolchain.gypi132 'CAN_USE_ARMV7_INSTRUCTIONS=1',
220 'CAN_USE_ARMV7_INSTRUCTIONS=1',
/external/chromium_org/v8/src/arm/
Dassembler-arm.cc69 #ifdef CAN_USE_ARMV7_INSTRUCTIONS in CpuFeaturesImpliedByCompiler()
219 #if defined CAN_USE_ARMV7_INSTRUCTIONS in PrintTarget()