| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMHazardRecognizer.cpp | 23 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; in hasRAWHazard() local 29 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON)) in hasRAWHazard()
|
| D | MLxExpansionPass.cpp | 187 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; in hasRAWHazard() local 193 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON)) in hasRAWHazard() 351 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; in ExpandFPMLxInstructions() local 352 if (Domain == ARMII::DomainGeneral) { in ExpandFPMLxInstructions()
|
| D | ARMBaseInstrInfo.h | 233 void setExecutionDomain(MachineInstr *MI, unsigned Domain) const;
|
| D | ARMBaseInstrInfo.cpp | 3959 unsigned Domain = MI->getDesc().TSFlags & ARMII::DomainMask; in getExecutionDomain() local 3961 if (Domain & ARMII::DomainNEON) in getExecutionDomain() 3966 if ((Domain & ARMII::DomainNEONA8) && Subtarget.isCortexA8()) in getExecutionDomain() 3969 if (Domain & ARMII::DomainVFP) in getExecutionDomain() 4034 ARMBaseInstrInfo::setExecutionDomain(MachineInstr *MI, unsigned Domain) const { in setExecutionDomain() 4044 if (Domain != ExeNEON) in setExecutionDomain() 4064 if (Domain != ExeNEON) in setExecutionDomain() 4090 if (Domain != ExeNEON) in setExecutionDomain() 4124 if (Domain != ExeNEON) in setExecutionDomain()
|
| D | ARMInstrFormats.td | 121 class Domain<bits<3> val> { 124 def GenericDomain : Domain<0>; 125 def VFPDomain : Domain<1>; // Instructions in VFP domain only 126 def NeonDomain : Domain<2>; // Instructions in Neon domain only 127 def VFPNeonDomain : Domain<3>; // Instructions in both VFP & Neon domains 128 def VFPNeonA8Domain : Domain<5>; // Instructions in VFP & Neon under A8 269 Format f, Domain d, string cstr, InstrItinClass itin> 279 Domain D = d; 316 Format f, Domain d, string cstr, InstrItinClass itin> 324 Format f, Domain d, string cstr, InstrItinClass itin>
|
| /freebsd-9-stable/crypto/openssl/crypto/pem/ |
| D | message | 5 Content-Domain: RFC822
|
| /freebsd-9-stable/gnu/usr.bin/grep/ |
| D | xmalloc.c | 37 # define textdomain(Domain) argument
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrFormats.td | 91 class Domain<bits<2> val> { 94 def GenericDomain : Domain<0>; 95 def SSEPackedSingle : Domain<1>; 96 def SSEPackedDouble : Domain<2>; 97 def SSEPackedInt : Domain<3>; 169 Domain d = GenericDomain> 198 Domain ExeDomain = d; 257 Domain d = GenericDomain> 264 Domain d = GenericDomain> 367 InstrItinClass itin, Domain d> [all …]
|
| D | X86InstrInfo.h | 370 void setExecutionDomain(MachineInstr *MI, unsigned Domain) const;
|
| /freebsd-9-stable/share/i18n/csmapper/BIG5/ |
| D | UCS@SIP%ETen.src | 20 ## License: Public Domain.
|
| D | ETen%UCS@SIP.src | 20 ## License: Public Domain.
|
| D | Big5EXT@2003%UCS.src | 20 ## License: Public Domain.
|
| D | UCS%Big5EXT@2003.src | 20 ## License: Public Domain.
|
| D | ETen%UCS@BMP.src | 20 ## License: Public Domain.
|
| /freebsd-9-stable/release/ |
| D | fixit.services | 34 domain 53/tcp #Domain Name Server 35 domain 53/udp #Domain Name Server
|
| /freebsd-9-stable/contrib/sendmail/cf/feature/ |
| D | domaintable.m4 | 22 # Domain table (adding domains)
|
| /freebsd-9-stable/contrib/top/ |
| D | ADVERTISEMENT | 13 Domain Name Service
|
| /freebsd-9-stable/contrib/ipfilter/etc/ |
| D | protocols | 35 idpr 35 IDPR # Inter-Domain Policy Routing Protocol 48 idrp 45 IDRP # Inter-Domain Routing Protocol
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | ExecutionDepsFix.cpp | 408 unsigned Domain = LiveRegs[rx].Value->getFirstDomain(); in enterBasicBlock() local 409 if (!pdv->isCollapsed() && pdv->hasDomain(Domain)) in enterBasicBlock() 410 collapse(pdv, Domain); in enterBasicBlock()
|
| /freebsd-9-stable/etc/ |
| D | protocols | 45 idpr 35 IDPR # Inter-Domain Policy Routing Protocol 55 idrp 45 IDRP # Inter-Domain Routing Protocol
|
| /freebsd-9-stable/contrib/ntp/ntpsnmpd/ |
| D | ntpsnmpd-opts.def | 36 The default "agent X socket" is the Unix Domain socket
|
| /freebsd-9-stable/crypto/heimdal/doc/ |
| D | win2k.texi | 113 Domain Tree Management tool (found in Programs, Administrative tools, 123 If you want to use @command{netdom.exe} instead of the Domain Tree 127 netdom trust NT.REALM.EXAMPLE.COM /Domain:EXAMPLE.COM /add /realm /passwordt:TrustPassword
|
| /freebsd-9-stable/crypto/openssl/doc/ |
| D | standards.txt | 151 2538 Storing Certificates in the Domain Name System (DNS). D. Eastlake 155 2539 Storage of Diffie-Hellman Keys in the Domain Name System (DNS).
|
| /freebsd-9-stable/usr.sbin/sysinstall/help/ |
| D | shortcuts.hlp | 20 domainname Domain name
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetInstrInfo.h | 913 virtual void setExecutionDomain(MachineInstr *MI, unsigned Domain) const {} in setExecutionDomain() argument
|