Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp42 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 DBCD.h37 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 DARMAddressingModes.h647 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 DTargetID.cpp88 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 DAArch64AddressingModes.h346 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 DAArch64MachineFunctionInfo.cpp43 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 DNVPTXInstrInfo.td2344 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 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-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp92 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 DGlobalSign_ECC_Root_CA_-_R4.pem39 Certificate Sign, CRL Sign
H A DAmazon_Root_CA_3.pem41 Digital Signature, Certificate Sign, CRL Sign
H A DHellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem42 Certificate Sign, CRL Sign
H A De-Szigno_Root_CA_2017.pem41 Certificate Sign, CRL Sign
H A DTrustwave_Global_ECC_P256_Certification_Authority.pem41 Certificate Sign, CRL Sign
H A DGTS_Root_R3.pem41 Certificate Sign, CRL Sign
H A DAffirmTrust_Premium_ECC.pem44 Certificate Sign, CRL Sign
H A DGTS_Root_R4.pem41 Certificate Sign, CRL Sign
H A DGlobalSign_ECC_Root_CA_-_R5.pem41 Certificate Sign, CRL Sign
H A DMicrosoft_ECC_Root_Certificate_Authority_2017.pem41 Digital Signature, Certificate Sign, CRL Sign
/freebsd-13.1/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-v4-rsa-key.result1 OpenPGP Secret Key Version 4, Created Sat Aug 22 14:05:57 2020, RSA (Encrypt or Sign, 3072 bits); U…
H A Dpgp-binary-key-v4-rsa-no-userid-secret.result1 OpenPGP Secret Key Version 4, Created Sat Aug 22 20:13:52 2020, RSA (Encrypt or Sign, 3072 bits); S…
H A Dpgp-binary-key-v4-rsa-secret-key.result1 OpenPGP Secret Key Version 4, Created Sat Aug 22 14:05:57 2020, RSA (Encrypt or Sign, 3072 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…

12345678910>>...12