Home
last modified time | relevance | path

Searched refs:reg_char (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_dump.cpp229 char reg_char = 'R'; in print_dst() local
232 reg_char = 'T'; in print_dst()
236 s << reg_char; in print_dst()
/external/v8/src/arm64/
Ddisasm-arm64.cc3310 char reg_char; in AppendRegisterNameToOutput() local
3313 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()
/external/vixl/src/aarch64/
Ddisasm-aarch64.cc4726 char reg_char; in AppendRegisterNameToOutput() local
4729 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()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c1892 char reg_char = 'R'; in print_dst() local
1895 reg_char = 'T'; in print_dst()
1899 o += fprintf(stderr, "%c", reg_char); in print_dst()