Searched refs:srr0 (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstackwalker_ppc64.cc69 frame->instruction = frame->context.srr0;
118 frame->context.srr0 = instruction;
124 // frame->context.srr0 is the return address, which is one instruction
130 // return address value may access the context.srr0 field of StackFramePPC64.
131 frame->instruction = frame->context.srr0 - 8;
H A Dstackwalker_ppc.cc78 frame->instruction = frame->context.srr0;
127 frame->context.srr0 = instruction;
133 // frame->context.srr0 is the return address, which is one instruction
139 // return address value may access the context.srr0 field of StackFramePPC.
140 frame->instruction = frame->context.srr0 - 4;
H A Ddump_context.cc166 *ip = GetContextPPC()->srr0;
169 *ip = GetContextPPC64()->srr0;
344 printf(" srr0 = 0x%x\n", context_ppc->srr0);
383 printf(" srr0 = 0x%" PRIx64 "\n",
384 context_ppc64->srr0);
H A Dstackwalker_selftest.cc331 context.srr0 = GetPC();
H A Dstackwalk_common.cc318 sequence = PrintRegister("srr0", frame_ppc->context.srr0, sequence);
H A Dminidump.cc601 Swap(&context_ppc64->srr0);
877 Swap(&context_ppc->srr0);
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_ppc64.h95 uint64_t srr0; /* Machine status save/restore: stores pc member in struct:__anon6907
H A Dminidump_cpu_ppc.h122 uint32_t srr0; /* Machine status save/restore: stores pc member in struct:__anon6906
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc605 return REGISTER_FROM_THREADSTATE(machine_state, srr0);
613 return REGISTER_FROM_THREADSTATE(machine_state, srr0);
636 AddReg(srr0);
702 AddReg(srr0);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h1805 uint32_t srr0; member in struct:llvm::MachO::ppc_thread_state32_t
1848 sys::swapByteOrder(x.srr0);

Completed in 1556 milliseconds