Searched refs:reg_char (Results 1 – 4 of 4) sorted by relevance
229 char reg_char = 'R'; in print_dst() local232 reg_char = 'T'; in print_dst()236 s << reg_char; in print_dst()
3310 char reg_char; in AppendRegisterNameToOutput() local3313 reg_char = reg.Is64Bits() ? 'x' : 'w'; in AppendRegisterNameToOutput()3318 reg_char = 'b'; in AppendRegisterNameToOutput()3321 reg_char = 'h'; in AppendRegisterNameToOutput()3324 reg_char = 's'; in AppendRegisterNameToOutput()3327 reg_char = 'd'; in AppendRegisterNameToOutput()3331 reg_char = 'q'; in AppendRegisterNameToOutput()3345 AppendToOutput("%c%d", reg_char, reg.code()); in AppendRegisterNameToOutput()3352 AppendToOutput("%czr", reg_char); in AppendRegisterNameToOutput()
4726 char reg_char; in AppendRegisterNameToOutput() local4729 reg_char = reg.Is64Bits() ? 'x' : 'w'; in AppendRegisterNameToOutput()4734 reg_char = 'b'; in AppendRegisterNameToOutput()4737 reg_char = 'h'; in AppendRegisterNameToOutput()4740 reg_char = 's'; in AppendRegisterNameToOutput()4743 reg_char = 'd'; in AppendRegisterNameToOutput()4747 reg_char = 'q'; in AppendRegisterNameToOutput()4753 AppendToOutput("%c%d", reg_char, reg.GetCode()); in AppendRegisterNameToOutput()4759 AppendToOutput("%czr", reg_char); in AppendRegisterNameToOutput()
1892 char reg_char = 'R'; in print_dst() local1895 reg_char = 'T'; in print_dst()1899 o += fprintf(stderr, "%c", reg_char); in print_dst()