| /openbsd-src/usr.bin/file/magdir/ |
| H A D | sharc | 6 # SHARC DSP, MIDI SysEx and RiscOS filetype definitions added by 14 # SHARC DSP stuff (based on the FGM SHARC DSP SDK)
|
| H A D | plan9 | 12 0 belong 0x0000048B Plan 9 executable, AT&T DSP 3210
|
| H A D | elf | 114 >>18 leshort 63 Sony DSP, 127 >>18 leshort 78 Element 14 64-bit DSP, 128 >>18 leshort 79 LSI Logic 16-bit DSP,
|
| H A D | audio | 27 >12 belong 10 DSP program, 35 >12 belong 21 Music kit DSP commands, 65 >12 belong 10 DSP program, 73 >12 belong 21 Music kit DSP commands,
|
| H A D | sysex | 262 >1 belong&0xffffff00 0x00012500 Virtual DSP Corp 310 >1 belong&0xffffff00 0x00204200 DSP Arts
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips-dsp.md | 9 ;; This mode macro allows si, v2hi, v4qi for all possible modes in DSP ASE. 10 (define_mode_macro DSP [(SI "TARGET_DSP") 22 ;; DSP instructions use q for fixed-point data, and u for integer in the infix. 25 ;; DSP instructions use nothing for fixed-point data, and u for integer in 29 ;; DSP instructions use w, ph, qb in the postfix. 32 ;; DSP shift masks for SI, V2HI, V4QI. 35 ;; MIPS DSP ASE Revision 0.98 3/24/2005 36 ;; Table 2-1. MIPS DSP ASE Instructions: Arithmetic 50 (define_insn "mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>" 52 [(set (match_operand:DSP 0 "register_operand" "=d") [all …]
|
| H A D | mips-modes.def | 42 /* For MIPS DSP control registers. */
|
| H A D | mips.opt | 59 Target Report Mask(DSP) 60 Use MIPS-DSP instructions
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYCallingConv.td | 41 // DSP types 54 // DSP types 63 // DSP types 76 // DSP types
|
| H A D | CSKY.td | 118 : SubtargetFeature<"edsp", "HasDSP", "true", "Enable DSP instrutions">; 121 "Enable DSP instrutions">; 136 "Enable DSP V2.0 instrutions">; 139 "Enable DSP V2.0 instrutions">; 142 "Enable DSP Silan instrutions">; 145 "Enable DSP Silan instrutions">;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Mips.td | 157 def FeatureDSP : SubtargetFeature<"dsp", "HasDSP", "true", "Mips DSP ASE">; 159 "Mips DSP-R2 ASE", [FeatureDSP]>; 161 : SubtargetFeature<"dspr3", "HasDSPR3", "true", "Mips DSP-R3 ASE",
|
| H A D | MicroMipsDSPInstrInfo.td | 1 //===- MicroMipsDSPInstrInfo.td - Micromips DSP instructions -*- tablegen *-=// 9 // This file describes MicroMips DSP instructions. 415 // microMIPS DSP Rev 1 532 // microMIPS DSP Rev 2 595 // microMIPS DSP Rev 3
|
| H A D | MipsDSPInstrInfo.td | 1 //===- MipsDSPInstrInfo.td - DSP ASE instructions -*- tablegen ------------*-=// 9 // This file describes Mips DSP ASE instructions. 553 // MIPS DSP Rev 1 942 // MIPS DSP Rev 2 1113 // MIPS DSP Rev 1 1232 // MIPS DSP Rev 2 1286 // Pseudos for loading and storing ccond field of DSP control register.
|
| H A D | MipsScheduleGeneric.td | 1024 // MIPS DSP ASE, HasDSP 1162 // MIPS DSP R2 - hasDSP, HasDSPR2, InMicroMips 1212 // microMIPS DSP R1 - HasDSP, InMicroMips 1337 // microMIPS DSP R2 - hasDSP, HasDSPR2, InMicroMips 1387 // microMIPS DSP R3 - hasDSP, hasDSPR2, hasDSPR3, InMicroMips
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | ARM.cpp | 504 DSP = 0; in handleTargetFeatures() 562 DSP = 1; in handleTargetFeatures() 845 if ((CPUProfile != "M" && ArchVersion >= 6) || (CPUProfile == "M" && DSP)) in getTargetDefines() 914 if (DSP) { in getTargetDefines() 926 if (DSP || SAT) in getTargetDefines()
|
| H A D | ARM.h | 78 unsigned DSP : 1; variable
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-mips.texi | 123 Generate code for the DSP Application Specific Extension. 124 This tells the assembler to accept DSP instructions. 474 @cindex MIPS DSP instruction generation override 478 from the DSP Application Specific Extension from that point on 479 in the assembly. The @code{.set nodsp} directive prevents DSP
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | ChangeLog | 140 Document 3, 4, 5, 6, 7, 8, 9, 0, :, ', @ operand formats for DSP 142 (INSN_DSP): New define for DSP ASE.
|
| /openbsd-src/sys/dev/isa/ |
| H A D | files.isa | 195 # the SoundBlaster DSP, or close likenesses; used by other drivers
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | BuiltinsMips.def | 16 // MIPS DSP Rev 1 126 // MIPS DSP Rev 2
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Core.cpp | 1316 if (const DISubprogram *DSP = F->getSubprogram()) in LLVMGetDebugLocDirectory() local 1317 S = DSP->getDirectory(); in LLVMGetDebugLocDirectory() 1340 if (const DISubprogram *DSP = F->getSubprogram()) in LLVMGetDebugLocFilename() local 1341 S = DSP->getFilename(); in LLVMGetDebugLocFilename() 1363 if (const DISubprogram *DSP = F->getSubprogram()) in LLVMGetDebugLocLine() local 1364 L = DSP->getLine(); in LLVMGetDebugLocLine()
|
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic79xx.reg | 2986 * DSP Filter Control 2998 * DSP Data Channel Control 3022 * DSP REQ Control 3033 * DSP ACK Control 3056 * DSP Channel Select
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARM.td | 431 /// DSP extension. 432 /// True if the subtarget supports the DSP (saturating arith and such) instructions. 434 "Supports DSP instructions in "
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | NEWS | 30 DSP's contributed by Michael Hayes and Svein E. Seldal.
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | archures.texi | 520 DSP targets have 16, 32, or even 48 bits per byte.
|