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

  /dalvik/vm/compiler/codegen/mips/
ArchUtility.cpp 22 #define MIPS_REG_COUNT 32
23 static const char *mipsRegName[MIPS_REG_COUNT] = {
142 assert(operand >= 0 && operand < MIPS_REG_COUNT);
  /art/compiler/dex/quick/mips/
target_mips.cc 143 #define MIPS_REG_COUNT 32
144 static const char *mips_reg_name[MIPS_REG_COUNT] = {
226 DCHECK(operand >= 0 && operand < MIPS_REG_COUNT);

Completed in 1184 milliseconds