Home
last modified time | relevance | path

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

/external/u-boot/common/
Dbedbug.c31 char *spr_name __P ((int));
309 strcat (ctx->data, spr_name (operand)); in print_operands()
491 char *spr_name (int value) in spr_name() function
506 return spr_map[i].spr_name; in spr_name()
549 if (strcmp (name, sprp->spr_name) == 0) { in spr_value()
/external/u-boot/include/bedbug/
Dregs.h162 char spr_name[ 10 ]; member
/external/pcre/dist2/src/sljit/
DsljitNativeTILEGX-encoder.c10124 const char *spr_name; in print_insn_tilegx() local
10139 spr_name = get_tilegx_spr_name(num); in print_insn_tilegx()
10140 if (spr_name != NULL) in print_insn_tilegx()
10141 printf ("%s", spr_name); in print_insn_tilegx()