Searched refs:reg_char (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_bc_dump.cpp | 234 char reg_char = 'R'; in print_dst() local 237 reg_char = 'T'; in print_dst() 241 s << reg_char; in print_dst() local
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 3588 char reg_char; in AppendRegisterNameToOutput() local 3591 reg_char = reg.Is64Bits() ? 'x' : 'w'; in AppendRegisterNameToOutput() 3596 reg_char = 'b'; in AppendRegisterNameToOutput() 3599 reg_char = 'h'; in AppendRegisterNameToOutput() 3602 reg_char = 's'; in AppendRegisterNameToOutput() 3605 reg_char = 'd'; in AppendRegisterNameToOutput() 3609 reg_char = 'q'; in AppendRegisterNameToOutput() 3623 AppendToOutput("%c%d", reg_char, reg.code()); in AppendRegisterNameToOutput() 3630 AppendToOutput("%czr", reg_char); in AppendRegisterNameToOutput()
|
/third_party/vixl/src/aarch64/ |
H A D | disasm-aarch64.cc | 6118 char reg_char; in Disassembler() local 6121 reg_char = reg.Is64Bits() ? 'x' : 'w'; in Disassembler() 6126 reg_char = 'b'; in Disassembler() 6129 reg_char = 'h'; in Disassembler() 6132 reg_char = 's'; in Disassembler() 6135 reg_char = 'd'; in Disassembler() 6139 reg_char = 'q'; in Disassembler() 6145 AppendToOutput("%c%d", reg_char, reg.GetCode()); in Disassembler() 6151 AppendToOutput("%czr", reg_char); in Disassembler()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.c | 2018 char reg_char = 'R'; in print_dst() local 2021 reg_char = 'T'; in print_dst() 2025 o += fprintf(stderr, "%c", reg_char); in print_dst()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 421 char reg_char = vgprs ? 'v' : 's'; in print_regs() local 438 printf("%cgprs: ", reg_char); in print_regs() 478 printf("= %c[%d", reg_char, first_reg.reg() - regs.lo()); in print_regs()
|
Completed in 24 milliseconds