| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | LEB128.cpp | 31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local 37 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in getSLEB128Size()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CmpInstAnalysis.cpp | 42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode() argument 48 case 1: Pred = Sign ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; break; in getPredForICmpCode() 50 case 3: Pred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break; in getPredForICmpCode() 51 case 4: Pred = Sign ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; break; in getPredForICmpCode() 53 case 6: Pred = Sign ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; break; in getPredForICmpCode()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BCD.h | 37 uint8_t Sign = Ptr[ByteLen - 1] & 0x0f; variable 39 if (Sign == 0x0d || Sign == 0x0b)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAddressingModes.h | 647 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 656 I |= Sign << 31; in getFPImmFloat() 668 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 683 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP16Imm() 706 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 723 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP32Imm() 734 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local 751 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP64Imm()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetID.cpp | 88 auto Sign = Splits.first.back(); in parseTargetIDWithFormatCheckingOnly() local 90 if (Sign != '+' && Sign != '-') in parseTargetIDWithFormatCheckingOnly() 92 bool IsOn = Sign == '+'; in parseTargetIDWithFormatCheckingOnly()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AddressingModes.h | 346 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local 356 I |= Sign << 31; in getFPImmFloat() 368 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local 383 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP16Imm() 394 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local 411 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP32Imm() 422 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local 439 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP64Imm()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MachineFunctionInfo.cpp | 43 if (const auto *Sign = mdconst::extract_or_null<ConstantInt>( in GetSignReturnAddress() local 45 if (Sign->getZExtValue()) { in GetSignReturnAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 2344 LdStCode:$Sign, i32imm:$toWidth, imem:$addr), 2345 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2351 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2356 LdStCode:$Sign, i32imm:$toWidth, Int64Regs:$addr), 2357 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2363 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2369 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2374 LdStCode:$Sign, i32imm:$toWidth, imem:$addr, i32imm:$offset), 2375 "st${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$toWidth" 2514 LdStCode:$Vec, LdStCode:$Sign, i32imm:$fromWidth, imem:$addr, [all …]
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | pgp | 109 >11 byte 0x01 RSA (Encrypt or Sign) 1024b 126 >12 byte 0x01 RSA (Encrypt or Sign) 2048b 143 >12 byte 0x01 RSA (Encrypt or Sign) 3072b 160 >12 byte 0x01 RSA (Encrypt or Sign) 4096b 177 >12 byte 0x01 RSA (Encrypt or Sign) 8192b 260 >0 byte 0x01 RSA (Encrypt or Sign) 263 >0 byte 0x03 RSA (Sign-Only) 268 >0 byte 20 ElGamal (Encrypt or Sign) 306 >5 byte 0x01 RSA (Encrypt or Sign) 568 # display key algorithm 1~RSA Encrypt|Sign - 21~Diffie-Hellman
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRegPressure.cpp | 92 int Sign = 1; in inc() local 95 Sign = -1; in inc() 102 Value[Kind] += Sign; in inc() 111 Sign * SIRegisterInfo::getNumCoveredRegs(~PrevMask & NewMask); in inc() 115 Value[Kind] += Sign * MRI.getPressureSets(Reg).getWeight(); in inc()
|
| /freebsd-13.1/secure/caroot/trusted/ |
| H A D | GlobalSign_ECC_Root_CA_-_R4.pem | 39 Certificate Sign, CRL Sign
|
| H A D | Amazon_Root_CA_3.pem | 41 Digital Signature, Certificate Sign, CRL Sign
|
| H A D | Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem | 42 Certificate Sign, CRL Sign
|
| H A D | e-Szigno_Root_CA_2017.pem | 41 Certificate Sign, CRL Sign
|
| H A D | Trustwave_Global_ECC_P256_Certification_Authority.pem | 41 Certificate Sign, CRL Sign
|
| H A D | GTS_Root_R3.pem | 41 Certificate Sign, CRL Sign
|
| H A D | AffirmTrust_Premium_ECC.pem | 44 Certificate Sign, CRL Sign
|
| H A D | GTS_Root_R4.pem | 41 Certificate Sign, CRL Sign
|
| H A D | GlobalSign_ECC_Root_CA_-_R5.pem | 41 Certificate Sign, CRL Sign
|
| H A D | Microsoft_ECC_Root_Certificate_Authority_2017.pem | 41 Digital Signature, Certificate Sign, CRL Sign
|
| /freebsd-13.1/contrib/file/tests/ |
| H A D | pgp-binary-key-v2-phil.result | 1 OpenPGP Public Key Version 2, Created Fri May 21 05:20:00 1993, RSA (Encrypt or Sign, 1024 bits); U…
|
| H A D | pgp-binary-key-v4-rsa-key.result | 1 OpenPGP Secret Key Version 4, Created Sat Aug 22 14:05:57 2020, RSA (Encrypt or Sign, 3072 bits); U…
|
| H A D | pgp-binary-key-v4-rsa-no-userid-secret.result | 1 OpenPGP Secret Key Version 4, Created Sat Aug 22 20:13:52 2020, RSA (Encrypt or Sign, 3072 bits); S…
|
| H A D | pgp-binary-key-v4-rsa-secret-key.result | 1 OpenPGP Secret Key Version 4, Created Sat Aug 22 14:05:57 2020, RSA (Encrypt or Sign, 3072 bits); U…
|
| H A D | pgp-binary-key-v3-lutz.result | 1 OpenPGP Public Key Version 3, Created Mon Mar 17 11:14:30 1997, RSA (Encrypt or Sign, 1127 bits); U…
|