Home | History | Annotate | Download | only in mips

Lines Matching defs:STR

118   char* str = reinterpret_cast<char*>(instr->InstructionBits());
119 if (strlen(str) > 0) {
121 fprintf(coverage_log, "%s\n", str);
137 const char* str = reinterpret_cast<char*>(instr->InstructionBits());
138 PrintF("Simulator hit %s\n", str);
248 #define STR(a) #a
249 #define XSTR(a) STR(a)
467 #undef STR