HomeSort by relevance Sort by last modified time
    Searched refs:CAN_USE_ARMV7_INSTRUCTIONS (Results 1 - 2 of 2) sorted by null

  /external/v8/src/arm/
constants-arm.h 46 # define CAN_USE_ARMV7_INSTRUCTIONS 1
55 defined(CAN_USE_ARMV7_INSTRUCTIONS)
assembler-arm.cc 55 // preprocessor symbols CAN_USE_ARMV7_INSTRUCTIONS and CAN_USE_VFP_INSTRUCTIONS
60 #ifdef CAN_USE_ARMV7_INSTRUCTIONS
62 #endif // def CAN_USE_ARMV7_INSTRUCTIONS
71 #if defined(CAN_USE_ARMV7_INSTRUCTIONS) && defined(__VFP_FP__) \
74 #endif // defined(CAN_USE_ARMV7_INSTRUCTIONS) && defined(__VFP_FP__)
    [all...]

Completed in 38 milliseconds