HomeSort by: relevance | last modified time | path
    Searched refs:qi_high_reg_name (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 135 static const char *const qi_high_reg_name[] = QI_HIGH_REGISTER_NAMES; variable
12971 if (regno >= ARRAY_SIZE (qi_high_reg_name))
12973 reg = qi_high_reg_name[regno];
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 139 static const char *const qi_high_reg_name[] = QI_HIGH_REGISTER_NAMES; variable
13653 if (regno >= ARRAY_SIZE (qi_high_reg_name))
13655 reg = qi_high_reg_name[regno];

Completed in 40 milliseconds