Searched refs:ccr (Results 1 - 7 of 7) sorted by relevance

/external/openssl/crypto/
H A Dsparccpuid.S41 ! Following is V9 "rd %ccr,%o0" instruction. However! V8
47 .word 0x91408000 !rd %ccr,%o0
174 .word 0x95408000 !rd %ccr,%o2, see comment above
222 .word 0x91408000 !rd %ccr,%o0
345 .word 0x83408000 !rd %ccr,%g1
/external/valgrind/main/include/vki/
H A Dvki-ppc32-linux.h211 unsigned long ccr; member in struct:vki_pt_regs
H A Dvki-ppc64-linux.h205 VKI_PPC_REG ccr; member in struct:vki_pt_regs
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c306 regs->ccr = LibVEX_GuestPPC32_get_CR( &arch->vex );
327 regs->ccr = LibVEX_GuestPPC64_get_CR( &arch->vex );
/external/clang/bindings/python/clang/
H A Dcindex.py2092 def __init__(self, ccr):
2093 self.ccr= ccr
2097 conf.lib.clang_codeCompleteGetNumDiagnostics(self.ccr))
2100 return conf.lib.clang_codeCompleteGetDiagnostic(self.ccr, key)
/external/strace/
H A Dsyscall.c995 r = upeek(pid, sizeof(long) * PT_CCR, (long *)&ppc_regs.ccr);
2311 if (check_errno && (ppc_regs.ccr & 0x10000000)) {
/external/qemu/
H A Dcpu-exec.c894 # define CR_sig(context) REG_sig(ccr, context) /* Condition register */

Completed in 335 milliseconds