Home
last modified time | relevance | path

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

/external/strace/linux/powerpc/
Dget_error.c1 if (check_errno && (ppc_regs.ccr & 0x10000000)) {
Dgetregs_old.c21 r = upeek(pid, sizeof(long) * PT_CCR, (long *)&ppc_regs.ccr); in getregs_old()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_sparc.h120 uint64_t ccr; member
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c307 regs->ccr = LibVEX_GuestPPC32_get_CR( &arch->vex ); in fill_prstatus()
328 regs->ccr = LibVEX_GuestPPC64_get_CR( &arch->vex ); in fill_prstatus()
349 regs->ccr = LibVEX_GuestPPC64_get_CR( &(arch->vex) ); in fill_prstatus()
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc159 context->ccr = (unsigned int)(regs[0]); in WriteContext()
185 context->ccr = (uintptr_t)(regs[32]); in WriteContext()
/external/clang/bindings/python/clang/
Dcindex.py2160 def __init__(self, ccr): argument
2161 self.ccr= ccr
2165 conf.lib.clang_codeCompleteGetNumDiagnostics(self.ccr))
2168 return conf.lib.clang_codeCompleteGetDiagnostic(self.ccr, key)
/external/valgrind/include/vki/
Dvki-ppc64-linux.h207 VKI_PPC_REG ccr; member
Dvki-ppc32-linux.h211 unsigned long ccr; member
/external/google-breakpad/src/processor/
Ddump_context.cc486 printf(" ccr = 0x%" PRIx64 "\n", context_sparc->ccr); in Print()
Dminidump.cc950 Swap(&context_sparc->ccr); in Read()
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td2208 [/*(ARMbrcond bb:$target, imm:$cc, CCR:$ccr)*/]>,