Home
last modified time | relevance | path

Searched refs:srr0 (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_ppc64.cc69 frame->instruction = frame->context.srr0; in GetContextFrame()
118 frame->context.srr0 = instruction; in GetCallerFrame()
131 frame->instruction = frame->context.srr0 - 8; in GetCallerFrame()
Dstackwalker_ppc.cc78 frame->instruction = frame->context.srr0; in GetContextFrame()
127 frame->context.srr0 = instruction; in GetCallerFrame()
140 frame->instruction = frame->context.srr0 - 4; in GetCallerFrame()
Ddump_context.cc166 *ip = GetContextPPC()->srr0; in GetInstructionPointer()
169 *ip = GetContextPPC64()->srr0; in GetInstructionPointer()
344 printf(" srr0 = 0x%x\n", context_ppc->srr0); in Print()
384 context_ppc64->srr0); in Print()
Dstackwalker_selftest.cc331 context.srr0 = GetPC(); in CountCallerFrames()
Dstackwalk_common.cc318 sequence = PrintRegister("srr0", frame_ppc->context.srr0, sequence); in PrintStack()
Dminidump.cc601 Swap(&context_ppc64->srr0); in Read()
877 Swap(&context_ppc->srr0); in Read()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_ppc64.h95 uint64_t srr0; /* Machine status save/restore: stores pc member
Dminidump_cpu_ppc.h122 uint32_t srr0; /* Machine status save/restore: stores pc member
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm169 sequence = PrintRegister("srr0", frame_ppc->context.srr0, sequence);
186 sequence = PrintRegister("srr0", frame_ppc->context.srr0, sequence);
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc605 return REGISTER_FROM_THREADSTATE(machine_state, srr0); in CurrentPCForStackPPC()
613 return REGISTER_FROM_THREADSTATE(machine_state, srr0); in CurrentPCForStackPPC64()
636 AddReg(srr0); in WriteContextPPC()
702 AddReg(srr0); in WriteContextPPC64()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1805 uint32_t srr0; member
1848 sys::swapByteOrder(x.srr0); in swapStruct()