| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 68 bool Float, Signed, Immediate, Void, Constant, Pointer, BFloat; member in __anon47288a980111::SVEType 76 : TS(TS), Float(false), Signed(true), Immediate(false), Void(false), in SVEType() 87 bool isSigned() const { return Signed; } in isSigned() 395 if (Signed) in builtin_str() 397 else if (!Signed) in builtin_str() 399 } else if (!isVoidPointer() && !Signed) { in builtin_str() 433 if (!Signed && !isFloatingPoint()) in str() 469 Signed = false; in applyTypespec() 533 Signed = false; in applyModifier() 543 Signed = false; in applyModifier() [all …]
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/ |
| H A D | ChangeLog | 3 Signed-off-by: Nigel Croxon <nigel.croxon@hp.com> 11 Signed-off-by: Peter Jones <pjones@redhat.com> 12 Signed-off-by: Nigel Croxon <nigel.croxon@hp.com> 28 Signed-off-by: Peter Jones <pjones@redhat.com> 29 Signed-off-by: Nigel Croxon <nigel.croxon@hp.com> 37 Signed-off-by: Nigel Croxon <nigel.croxon@hp.com> 46 Signed-off-by: Koen Kooi <koen.kooi@linaro.org> 48 Signed-off-by: Nigel Croxon <nigel.croxon@hp.com> 58 Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com> 59 Signed-off-by: Nigel Croxon <nigel.croxon@hp.com> [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Integral.h | 41 template <unsigned Bits, bool Signed> struct Repr; 56 template <unsigned Bits, bool Signed> class Integral { 61 using T = typename Repr<Bits, Signed>::Type; 107 return APSInt(APInt(Bits, static_cast<uint64_t>(V), Signed), !Signed); 110 if (Signed) 111 return APSInt(toAPSInt().sextOrTrunc(NumBits), !Signed); 113 return APSInt(toAPSInt().zextOrTrunc(NumBits), !Signed); 127 bool isMinusOne() const { return Signed && V == T(-1); } 129 constexpr static bool isSigned() { return Signed; } 146 return Integral((V & BitMask) | (Signed && (V & SignBit) ? ExtMask : 0)); [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| H A D | constraints.md | 111 "Signed immediate 5-bit value" 116 "Signed immediate 5-bit value" 164 "Signed immediate 8-bit value" 169 "Signed immediate 10-bit value" 174 "Signed immediate 11-bit value" 179 "Signed immediate 14-bit value" 184 "Signed immediate 15-bit value" 242 "Signed immediate 16-bit value" 247 "Signed immediate 17-bit value" 253 "Signed immediate 19-bit value" [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| H A D | constraints.md | 111 "Signed immediate 5-bit value" 116 "Signed immediate 5-bit value" 164 "Signed immediate 8-bit value" 169 "Signed immediate 10-bit value" 174 "Signed immediate 11-bit value" 179 "Signed immediate 14-bit value" 184 "Signed immediate 15-bit value" 242 "Signed immediate 16-bit value" 247 "Signed immediate 17-bit value" 253 "Signed immediate 19-bit value" [all …]
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | test_signatures.8 | 34 ; another entry. Signed with ldns. 44 ; another entry. Signed with ldns. 10800 ttl 54 ; another entry. Signed with ldns. 10800 ttl original, now modified TTLs 64 ; another entry. Signed with ldns. 10800 ttl original, now modified TTLs 74 ; another entry. Signed with ldns. 10800 ttl original, now modified TTLs
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | CheckedArithmetic.h | 30 checkedOp(T LHS, T RHS, F Op, bool Signed = true) { 31 llvm::APInt ALHS(sizeof(T) * 8, LHS, Signed); 32 llvm::APInt ARHS(sizeof(T) * 8, RHS, Signed); 37 return Signed ? Out.getSExtValue() : Out.getZExtValue();
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| H A D | stats_collector.d | 161 import std.traits : hasMember, Signed; 175 void add(string counter)(Signed!size_t n) in add() 360 Signed!size_t slack = 0; 375 slack = Signed!size_t(this.goodAllocSize(b.length) - b.length 422 Signed!size_t slack = 0; 424 Signed!size_t delta = 0; 431 add!"bytesUsed"(Signed!size_t(b.length - oldLength)); 483 add!"bytesUsed"(-Signed!size_t(b.length));
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/ |
| H A D | embeddedSCTs3.sct | 1 Signed Certificate Timestamp: 13 Signed Certificate Timestamp: 25 Signed Certificate Timestamp:
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/certs/ |
| H A D | embeddedSCTs3.sct | 1 Signed Certificate Timestamp: 13 Signed Certificate Timestamp: 25 Signed Certificate Timestamp:
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/iwmmxt/ |
| H A D | textrm.cgs | 33 # Test Signed Byte Wide Extraction 65 # Test Signed Half Word Wide Extraction 97 # Test Signed Word Wide Extraction
|
| H A D | wunpckeh.cgs | 37 # Test Signed Byte Unpacking 77 # Test Signed Halfword Unpacking 117 # Test Signed Word Unpacking
|
| H A D | wunpckel.cgs | 37 # Test Signed Byte Unpacking 77 # Test Signed Halfword Unpacking 117 # Test Signed Word Unpacking
|
| H A D | wmin.cgs | 43 # Test Signed Byte Minimum 95 # Test Signed Halfword Minimum 147 # Test Signed Word Minimum
|
| H A D | wmax.cgs | 43 # Test Signed Byte Maximum 95 # Test Signed Halfword Maximum 147 # Test Signed Word Maximum
|
| H A D | wpack.cgs | 43 # Test Halfword, Signed Saturation, Packing 95 # Test Word, Signed Saturation, Packing 147 # Test Double Word, Signed Saturation, Packing
|
| H A D | wcmpgt.cgs | 43 # Test Signed Byte Wide Compare Greater Than 95 # Test Signed Half Word Wide Compare Greater Than 147 # Test Signed Word Wide Compare Greater Than
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| H A D | constraints.md | 72 "Signed 5-bit integer constant" 82 "Signed 13-bit integer constant" 92 "Signed 32-bit constant that can be loaded with a sethi instruction" 97 "Signed 11-bit integer constant" 102 "Signed 10-bit integer constant" 107 "Signed constant that can be loaded with a sethi instruction"
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| H A D | constraints.md | 72 "Signed 5-bit integer constant" 82 "Signed 13-bit integer constant" 92 "Signed 32-bit constant that can be loaded with a sethi instruction" 97 "Signed 11-bit integer constant" 102 "Signed 10-bit integer constant" 107 "Signed constant that can be loaded with a sethi instruction"
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| H A D | stats_collector.d | 175 import std.traits : hasMember, Signed; 189 void add(string counter)(Signed!size_t n) in add() 457 Signed!size_t slack = 0; 472 slack = Signed!size_t(this.goodAllocSize(b.length) - b.length 519 Signed!size_t slack = 0; 521 Signed!size_t delta = 0; 528 add!"bytesUsed"(Signed!size_t(b.length - oldLength)); 580 add!"bytesUsed"(-Signed!size_t(b.length));
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Disassembler/ |
| H A D | WebAssemblyDisassembler.cpp | 85 bool Signed) { in nextLEB() argument 88 Val = Signed ? decodeSLEB128(Bytes.data() + Size, &N, in nextLEB() 100 ArrayRef<uint8_t> Bytes, bool Signed) { in parseLEBImmediate() argument 102 if (!nextLEB(Val, Bytes, Size, Signed)) in parseLEBImmediate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpression.cpp | 132 unsigned Signed = Size & Operation::SignBit; in extract() local 140 if (Signed) in extract() 145 if (Signed) in extract() 150 if (Signed) in extract() 166 if (Signed) in extract() 284 unsigned Signed = Size & Operation::SignBit; in print() local 314 if (Signed) in print()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 431 bool Signed = isa<SExtInst>(OpA); in lookThroughComplexAddresses() local 441 auto CheckFlags = [](Instruction *I, bool Signed) { in lookThroughComplexAddresses() argument 443 return (Signed && BinOpI->hasNoSignedWrap()) || in lookThroughComplexAddresses() 444 (!Signed && BinOpI->hasNoUnsignedWrap()); in lookThroughComplexAddresses() 452 CheckFlags(OpB, Signed)) in lookThroughComplexAddresses() 474 OpA->getOperand(0) == OpB->getOperand(0) && CheckFlags(OpA, Signed) && in lookThroughComplexAddresses() 475 CheckFlags(OpB, Signed)) { in lookThroughComplexAddresses() 482 CheckFlags(OpRHSB, Signed) && isa<ConstantInt>(OpRHSB->getOperand(1))) { in lookThroughComplexAddresses() 489 CheckFlags(OpRHSA, Signed) && isa<ConstantInt>(OpRHSA->getOperand(1))) { in lookThroughComplexAddresses() 497 OpRHSB->getOpcode() == Instruction::Add && CheckFlags(OpRHSA, Signed) && in lookThroughComplexAddresses() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 371 Attribute::AttrKind getExtAttrForI32Param(bool Signed = true) const { 373 return Signed ? Attribute::SExt : Attribute::ZExt; 382 Attribute::AttrKind getExtAttrForI32Return(bool Signed = true) const { 384 return Signed ? Attribute::SExt : Attribute::ZExt;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | arm_neon.td | 810 // Signed Saturating Accumulated of Unsigned Value 814 // Unsigned Saturating Accumulated of Signed Value 834 // Signed integer saturating extract and unsigned narrow to high 1325 // Signed/Unsigned Shift Right (Immediate) 1327 // Signed/Unsigned Rounding Shift Right (Immediate) 1330 // Signed/Unsigned Shift Right and Accumulate (Immediate) 1332 // Signed/Unsigned Rounding Shift Right and Accumulate (Immediate) 1337 // Signed/Unsigned Saturating Shift Left (Immediate) 1339 // Signed Saturating Shift Left Unsigned (Immediate) 1348 // Signed/Unsigned Saturating Shift Right Narrow (Immediate) [all …]
|