| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 69 ConstraintCodeVector *pCodes = &Codes; in Parse() 75 pCodes = &multipleAlternatives[0].Codes; in Parse() 178 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse() 203 Codes = scInfo.Codes; in selectAlternative()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 108 ConstraintCodeVector Codes; member 149 ConstraintCodeVector Codes; member
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips-ps-3d.md | 440 ; Branch on Any of Four Floating Point Condition Codes True 452 ; Branch on Any of Four Floating Point Condition Codes False 464 ; Branch on Any of Two Floating Point Condition Codes True 476 ; Branch on Any of Two Floating Point Condition Codes False
|
| /freebsd-12.1/share/i18n/csmapper/APPLE/ |
| H A D | THAI%UCS.src | 98 # Codes 0xA1-0xDA and 0xDF-0xFB are the character set from Thai 105 # Codes 0x80-0x82, 0x8D-0x8E, 0x91, 0x9D-0x9E, and 0xDB-0xDE are 110 # Codes 0x83-0x8C, 0x8F, and 0x92-0x9C are for positional variants
|
| H A D | UCS%THAI.src | 98 # Codes 0xA1-0xDA and 0xDF-0xFB are the character set from Thai 105 # Codes 0x80-0x82, 0x8D-0x8E, 0x91, 0x9D-0x9E, and 0xDB-0xDE are 110 # Codes 0x83-0x8C, 0x8F, and 0x92-0x9C are for positional variants
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCCTRLoops.cpp | 253 for (unsigned j = 0, je = C.Codes.size(); j < je; ++j) in asmClobbersCTR() 254 if (StringRef(C.Codes[j]).equals_lower("{ctr}")) in asmClobbersCTR()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 143 for (unsigned j = 0, ee = CI.Codes.size(); j != ee; ++j) { in hasInlineAsmMemConstraint() 144 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint()
|
| /freebsd-12.1/contrib/ntp/ntpq/ |
| H A D | ntpq.texi | 45 * Status Words and Kiss Codes:: 197 @node Control Message Commands, Status Words and Kiss Codes, Internal Commands, Top 472 @node Status Words and Kiss Codes, System Variables, Control Message Commands, Top 474 @section Status Words and Kiss Codes 494 @node System Variables, Peer Variables, Status Words and Kiss Codes, Top
|
| H A D | ntpq-opts.def | 771 .Ss Status Words and Kiss Codes
|
| /freebsd-12.1/crypto/openssl/doc/man7/ |
| H A D | evp.pod | 21 digital signatures and Message Authentication Codes (MACs). Also see the older
|
| /freebsd-12.1/sys/contrib/zlib/doc/ |
| H A D | rfc1951.txt | 437 values determined at step 2. Codes that are never used 661 Lit Value Bits Codes 705 Example: Codes 8, 16 (+2 bits 11), 850 Redundancy Codes", Proceedings of the Institute of Radio
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | s390-modes.def | 33 Condition Codes
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3522 rCodes = &info.Codes; in getMultipleConstraintMatchWeight() 3524 rCodes = &info.multipleAlternatives[maIndex].Codes; in getMultipleConstraintMatchWeight() 3610 assert(OpInfo.Codes.size() > 1 && "Doesn't have multiple constraint options"); in ChooseConstraint() 3616 for (unsigned i = 0, e = OpInfo.Codes.size(); i != e; ++i) { in ChooseConstraint() 3618 TLI.getConstraintType(OpInfo.Codes[i]); in ChooseConstraint() 3625 assert(OpInfo.Codes[i].size() == 1 && in ChooseConstraint() 3628 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i], in ChooseConstraint() 3651 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in ChooseConstraint() 3660 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in ComputeConstraintToUse() 3663 if (OpInfo.Codes.size() == 1) { in ComputeConstraintToUse() [all …]
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | README | 236 RFC1893 Enhanced Mail System Status Codes 241 RFC2034 SMTP Service Extension for Returning Enhanced Error Codes
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 771 // Section B.21 - Branch on Integer Condition Codes Instructions, p. 119 843 // Section B.22 - Branch on Floating-point Condition Codes Instructions, p. 121 883 // Section B.22 - Branch on Co-processor Condition Codes Instructions, p. 123 982 // Section B.27 - Trap on Integer Condition Codes Instruction
|
| /freebsd-12.1/usr.bin/units/ |
| H A D | definitions.units | 366 # ISO Currency Codes
|
| /freebsd-12.1/share/misc/ |
| H A D | iso3166 | 497 # EAST TIMOR (TL) changed short name to TIMOR-LESTE. Codes unchanged.
|
| H A D | iso639 | 9 # International Standard, Codes for the representation of names of
|
| /freebsd-12.1/sys/dev/mps/mpi/ |
| H A D | mpi2_history.txt | 78 * Removed the MPI-defined Fault Codes and extended the
|
| /freebsd-12.1/sys/dev/mpr/mpi/ |
| H A D | mpi2_history.txt | 79 * Removed the MPI-defined Fault Codes and extended the
|
| /freebsd-12.1/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 810 ##### Offset Codes 864 [Offset Codes]: #offset-codes
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsInstrFPU.td | 688 // Floating Point Branch Codes
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | CHANGES | 176 DHCPv6: Update Status Codes with RFCs/IANA names 331 Radius: update Packet Type Codes and Attribute Types with RFC/IANA names
|
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.reg | 860 mask SEQINT_MASK 0xf0|SEQINT /* SEQINT Status Codes */
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 575 // Selection DAG Condition Codes
|