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

  /external/qemu/tcg/arm/
tcg-target.c 46 #define USE_ARMV5_INSTRUCTIONS
49 #ifdef USE_ARMV5_INSTRUCTIONS
50 static const int use_armv5_instructions = 1; variable
52 static const int use_armv5_instructions = 0; variable
54 #undef USE_ARMV5_INSTRUCTIONS
882 if (!use_armv5_instructions) {
909 if (use_armv5_instructions) {
    [all...]

Completed in 1990 milliseconds