Searched refs:K1 (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h323 template <typename A, typename B> bool isOneOf(A K1, B K2) const { argument
324 return is(K1) || is(K2);
327 bool isOneOf(A K1, B K2, Ts... Ks) const { argument
328 return is(K1) || isOneOf(K2, Ks...);
348 bool startsSequence(A K1, Ts... Tokens) const { argument
349 return startsSequenceInternal(K1, Tokens...);
359 bool endsSequence(A K1, Ts... Tokens) const { argument
360 return endsSequenceInternal(K1, Tokens...);
558 bool startsSequenceInternal(A K1, Ts... Tokens) const { argument
560 return Next->startsSequenceInternal(K1, Token
577 endsSequenceInternal(A K1, Ts... Tokens) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp109 uint64_t const K1 = round(0, endian::read64le(P)); local
110 H64 ^= K1;
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Drmd160.c64 #define K1 0x5A827999U macro
208 R(e, a, b, c, d, F1, K1, 7, 7);
209 R(d, e, a, b, c, F1, K1, 6, 4);
210 R(c, d, e, a, b, F1, K1, 8, 13);
211 R(b, c, d, e, a, F1, K1, 13, 1);
212 R(a, b, c, d, e, F1, K1, 11, 10);
213 R(e, a, b, c, d, F1, K1, 9, 6);
214 R(d, e, a, b, c, F1, K1, 7, 15);
215 R(c, d, e, a, b, F1, K1, 15, 3);
216 R(b, c, d, e, a, F1, K1,
[all...]
/freebsd-11-stable/sys/opencrypto/
H A Drmd160.c63 #define K1 0x5A827999U macro
199 R(e, a, b, c, d, F1, K1, 7, 7);
200 R(d, e, a, b, c, F1, K1, 6, 4);
201 R(c, d, e, a, b, F1, K1, 8, 13);
202 R(b, c, d, e, a, F1, K1, 13, 1);
203 R(a, b, c, d, e, F1, K1, 11, 10);
204 R(e, a, b, c, d, F1, K1, 9, 6);
205 R(d, e, a, b, c, F1, K1, 7, 15);
206 R(c, d, e, a, b, F1, K1, 15, 3);
207 R(b, c, d, e, a, F1, K1,
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h99 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { argument
100 return is(K1) || is(K2);
103 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const { argument
104 return is(K1) || isOneOf(K2, Ks...);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp612 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::MFC0), Mips::K1)
617 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false,
623 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::MFC0), Mips::K1)
628 STI.getInstrInfo()->storeRegToStack(MBB, MBBI, Mips::K1, false,
657 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1)
661 .addReg(Mips::K1)
665 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1)
669 .addReg(Mips::K1)
674 BuildMI(MBB, MBBI, DL, STI.getInstrInfo()->get(Mips::INS), Mips::K1)
678 .addReg(Mips::K1)
[all...]
H A DMipsRegisterInfo.cpp152 Mips::ZERO, Mips::K0, Mips::K1, Mips::SP
H A DMicroMipsSizeReduction.cpp383 Mips::S6, Mips::S7, Mips::T8, Mips::T9, Mips::K0, Mips::K1, Mips::GP,
/freebsd-11-stable/sys/mips/include/
H A Dregnum.h92 #define K1 27 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h322 ENTRY(K1) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h522 case X86::K1:
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c1742 static const u8 K1[16], *P1 = NULL, *A1 = NULL, IV1[12], *C1 = NULL; local
1749 # define K2 K1
2196 # define K19 K1
2225 # define K20 K1
2331 AES_set_encrypt_key(K1, sizeof(K1) * 8, &key);
/freebsd-11-stable/sys/dev/fe/
H A Dif_fe.c565 #define LNX_CYCLE(D1,D2,D3,D4,K1,K2,K3,K4) \
566 (LNX_PH(D1,K1,0)|LNX_PH(D2,K2,8)|LNX_PH(D3,K3,16)|LNX_PH(D4,K4,24))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7668 const SDValue K1 = DAG.getConstantFP(K1Val, SL, MVT::f32); local
7677 SDValue r3 = DAG.getNode(ISD::SELECT, SL, MVT::f32, r2, K1, One);
9042 ConstantSDNode *K1 = dyn_cast<ConstantSDNode>(Op1); local
9043 if (!K1)
9051 if (K0->getAPIntValue().sge(K1->getAPIntValue()))
9054 if (K0->getAPIntValue().uge(K1->getAPIntValue()))
9062 Op0.getOperand(0), SDValue(K0, 0), SDValue(K1, 0));
9093 ConstantFPSDNode *K1 = getSplatConstantFP(Op1); local
9094 if (!K1)
9102 APFloat::cmpResult Cmp = K0->getValueAPF().compare(K1
[all...]
H A DAMDGPUISelLowering.cpp2591 SDValue K1 = DAG.getConstantFP(BitsToDouble(UINT64_C(0xc1f0000000000000)), SL, local
2599 SDValue Fma = DAG.getNode(ISD::FMA, SL, MVT::f64, FloorMul, K1, Trunc);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp261 {codeview::RegisterId::AMD64_K1, X86::K1},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1239 unsigned K1 = getKillRegState(Op1.isKill()); local
1244 .addReg(Pu, (Rd == Rt) ? K1 : 0)
1248 .addReg(Pu, K1)
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h5748 * @K1: IGTK master key
5757 uint8_t K1[16]; member in struct:iwm_mvm_mgmt_mcast_key_cmd
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3225 case Mips::K0: return Mips::K1;
3226 case Mips::K1: return Mips::GP;
5414 case Mips::F27: return Mips::K1;
5453 case Mips::COP027: return Mips::K1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4794 SDValue *K1 = isa<ConstantSDNode>(LHS1) ? &LHS1 : isa<ConstantSDNode>(RHS1) local
4801 SDValue V1Tmp = (K1 && *K1 == LHS1) ? RHS1 : LHS1;
4815 if (!K1 || !K2 || *K1 == Op2 || *K2 != K2Tmp || V1Tmp != V2Tmp ||
4821 isLowerSaturate(LHS1, RHS1, TrueVal1, FalseVal1, CC1, *K1)
4827 isUpperSaturate(LHS1, RHS1, TrueVal1, FalseVal1, CC1, *K1)
4839 int64_t Val1 = cast<ConstantSDNode>(*K1)->getSExtValue();

Completed in 326 milliseconds