Home
last modified time | relevance | path

Searched refs:MIPS_REG_COUNT (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/mips/
Dtarget_mips.cc182 #define MIPS_REG_COUNT 32 macro
183 static const char *mips_reg_name[MIPS_REG_COUNT] = {
266 DCHECK(operand >= 0 && operand < MIPS_REG_COUNT); in BuildInsnString()