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

  /system/core/libpixelflinger/codeflinger/
mips_disassem.c 144 static char * mips_reg_name[32] = { variable
151 static char ** reg_name = &mips_reg_name[0];
  /art/compiler/dex/quick/mips/
target_mips.cc 183 static const char *mips_reg_name[MIPS_REG_COUNT] = { member in namespace:art
267 strcpy(tbuf, mips_reg_name[operand]);

Completed in 83 milliseconds