Home
last modified time | relevance | path

Searched full:cc2 (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_small_ctrcbc.c55 uint32_t cc0, cc1, cc2, cc3; in br_aes_small_ctrcbc_ctr() local
60 cc2 = br_dec32be(bctr + 4); in br_aes_small_ctrcbc_ctr()
68 br_enc32be(tmp + 4, cc2); in br_aes_small_ctrcbc_ctr()
79 cc2 += carry; in br_aes_small_ctrcbc_ctr()
80 carry &= (~(cc2 | -cc2)) >> 31; in br_aes_small_ctrcbc_ctr()
84 br_enc32be(bctr + 4, cc2); in br_aes_small_ctrcbc_ctr()
H A Daes_big_ctrcbc.c55 uint32_t cc0, cc1, cc2, cc3; in br_aes_big_ctrcbc_ctr() local
60 cc2 = br_dec32be(bctr + 4); in br_aes_big_ctrcbc_ctr()
68 br_enc32be(tmp + 4, cc2); in br_aes_big_ctrcbc_ctr()
79 cc2 += carry; in br_aes_big_ctrcbc_ctr()
80 carry &= (~(cc2 | -cc2)) >> 31; in br_aes_big_ctrcbc_ctr()
84 br_enc32be(bctr + 4, cc2); in br_aes_big_ctrcbc_ctr()
H A Daes_pwr8_ctr.c43 long cc0, cc1, cc2, cc3; in ctr_128() local
56 cc2 = 32; in ctr_128()
102 lxvw4x(50, %[cc2], %[ivbuf]) in ctr_128()
127 lxvw4x(54, %[cc2], %[buf]) in ctr_128()
194 stxvw4x(50, %[cc2], %[buf]) in ctr_128()
209 : [cc0] "+b" (cc0), [cc1] "+b" (cc1), [cc2] "+b" (cc2), [cc3] "+b" (cc3), in ctr_128()
227 long cc0, cc1, cc2, cc3; in ctr_192() local
240 cc2 = 32; in ctr_192()
290 lxvw4x(50, %[cc2], %[ivbuf]) in ctr_192()
315 lxvw4x(54, %[cc2], %[buf]) in ctr_192()
[all …]
H A Daes_pwr8_cbcdec.c43 long cc0, cc1, cc2, cc3; in cbcdec_128() local
53 cc2 = 32; in cbcdec_128()
105 lxvw4x(50, %[cc2], %[buf]) in cbcdec_128()
185 stxvw4x(50, %[cc2], %[buf]) in cbcdec_128()
197 : [cc0] "+b" (cc0), [cc1] "+b" (cc1), [cc2] "+b" (cc2), [cc3] "+b" (cc3), in cbcdec_128()
214 long cc0, cc1, cc2, cc3; in cbcdec_192() local
224 cc2 = 32; in cbcdec_192()
280 lxvw4x(50, %[cc2], %[buf]) in cbcdec_192()
368 stxvw4x(50, %[cc2], %[buf]) in cbcdec_192()
380 : [cc0] "+b" (cc0), [cc1] "+b" (cc1), [cc2] "+b" (cc2), [cc3] "+b" (cc3), in cbcdec_192()
[all …]
H A Dpoly1305_ctmul32.c55 uint32_t z, cc1, cc2; in poly1305_inner() local
135 cc2 = 0; in poly1305_inner()
139 s = b[u] + cc2 in poly1305_inner()
146 cc2 = s >> 13; in poly1305_inner()
154 z = cc1 + cc2; in poly1305_inner()
H A Daes_pwr8_ctrcbc.c433 long cc, cc0, cc1, cc2, cc3; \
438 cc2 = 32; \
456 lxvw4x(50, %[cc2], %[ctrbuf]) \
479 lxvw4x(58, %[cc2], %[buf]) \
496 stxvw4x(50, %[cc2], %[buf]) \
519 stxvw4x(50, %[cc2], %[ctrbuf]) \
523 [cc0] "+b" (cc0), [cc1] "+b" (cc1), [cc2] "+b" (cc2), [cc3] "+b" (cc3) \
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dwq.h107 static inline int mlx5_wq_cyc_cc_bigger(u16 cc1, u16 cc2) in mlx5_wq_cyc_cc_bigger()
109 int equal = (cc1 == cc2); in mlx5_wq_cyc_cc_bigger()
110 int smaller = 0x8000 & (cc1 - cc2); in mlx5_wq_cyc_cc_bigger()
106 mlx5_wq_cyc_cc_bigger(u16 cc1,u16 cc2) mlx5_wq_cyc_cc_bigger() argument
/freebsd/contrib/bearssl/src/hash/
H A Dghash_pwr8.c126 long cc0, cc1, cc2, cc3; in br_ghash_pwr8() local
160 cc2 = 32; in br_ghash_pwr8()
257 lxvw4x(54, %[cc2], %[buf1]) in br_ghash_pwr8()
384 [cc0] "b" (cc0), [cc1] "b" (cc1), [cc2] "b" (cc2), [cc3] "b" (cc3) in br_ghash_pwr8()
/freebsd/contrib/bmake/unit-tests/
H A Dcmdline.exp4 show-objdir: <tmpdir>/cmdline/a7b41170-53f8-4cc2-bc5c-e4c3dd93ec45/
H A Dcmdline.mk6 SUB1= a7b41170-53f8-4cc2-bc5c-e4c3dd93ec45 # just a random UUID
/freebsd/sys/dev/sound/macio/
H A Ddavbusreg.h219 * cc0 cc1 cc2 cc4 cc5 cc6 cc7
257 /* cc2: headphones/external port attenuation */
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,pmic-glink.yaml55 It is defined that GPIO active level means "CC2" or Reversed/Flipped orientation.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp1014 AArch64CC::CondCode CC, CC2 = AArch64CC::AL; in applyLowerVectorFCMP() local
1027 changeVectorFCMPPredToAArch64CC(Pred, CC, CC2, Invert); in applyLowerVectorFCMP()
1037 if (CC2 == AArch64CC::AL) in applyLowerVectorFCMP()
1040 auto Cmp2 = getVectorFCMP(CC2, LHS, RHS, IsZero, NoNans, MRI); in applyLowerVectorFCMP()
H A DAArch64InstructionSelector.cpp1691 AArch64CC::CondCode CC1, CC2; in selectCompareBranchFedByFCmp() local
1692 changeFCMPPredToAArch64CC(static_cast<CmpInst::Predicate>(Pred), CC1, CC2); in selectCompareBranchFedByFCmp()
1695 if (CC2 != AArch64CC::AL) in selectCompareBranchFedByFCmp()
1696 MIB.buildInstr(AArch64::Bcc, {}, {}).addImm(CC2).addMBB(DestMBB); in selectCompareBranchFedByFCmp()
4426 AArch64CC::CondCode CC1, CC2; in emitCSetForFCmp() local
4427 changeFCMPPredToAArch64CC(Pred, CC1, CC2); in emitCSetForFCmp()
4429 if (CC2 == AArch64CC::AL) in emitCSetForFCmp()
4435 auto InvCC2 = AArch64CC::getInvertedCondCode(CC2); in emitCSetForFCmp()
/freebsd/sys/net80211/
H A Dieee80211_scan_sta.c147 isocmp(const uint8_t cc1[], const uint8_t cc2[]) in isocmp() argument
149 return (cc1[0] == cc2[0] && cc1[1] == cc2[1]); in isocmp()
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp15xx-dkx.dtsi120 /* USB Type-C CC1 & CC2 */
/freebsd/contrib/tcsh/
H A DPorted856 COMPILER: cc, cc2.20 (mips)
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp642 ARMCC::CondCodes CC2 = (ARMCC::CondCodes)Pred2[0].getImm(); in SubsumesPredicate() local
643 if (CC1 == CC2) in SubsumesPredicate()
652 return CC2 == ARMCC::HI; in SubsumesPredicate()
654 return CC2 == ARMCC::LO || CC2 == ARMCC::EQ; in SubsumesPredicate()
656 return CC2 == ARMCC::GT; in SubsumesPredicate()
658 return CC2 == ARMCC::LT; in SubsumesPredicate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td5578 CondCode cc1, CondCode cc2,
5591 defm : SVE_SETCC_Pat<cc2, invcc2, nxv8i1, nxv8f16, !cast<Instruction>(NAME # _H)>;
5592 defm : SVE_SETCC_Pat<cc2, invcc2, nxv4i1, nxv4f16, !cast<Instruction>(NAME # _H)>;
5593 defm : SVE_SETCC_Pat<cc2, invcc2, nxv2i1, nxv2f16, !cast<Instruction>(NAME # _H)>;
5594 defm : SVE_SETCC_Pat<cc2, invcc2, nxv4i1, nxv4f32, !cast<Instruction>(NAME # _S)>;
5595 defm : SVE_SETCC_Pat<cc2, invcc2, nxv2i1, nxv2f32, !cast<Instruction>(NAME # _S)>;
5596 defm : SVE_SETCC_Pat<cc2, invcc2, nxv2i1, nxv2f64, !cast<Instruction>(NAME # _D)>;
5627 CondCode cc1, CondCode cc2,
5640 defm : SVE_SETCC_Pat_With_Zero<cc2, invcc2, nxv8i1, nxv8f16, !cast<Instruction>(NAME # _H)>;
5641 defm : SVE_SETCC_Pat_With_Zero<cc2, invcc2, nxv4i1, nxv4f16, !cast<Instruction>(NAME # _H)>;
[all …]
H A DAArch64ISelLowering.cpp9924 AArch64CC::CondCode CC1, CC2; in LowerBR_CC() local
9925 changeFPCCToAArch64CC(CC, CC1, CC2); in LowerBR_CC()
9929 if (CC2 != AArch64CC::AL) { in LowerBR_CC()
9930 SDValue CC2Val = DAG.getConstant(CC2, dl, MVT::i32); in LowerBR_CC()
10368 AArch64CC::CondCode CC1, CC2; in LowerSETCC() local
10369 changeFPCCToAArch64CC(CC, CC1, CC2); in LowerSETCC()
10371 if (CC2 == AArch64CC::AL) { in LowerSETCC()
10373 CC2); in LowerSETCC()
10391 SDValue CC2Val = DAG.getConstant(CC2, dl, MVT::i32); in LowerSETCC()
10617 AArch64CC::CondCode CC1, CC2; in LowerSELECT_CC() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11577 ISD::CondCode CC1 = ISD::SETCC_INVALID, CC2 = ISD::SETCC_INVALID; in LegalizeSetCCCondCode() local
11585 CC2 = ISD::SETUNE; in LegalizeSetCCCondCode()
11597 CC2 = ISD::SETOEQ; in LegalizeSetCCCondCode()
11606 CC2 = ((unsigned)CCCode & 0x8U) ? ISD::SETUO : ISD::SETO; in LegalizeSetCCCondCode()
11607 if (!TLI.isCondCodeLegal(CC2, OpVT) && in LegalizeSetCCCondCode()
11611 CC2 = ISD::SETOLT; in LegalizeSetCCCondCode()
11631 CC2 = ((unsigned)CCCode & 0x8U) ? ISD::SETUO : ISD::SETO; in LegalizeSetCCCondCode()
11652 // then the pattern is (LHS CC1 RHS) Opc (LHS CC2 RHS). in LegalizeSetCCCondCode()
11655 SetCC2 = DAG.getSetCC(dl, VT, LHS, RHS, CC2, Chain, IsSignaling); in LegalizeSetCCCondCode()
11658 SetCC2 = DAG.getSetCCVP(dl, VT, LHS, RHS, CC2, Mask, EVL); in LegalizeSetCCCondCode()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h999 // Simplify (cmp cc0 x, y) (&& or ||) (cmp cc1 x, y) -> cmp cc2 x, y.
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c5025 uint32_t cc2; in test_ChaCha20_generic() local
5045 for (w = 0, cc2 = cc; w < v; w += 64, cc2 ++) { in test_ChaCha20_generic()
5052 if (cr(key, nonce, cc2, tmp + w, x) in test_ChaCha20_generic()
5053 != (cc2 + 1)) in test_ChaCha20_generic()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4692 // (select_cc lhs, rhs, 1, (sext (setcc [lr]hs, [lr]hs, cc2)), cc1) in mayUseP9Setb()
4693 // (select_cc lhs, rhs, -1, (zext (setcc [lr]hs, [lr]hs, cc2)), cc1) in mayUseP9Setb()
4694 // (select_cc lhs, rhs, 0, (select_cc [lr]hs, [lr]hs, 1, -1, cc2), seteq) in mayUseP9Setb()
4695 // (select_cc lhs, rhs, 0, (select_cc [lr]hs, [lr]hs, -1, 1, cc2), seteq) in mayUseP9Setb()
/freebsd/crypto/heimdal/lib/wind/
H A DDerivedNormalizationProps.txt1018 0CC2 ; NFC_QC; M # Mc KANNADA VOWEL SIGN UU
1886 0CC2 ; NFKC_QC; M # Mc KANNADA VOWEL SIGN UU

123