Home
last modified time | relevance | path

Searched refs:Sign (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLEB128.cpp31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
37 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in getSLEB128Size()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp40 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode() argument
46 case 1: Pred = Sign ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT; break; in getPredForICmpCode()
48 case 3: Pred = Sign ? ICmpInst::ICMP_SGE : ICmpInst::ICMP_UGE; break; in getPredForICmpCode()
49 case 4: Pred = Sign ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; break; in getPredForICmpCode()
51 case 6: Pred = Sign ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; break; in getPredForICmpCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBCD.h37 uint8_t Sign = Ptr[ByteLen - 1] & 0x0f; variable
39 if (Sign == 0x0d || Sign == 0x0b)
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h634 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local
643 I |= Sign << 31; in getFPImmFloat()
655 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local
670 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP16Imm()
693 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local
710 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP32Imm()
721 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
738 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP64Imm()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp187 bool Sign = Imm.extractBitsAsZExtValue(1, 31); in getLoadFPImm() local
200 if (Sign) { in getLoadFPImm()
213 uint32_t Sign = 0; in getFPImm() local
215 Sign = 0b1; in getFPImm()
222 uint32_t I = Sign << 31 | Exp << 23 | Mantissa << 21; in getFPImm()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetID.cpp89 auto Sign = Splits.first.back(); in parseTargetIDWithFormatCheckingOnly() local
91 if (Sign != '+' && Sign != '-') in parseTargetIDWithFormatCheckingOnly()
93 bool IsOn = Sign == '+'; in parseTargetIDWithFormatCheckingOnly()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h346 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat()
356 I |= Sign << 31; in getFPImmFloat()
368 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm()
383 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP16Imm()
394 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm()
411 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP32Imm()
422 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm()
439 return ((int)Sign << 7) | (Exp << 4) | Mantissa; in getFP64Imm()
347 uint8_t Sign = (Imm >> 7) & 0x1; getFPImmFloat() local
369 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; getFP16Imm() local
395 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; getFP32Imm() local
423 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; getFP64Imm() local
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_s390xcap.pod159 # 9 1<<54 KDSA-ECDSA-Sign-P256
160 # 10 1<<53 KDSA-ECDSA-Sign-P384
161 # 11 1<<52 KDSA-ECDSA-Sign-P521
164 # 40 1<<23 KDSA-EdDSA-Sign-Ed25519
165 # 44 1<<19 KDSA-EdDSA-Sign-Ed448
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1076 enum class ExtendKind { Zero, Sign, Unknown }; enumerator
1235 ExtendKindMap[OrigPhi] = WI.IsSigned ? ExtendKind::Sign : ExtendKind::Zero; in WidenIV()
1288 bool IsSigned = getExtendKind(NarrowDef) == ExtendKind::Sign; in cloneBitwiseIVUser()
1353 bool SignExtend = getExtendKind(NarrowDef) == ExtendKind::Sign; in cloneArithmeticIVUser()
1493 if (!(ExtKind == ExtendKind::Sign && Op->IsNSW) && in getExtendedOperandRecurrence()
1503 ExtKind = ExtendKind::Sign; in getExtendedOperandRecurrence()
1511 if (ExtKind == ExtendKind::Sign) in getExtendedOperandRecurrence()
1561 ExtKind = ExtendKind::Sign; in getWideRecurrence()
1566 } else if (getExtendKind(DU.NarrowDef) == ExtendKind::Sign) { in getWideRecurrence()
1568 ExtKind = ExtendKind::Sign; in getWideRecurrence()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dpgp109 >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/crypto/openssl/test/recipes/25-test_rusext_data/
H A Dgrfc.utf821 Digital Signature, Certificate Sign, CRL Sign
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h108 UIntTy Sign = (V & (1 << (UIntBits - 1))) ? UIntTy(-1) : UIntTy(0); in zigZag() local
109 return Sign ^ (V << 1); in zigZag()
/freebsd/secure/caroot/trusted/
H A DAmazon_Root_CA_3.pem40 Digital Signature, Certificate Sign, CRL Sign
H A DGlobalSign_ECC_Root_CA_-_R4.pem38 Digital Signature, Certificate Sign, CRL Sign
H A DAffirmTrust_Premium_ECC.pem43 Certificate Sign, CRL Sign
H A DCertainly_Root_E1.pem40 Certificate Sign, CRL Sign
H A DDigiCert_TLS_ECC_P384_Root_G5.pem42 Digital Signature, Certificate Sign, CRL Sign
H A DHellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem41 Certificate Sign, CRL Sign
H A DTrustwave_Global_ECC_P256_Certification_Authority.pem40 Certificate Sign, CRL Sign
H A De-Szigno_Root_CA_2017.pem40 Certificate Sign, CRL Sign
H A DCommScope_Public_Trust_ECC_Root-01.pem42 Certificate Sign, CRL Sign
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td2961 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign,
2963 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth "
2967 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign,
2969 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth "
2973 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign,
2975 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth "
2979 (ins LdStCode:$isVol, LdStCode:$addsp, LdStCode:$Vec, LdStCode:$Sign,
2981 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth "
2986 LdStCode:$Sign, i32imm:$fromWidth, Int64Regs:$addr, i32imm:$offset),
2987 "ld${isVol:volatile}${addsp:addsp}${Vec:vec}.${Sign:sign}$fromWidth "
[all …]
/freebsd/contrib/file/tests/
H A Dpgp-binary-key-v2-phil.result1 OpenPGP Public Key Version 2, Created Fri May 21 05:20:00 1993, RSA (Encrypt or Sign, 1024 bits); U…
H A Dpgp-binary-key-v3-lutz.result1 OpenPGP Public Key Version 3, Created Mon Mar 17 11:14:30 1997, RSA (Encrypt or Sign, 1127 bits); U…
H A Dpgp-binary-key-v4-rsa-key.result1 OpenPGP Secret Key Version 4, Created Sat Aug 22 14:05:57 2020, RSA (Encrypt or Sign, 3072 bits); U…

12345678910>>...16