Searched refs:clr_normal (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 49 TEXT_COLOUR clr_normal = FLAG_log_colour ? COLOUR(NORMAL) : ""; variable 1177 fprintf(stream_, "%s", clr_normal); in PrintVRegisterRawHelper() 1223 fprintf(stream_, "%s%s%#g%s", separator, clr_vreg_value, value, clr_normal); in PrintVRegisterFPHelper() 1292 clr_normal); in PrintRegisterRawHelper() 1335 clr_normal); in PrintSystemRegister() 1349 clr_normal); in PrintSystemRegister() 1366 clr_memory_address, address, clr_normal); in PrintRead() 1380 clr_memory_address, address, clr_normal); in PrintVRead() 1392 clr_memory_address, address, clr_normal); in PrintWrite() 1413 clr_memory_address, address, clr_normal); in PrintVWrite() [all …]
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 277 clr_normal = value ? COLOUR(NORMAL) : ""; in SetColouredTrace() 716 clr_normal); in PrintRegisterRawHelper() 778 fprintf(stream_, "%s", clr_normal); in PrintVRegisterRawHelper() 859 fprintf(stream_, "%s%snan%s", separator, clr_vreg_value, clr_normal); in PrintVRegisterFPHelper() 866 clr_normal); in PrintVRegisterFPHelper() 923 clr_normal); in PrintSystemRegister() 939 clr_normal); in PrintSystemRegister() 961 clr_normal); in PrintRead() 983 clr_normal); in PrintVRead() 1001 clr_normal); in PrintWrite() [all …]
|
D | simulator-aarch64.h | 1738 const char* clr_normal;
|