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

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dt13_otr.s112 ldc.b #0x12:8,ccr ;0712
113 ldc.b r3h,ccr ;0303
114 ldc.w @er3,ccr ;01406930
115 ldc.w @er3+,ccr ;01406d30
116 ldc.w @(0x1234:16,er3),ccr ;01406f301234
117 ldc.w @(0x12345678:32,er3),ccr ;014078306b2012345678
118 ldc.w @0x1234:16,ccr ;01406b001234
119 ldc.w @0x12345678:32,ccr ;01406b2012345678
130 stc.b ccr,r1h ;0201
131 stc.w ccr,
[all...]
H A Dh8300s.s316 ldc #0x12,ccr
317 ldc r3l,ccr
318 ldc @er0,ccr
319 ldc @(0x1234:16,er0),ccr
320 ldc @(0x12345678:32,er0),ccr
321 ldc @er1+,ccr
322 ldc @0x1234:16,ccr
323 ldc @0x12345678:32,ccr
324 stc ccr,r3l
325 stc ccr,
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900220_03.C41 const char& ccr = cc; local
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dconstvars.c8 qux1 (const char cc, const char /*&*/ccr, const char *ccp, char *const cpc) argument
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Dlinux-unwind.h59 unsigned long ccr; member in struct:gcc_regs
247 fs->regs.reg[CR2_REGNO].loc.offset = (long) &regs->ccr - new_cfa;
/openbsd-current/usr.sbin/npppd/pptp/
H A Dpptp_call.c321 struct pptp_ccr *ccr; local
329 ccr = (struct pptp_ccr *)pkt;
332 ccr->call_id = ntohs(ccr->call_id);
333 pptp_call_log(_this, LOG_INFO, "RecvCCR call_id=%u", ccr->call_id);
/openbsd-current/sys/dev/pcmcia/
H A Dpcmcia.c71 pcmcia_ccr_read(struct pcmcia_function *pf, int ccr) argument
75 pf->pf_ccr_offset + ccr));
79 pcmcia_ccr_write(struct pcmcia_function *pf, int ccr, int val) argument
82 if ((pf->ccr_mask) & (1 << (ccr / 2))) {
84 pf->pf_ccr_offset + ccr, val);
597 * don't overlap, and that the ccr's are set correctly.
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dlib1funcs.asm186 stc ccr,A2L
202 stc ccr,A2L
327 stc ccr,S2L ; keep the sign in bit 3 of S2L
359 stc ccr,S2L ; keep the sign in bit 3 of S2L
390 stc ccr,S2L ; keep the sign in bit 3 of S2L
409 stc ccr,S2L ; keep the sign in bit 3 of S2L
/openbsd-current/sys/arch/hppa/hppa/
H A Dlocore0.S99 BSS(fpu_enable, 4) /* bits to set in the ccr to enable fpu */
187 mtctl r0, ccr
H A Dlocore.S785 mtctl r0, ccr /* cause a reload after exception */
855 mfctl ccr, r1
862 mtctl r0, ccr /* cause a reload after exception */
887 mtctl r1, ccr
1497 mfctl ccr, t2
2087 mtctl r1, ccr
2094 mtctl r0, ccr
2650 mtctl r0, ccr /* disable FPU */
2750 mtctl r0, ccr
/openbsd-current/sys/arch/hppa/include/
H A Dasm.h148 ccr .reg %cr10
/openbsd-current/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py2729 def __init__(self, ccr):
2730 self.ccr= ccr
2734 conf.lib.clang_codeCompleteGetNumDiagnostics(self.ccr))
2737 return conf.lib.clang_codeCompleteGetDiagnostic(self.ccr, key)
/openbsd-current/sys/lib/libkern/arch/hppa/
H A Dmilli.S183 ccr: .equ 10 ; Coprocessor Configuration Register label

Completed in 494 milliseconds