OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
144
static const char *
mips_reg_name
[MIPS_REG_COUNT] = {
member in namespace:art
227
strcpy(tbuf,
mips_reg_name
[operand]);
Completed in 60 milliseconds