| /freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ScaledNumber.cpp | 285 size_t Truncate = in toString() local 289 if (Truncate >= Str.size()) in toString() 292 bool Carry = doesRoundUp(Str[Truncate]); in toString() 294 return stripTrailingZeros(Str.substr(0, Truncate)); in toString() 297 for (std::string::reverse_iterator I(Str.begin() + Truncate), E = Str.rend(); in toString() 312 return stripTrailingZeros(std::string(Carry, '1') + Str.substr(0, Truncate)); in toString()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperands.td | 221 // Truncate an immediate to a 8-bit signed quantity. 227 // Truncate an immediate to a 8-bit unsigned quantity. 233 // Truncate an immediate to a 8-bit unsigned quantity and mask off low bit. 239 // Truncate an immediate to a 12-bit unsigned quantity. 245 // Truncate an immediate to a 16-bit signed quantity. 257 // Truncate an immediate to a 16-bit unsigned quantity. 263 // Truncate an immediate to a 32-bit signed quantity. 275 // Truncate an immediate to a 32-bit unsigned quantity. 287 // Truncate an immediate to a 48-bit unsigned quantity.
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 184 HANDLE_CAST_INST(38, Trunc , TruncInst ) // Truncate integers 191 HANDLE_CAST_INST(45, FPTrunc , FPTruncInst ) // Truncate floating point
|
| H A D | Intrinsics.td | 1049 // Truncate a floating point number with a specific rounding mode
|
| /freebsd-src/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpencod.txt | 93 # Truncate 1-3 chars
|
| /freebsd-src/crypto/heimdal/lib/kadm5/ |
| H A D | iprop-commands.in | 70 help = "Truncate the log, preserve the version number."
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 166 - Decimal (Unsigned) Truncate: bcdtrunc. bcdutrunc. 338 - Truncate & Convert QP -> (Un)Signed (D)Word (dword[1] is set to zero):
|
| H A D | PPCInstrVSX.td | 1488 // Truncate & Convert QP -> (Un)Signed (D)Word (dword[1] is set to zero) 2003 - Truncate the element number to the range 0-7 (8-15 are symmetrical 2036 - Truncate the element number to the range 0-3 (4-7 are symmetrical 2066 - Truncate the element number to the range 0-1 (2-3 are symmetrical 4046 // Truncate & Convert QP -> (Un)Signed (D)Word.
|
| H A D | PPCInstrAltivec.td | 1638 // Decimal (Unsigned) Truncate
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 168 // Truncate from the beginning, not the end, if the specified name is too
|
| H A D | Path.inc | 992 Result |= O_TRUNC; // Truncate if it does.
|
| /freebsd-src/contrib/unbound/dnstap/ |
| H A D | dnstap.proto | 90 TRUNCATE = 5; // Truncate UDP response, forcing TCP retry
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrData.td | 580 // Extend/Truncate Patterns
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFragments.td | 688 // register. Truncate can be lowered to EXTRACT_SUBREG. CopyFromReg may
|
| H A D | X86InstrAVX512.td | 7888 // Truncate [Double to Float, Float to Half] 8009 // Truncate Double to Half 12697 // Truncate Float to BFloat16
|
| /freebsd-src/usr.sbin/bsdconfig/share/ |
| H A D | common.subr | 181 # Truncate debug file unless requested otherwise. Note that we will
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 549 // Truncate: from vector B copy all 'E'ven 'B'yte elements: 554 // Truncate: from vector B copy all 'O'dd 'B'yte elements: 558 // Truncate: from vectors B and C copy all 'E'ven 'H'alf-word elements: 565 // Truncate to vNi1
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.td | 389 // register. Truncate can be lowered to EXTRACT_SUBREG, and CopyFromReg may
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 81 // Truncate the underlying scalar type of an operation. This is equivalent to
|
| H A D | Target.td | 385 // (trunc GPR, 4) - Truncate after the first N elements.
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 639 // The in-memory type isn't legal. Truncate to the type it would promote in LegalizeStoreOps() 1531 bool Truncate = isa<BuildVectorSDNode>(Node) && in ExpandVectorBuildThroughStack() 1544 if (Truncate) in ExpandVectorBuildThroughStack() 2962 // Truncate the result of the extended FP_TO_*INT operation to the desired in PromoteLegalFP_TO_INT_SAT() 4881 // Truncate the result if the libcall returns a larger type. in ConvertNodeToLibcall() 1521 bool Truncate = isa<BuildVectorSDNode>(Node) && ExpandVectorBuildThroughStack() local
|
| /freebsd-src/contrib/tcsh/ |
| H A D | Fixes | 403 40. item_len.patch: Truncate item.len when truncating the string,
|
| /freebsd-src/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 9084 Truncate (rather than delete) Bcc: lines in the header. This 9747 cause denial of service attacks. Truncate the message
|