Searched refs:PrintRegister (Results 1 - 13 of 13) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstackwalk_common.cc64 // PrintRegister prints a register's name and value to stdout. It will
67 // return value of PrintRegister.
70 // to PrintRegister.
72 static int PrintRegister(const char *name, uint32_t value, int start_col) { function in namespace:google_breakpad::__anon6402
296 sequence = PrintRegister("eip", frame_x86->context.eip, sequence);
298 sequence = PrintRegister("esp", frame_x86->context.esp, sequence);
300 sequence = PrintRegister("ebp", frame_x86->context.ebp, sequence);
302 sequence = PrintRegister("ebx", frame_x86->context.ebx, sequence);
304 sequence = PrintRegister("esi", frame_x86->context.esi, sequence);
306 sequence = PrintRegister("ed
[all...]
/external/vixl/src/vixl/a64/
H A Ddebugger-a64.h92 void PrintRegister(const Register& target_reg,
H A Ddebugger-a64.cc614 void Debugger::PrintRegister(const Register& target_reg, function in class:vixl::Debugger
1313 debugger->PrintRegister(reg, reg_tok->Name(), format_tok);
H A Dsimulator-a64.h1136 void PrintRegister(unsigned code, Reg31Mode r31mode = Reg31IsStackPointer);
1142 if (trace_parameters() & LOG_REGS) PrintRegister(code, r31mode);
H A Dsimulator-a64.cc459 if (registers_[i].WrittenSinceLastLog()) PrintRegister(i);
480 PrintRegister(i);
551 void Simulator::PrintRegister(unsigned code, Reg31Mode r31mode) { function in class:Simulator
/external/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp50 struct PrintRegister { struct in namespace:__anon12613
51 PrintRegister(Register R, const TargetRegisterInfo &I) : Reg(R), TRI(I) {} function in struct:__anon12613::PrintRegister
52 friend raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &PR);
57 raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &PR)
59 raw_ostream &operator<< (raw_ostream &OS, const PrintRegister &PR) {
235 DEBUG(dbgs() << LLVM_FUNCTION_NAME << ": " << PrintRegister(Reg, *TRI));
243 DEBUG(dbgs() << " -> " << PrintRegister(PR, *TRI) << '\n');
259 DEBUG(dbgs() << " -> !" << PrintRegister(Register(NewPR), *TRI) << '\n');
/external/v8/src/ppc/
H A Ddisasm-ppc.cc68 void PrintRegister(int reg);
115 void Decoder::PrintRegister(int reg) { function in class:v8::internal::Decoder
155 PrintRegister(reg);
159 PrintRegister(reg);
163 PrintRegister(reg);
/external/v8/src/arm/
H A Ddisasm-arm.cc75 void PrintRegister(int reg);
164 void Decoder::PrintRegister(int reg) { function in class:v8::internal::Decoder
196 PrintRegister(rm);
219 PrintRegister(rs);
305 PrintRegister(reg);
309 PrintRegister(reg);
313 PrintRegister(reg);
317 PrintRegister(reg);
321 PrintRegister(reg);
332 PrintRegister(re
[all...]
/external/v8/src/s390/
H A Ddisasm-s390.cc66 void PrintRegister(int reg);
110 void Decoder::PrintRegister(int reg) { function in class:v8::internal::Decoder
148 PrintRegister(reg);
157 PrintRegister(reg);
160 PrintRegister(reg);
166 PrintRegister(reg);
171 PrintRegister(reg);
176 PrintRegister(reg);
181 PrintRegister(reg);
186 PrintRegister(re
[all...]
/external/v8/src/mips/
H A Ddisasm-mips.cc67 void PrintRegister(int reg);
158 void Decoder::PrintRegister(int reg) { function in class:v8::internal::Decoder
165 PrintRegister(reg);
171 PrintRegister(reg);
177 PrintRegister(reg);
479 PrintRegister(reg);
483 PrintRegister(reg);
487 PrintRegister(reg);
/external/v8/src/mips64/
H A Ddisasm-mips64.cc68 void PrintRegister(int reg);
166 void Decoder::PrintRegister(int reg) { function in class:v8::internal::Decoder
173 PrintRegister(reg);
179 PrintRegister(reg);
185 PrintRegister(reg);
495 PrintRegister(reg);
499 PrintRegister(reg);
503 PrintRegister(reg);
/external/v8/src/arm64/
H A Dsimulator-arm64.h545 void PrintRegister(unsigned code, Reg31Mode r31mode = Reg31IsStackPointer);
552 if (log_parameters() & LOG_REGS) PrintRegister(code, r31mode);
H A Dsimulator-arm64.cc1121 PrintRegister(i);
1133 void Simulator::PrintRegister(unsigned code, Reg31Mode r31mode) { function in class:v8::internal::Simulator

Completed in 374 milliseconds