Searched refs:reg_char (Results 1 – 4 of 4) sorted by relevance
37 # define reg_char char macro72 unsigned reg_char c; in __memchr()
229 char reg_char = 'R'; in print_dst() local232 reg_char = 'T'; in print_dst()236 s << reg_char; in print_dst()
3973 char reg_char; in AppendRegisterNameToOutput() local3976 reg_char = reg.Is64Bits() ? 'x' : 'w'; in AppendRegisterNameToOutput()3981 reg_char = 'b'; in AppendRegisterNameToOutput()3984 reg_char = 'h'; in AppendRegisterNameToOutput()3987 reg_char = 's'; in AppendRegisterNameToOutput()3990 reg_char = 'd'; in AppendRegisterNameToOutput()3994 reg_char = 'q'; in AppendRegisterNameToOutput()4000 AppendToOutput("%c%d", reg_char, reg.GetCode()); in AppendRegisterNameToOutput()4006 AppendToOutput("%czr", reg_char); in AppendRegisterNameToOutput()
1869 char reg_char = 'R'; in print_dst() local1872 reg_char = 'T'; in print_dst()1876 o += fprintf(stderr, "%c", reg_char); in print_dst()