HomeSort by: relevance | last modified time | path
    Searched defs:ccr (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
interrupts.c 436 uint8_t ccr; local
441 ccr = cpu_get_ccr (interrupts->cpu);
442 if (ccr & M6811_I_BIT)
448 && (ccr & M6811_I_BIT) == 0)
460 if (ccr & M6811_X_BIT)
467 && (ccr & M6811_X_BIT) == 0)
m68hc11_sim.c 577 m68hc11_cpu->cpu_regs.ccr = M6811_X_BIT | M6811_I_BIT | M6811_S_BIT;
660 cpu_m68hc11_push_uint8 (cpu, m68hc11_cpu->cpu_regs.ccr);
668 cpu_m68hc12_push_uint8 (cpu, m68hc11_cpu->cpu_regs.ccr);
737 /* Sign extend the 8-bit registers (A, B, CCR). */
755 uint8_t ccr; local
757 ccr = cpu_m68hc11_pop_uint8 (cpu);
758 cpu_set_ccr (cpu, ccr);
769 uint8_t ccr; local
771 ccr = cpu_m68hc12_pop_uint8 (cpu);
772 cpu_set_ccr (cpu, ccr);
    [all...]
m68hc11-sim.h 70 unsigned char ccr; member in struct:m6811_regs
216 #define cpu_get_ccr(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.ccr)
251 #define cpu_set_ccr(cpu, val) (M68HC11_SIM_CPU (cpu)->cpu_regs.ccr = (val))
  /src/external/gpl3/gdb/dist/sim/m68hc11/
interrupts.c 436 uint8_t ccr; local
441 ccr = cpu_get_ccr (interrupts->cpu);
442 if (ccr & M6811_I_BIT)
448 && (ccr & M6811_I_BIT) == 0)
460 if (ccr & M6811_X_BIT)
467 && (ccr & M6811_X_BIT) == 0)
m68hc11_sim.c 577 m68hc11_cpu->cpu_regs.ccr = M6811_X_BIT | M6811_I_BIT | M6811_S_BIT;
660 cpu_m68hc11_push_uint8 (cpu, m68hc11_cpu->cpu_regs.ccr);
668 cpu_m68hc12_push_uint8 (cpu, m68hc11_cpu->cpu_regs.ccr);
737 /* Sign extend the 8-bit registers (A, B, CCR). */
755 uint8_t ccr; local
757 ccr = cpu_m68hc11_pop_uint8 (cpu);
758 cpu_set_ccr (cpu, ccr);
769 uint8_t ccr; local
771 ccr = cpu_m68hc12_pop_uint8 (cpu);
772 cpu_set_ccr (cpu, ccr);
    [all...]
m68hc11-sim.h 70 unsigned char ccr; member in struct:m6811_regs
216 #define cpu_get_ccr(cpu) (M68HC11_SIM_CPU (cpu)->cpu_regs.ccr)
251 #define cpu_set_ccr(cpu, val) (M68HC11_SIM_CPU (cpu)->cpu_regs.ccr = (val))
  /src/sys/arch/arm/imx/
imx51_ccm.c 496 uint32_t ccr; local
531 ccr = bus_space_read_4(iot, ccm_softc->sc_ioh, CCMC_CCR);
532 if (ccr & CCR_FPM_MULT)
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
linux-unwind.h 64 unsigned long ccr; member in struct:gcc_regs
227 /* The CR is saved in the low 32 bits of regs->ccr. */
228 cr_offset = (long) &regs->ccr - new_cfa;
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
linux-unwind.h 64 unsigned long ccr; member in struct:gcc_regs
227 /* The CR is saved in the low 32 bits of regs->ccr. */
228 cr_offset = (long) &regs->ccr - new_cfa;
  /src/sys/arch/zaurus/zaurus/
machdep.c 577 uint16_t mcr, cdr, csr, cpr, ccr, irr, irm, imr, isr; local
584 ccr = ioreg16_read(baseaddr + SCOOP_CCR);
593 if (mcr == 0 && cdr == 0 && csr == 0 && cpr == 0 && ccr == 0 &&
  /src/sys/dev/ic/
clmpcc.c 329 u_int ccr; local
432 ccr = CLMPCC_CCR_T0_RX_EN | CLMPCC_CCR_T0_TX_EN;
436 ccr = CLMPCC_CCR_T0_RX_DIS | CLMPCC_CCR_T0_TX_DIS;
441 clmpcc_channel_cmd(sc, i, CLMPCC_CCR_T0_INIT | ccr);
  /src/external/gpl3/gdb.old/dist/sim/frv/
frv.c 653 /* Cover fns to access the ccr bits. */
657 int ccr = ((GET_H_ICCR (H_ICCR_ICC3) & 0xf) << 28) |
666 return ccr;
644 int ccr = ((GET_H_ICCR (H_ICCR_ICC3) & 0xf) << 28) | local
profile.c 688 int *ccr; local
733 /* This loop handles CCR registers. */
734 ccr = ps->ccr_busy;
737 if (*ccr <= cycles)
739 *ccr = 0;
743 *ccr -= cycles;
744 ++ccr;
838 int *ccr; local
865 /* This loop handles CCR registers. */
866 ccr = ps->ccr_busy
1334 int *ccr = ps->ccr_latency; local
1510 int *ccr = ps->ccr_busy; local
1847 int *ccr = ps->ccr_busy; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/frv/
frv.c 653 /* Cover fns to access the ccr bits. */
657 int ccr = ((GET_H_ICCR (H_ICCR_ICC3) & 0xf) << 28) |
666 return ccr;
644 int ccr = ((GET_H_ICCR (H_ICCR_ICC3) & 0xf) << 28) | local
profile.c 688 int *ccr; local
733 /* This loop handles CCR registers. */
734 ccr = ps->ccr_busy;
737 if (*ccr <= cycles)
739 *ccr = 0;
743 *ccr -= cycles;
744 ++ccr;
838 int *ccr; local
865 /* This loop handles CCR registers. */
866 ccr = ps->ccr_busy
1334 int *ccr = ps->ccr_latency; local
1510 int *ccr = ps->ccr_busy; local
1847 int *ccr = ps->ccr_busy; local
    [all...]
  /src/sys/arch/x68k/x68k/
iodevice.h 64 unsigned char ccr; member in struct:dmac
  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_local.h 581 * ccr [13] CertReqMessages, --Cross-Cert. Request
640 * ccr [13] CertReqMessages, --Cross-Cert. Request
642 OSSL_CRMF_MSGS *ccr; /* 13 */ member in union:ossl_cmp_pkibody_st::__anon64
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_local.h 525 * ccr [13] CertReqMessages, --Cross-Cert. Request
584 * ccr [13] CertReqMessages, --Cross-Cert. Request
586 OSSL_CRMF_MSGS *ccr; /* 13 */ member in union:ossl_cmp_pkibody_st::__anon1185
  /src/sys/lib/libkern/arch/hppa/
milli.S 185 ccr: .equ 10 ; Coprocessor Configuration Register label

Completed in 62 milliseconds