HomeSort by relevance Sort by last modified time
    Searched full:use_armv7_instructions (Results 1 - 1 of 1) sorted by null

  /external/qemu/tcg/arm/
tcg-target.c 30 #define USE_ARMV7_INSTRUCTIONS
33 #if defined(USE_ARMV7_INSTRUCTIONS) || \
63 #ifdef USE_ARMV7_INSTRUCTIONS
64 static const int use_armv7_instructions = 1; variable
66 static const int use_armv7_instructions = 0; variable
68 #undef USE_ARMV7_INSTRUCTIONS
424 } else if (use_armv7_instructions) {
    [all...]

Completed in 87 milliseconds