Searched refs:dsp (Results 101 - 125 of 145) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Drx-decode.c3458 /** 0000 1dsp bra.s %a0 */
3460 int dsp AU = op[0] & 0x07;
3464 "/** 0000 1dsp bra.s %a0 */",
3466 printf (" dsp = 0x%x\n", dsp);
3470 ID(branch); DC(pc + dsp3map[dsp]);
3491 /** 0001 n dsp b%1.s %a0 */
3495 int dsp AU = op[0] & 0x07;
3499 "/** 0001 n dsp b%1.s %a0 */",
3502 printf (" dsp
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/confgen/win32/
H A Dddnsconfgen.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on ddnsconfgen.dsp
H A Drndcconfgen.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on confgen.dsp
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dnssec/win32/
H A Ddsfromkey.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on dsfromkey.dsp
H A Dkeyfromlabel.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on keyfromlabel.dsp
H A Dkeygen.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on keygen.dsp
H A Drevoke.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on revoke.dsp
H A Dsettime.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on settime.dsp
H A Dsignzone.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on signzone.dsp
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/pkcs11/win32/
H A Dpk11destroy.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on pk11destroy.dsp
H A Dpk11keygen.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on pk11keygen.dsp
H A Dpk11list.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on pk11list.dsp
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tools/win32/
H A Darpaname.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on arpaname.dsp
H A Dgenrandom.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on genrandom.dsp
H A Dischmacfixup.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on ischmacfixup.dsp
H A Djournalprint.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on journalprint.dsp
H A Dnsec3hash.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on nsec3hash.dsp
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dlz/example/win32/
H A Ddxdriver.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on dxdriver.dsp
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/win32/
H A Dgen.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on gen.dsp
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/win32/bindevt/
H A Dbindevt.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on bindevt.dsp
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Dlibdiff.mak1 # Microsoft Developer Studio Generated NMAKE File, Based on libdiff.dsp
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/arch/
H A Darch.exp139 set optlist {"default-options" "-dsp" "-isa=any" "-isa=dsp" "-isa=fp"}
376 # i.e. between sh-dsp and sh4al-dsp
512 if {([istarget sh*-*-coff] || [istarget sh*-hms]) && [string match {*dsp} $arch]} {
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp_library.c66 ispds_t *dsp = NULL; local
97 dsp = ((ispreq_t *)fqe)->req_dataseg;
106 dsp = ((ispreqt2_t *)fqe)->req_dataseg;
136 XS_GET_DMA_SEG(dsp++, segp, seg++);
163 dsp = crq->req_dataseg;
172 XS_GET_DMA_SEG(dsp++, segp, seg++);
2015 ispds_t *dsp = NULL; local
2038 dsp = ((ct_entry_t *)fqe)->ct_dataseg;
2080 dsp = ct->rsp.m0.u.ct_dataseg;
2145 XS_GET_DMA_SEG(dsp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoff-sh.c2364 int dsp = (abfd->arch_info->mach == bfd_mach_sh_dsp
2374 /* If we are linking sh[3]-dsp code, swap the FPU instructions for DSP
2376 if (dsp)
2416 if (dsp && (prev_insn & 0xfc00) == 0xf800)
2422 if (dsp && i - 2 > start)
2362 int dsp = (abfd->arch_info->mach == bfd_mach_sh_dsp local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoff-sh.c2364 int dsp = (abfd->arch_info->mach == bfd_mach_sh_dsp
2374 /* If we are linking sh[3]-dsp code, swap the FPU instructions for DSP
2376 if (dsp)
2416 if (dsp && (prev_insn & 0xfc00) == 0xf800)
2422 if (dsp && i - 2 > start)
2362 int dsp = (abfd->arch_info->mach == bfd_mach_sh_dsp local

Completed in 304 milliseconds

123456