• Home
  • Raw
  • Download

Lines Matching refs:clr_normal

46 TEXT_COLOUR clr_normal         = FLAG_log_colour ? COLOUR(NORMAL)       : "";  variable
1141 clr_reg_value, reg<uint64_t>(code, r31mode), clr_normal); in PrintRegister()
1154 clr_fpreg_value, fpreg<uint64_t>(code), clr_normal); in PrintFPRegister()
1162 clr_fpreg_value, fpreg<double>(code), clr_normal); in PrintFPRegister()
1170 clr_fpreg_value, fpreg<float>(code), clr_normal); in PrintFPRegister()
1185 clr_normal); in PrintSystemRegister()
1199 clr_normal); in PrintSystemRegister()
1216 clr_reg_value, reg<uint64_t>(reg_code), clr_normal); in PrintRead()
1219 clr_memory_address, address, clr_normal); in PrintRead()
1231 clr_fpreg_value, fpreg<uint64_t>(reg_code), clr_normal, in PrintReadFP()
1233 clr_fpreg_value, fpreg<float>(reg_code), clr_normal); in PrintReadFP()
1238 clr_fpreg_value, fpreg<uint64_t>(reg_code), clr_normal, in PrintReadFP()
1240 clr_fpreg_value, fpreg<double>(reg_code), clr_normal); in PrintReadFP()
1247 clr_memory_address, address, clr_normal); in PrintReadFP()
1260 clr_reg_value, reg<uint8_t>(reg_code), clr_normal); in PrintWrite()
1265 clr_reg_value, reg<uint16_t>(reg_code), clr_normal); in PrintWrite()
1270 clr_reg_value, reg<uint32_t>(reg_code), clr_normal); in PrintWrite()
1275 clr_reg_value, reg<uint64_t>(reg_code), clr_normal); in PrintWrite()
1282 clr_memory_address, address, clr_normal); in PrintWrite()
1295 clr_fpreg_value, fpreg<uint32_t>(reg_code), clr_normal, in PrintWriteFP()
1297 clr_fpreg_value, fpreg<float>(reg_code), clr_normal); in PrintWriteFP()
1302 clr_fpreg_value, fpreg<uint64_t>(reg_code), clr_normal, in PrintWriteFP()
1304 clr_fpreg_value, fpreg<double>(reg_code), clr_normal); in PrintWriteFP()
1311 clr_memory_address, address, clr_normal); in PrintWriteFP()
3315 clr_reg_name, clr_reg_value, xreg(31, Reg31IsStackPointer), clr_normal); in PrintValue()
3320 clr_reg_name, clr_reg_value, wreg(31, Reg31IsStackPointer), clr_normal); in PrintValue()
3332 clr_normal, in PrintValue()
3337 clr_normal); in PrintValue()
3343 clr_normal); in PrintValue()
3349 clr_normal); in PrintValue()
3353 clr_reg_name, WRegNameForCode(i), clr_reg_value, wreg(i), clr_normal); in PrintValue()
3359 clr_reg_name, XRegNameForCode(i), clr_reg_value, xreg(i), clr_normal); in PrintValue()
3685 clr_normal); in VisitException()
3691 clr_normal); in VisitException()
3862 fprintf(stream_, "%s", clr_normal); in DoPrintf()