Home
last modified time | relevance | path

Searched refs:LH (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/crypto/libecc/src/examples/hash/
H A Dtdes.c187 static const u32 LH[16] = variable
273 C = (LH[ (C ) & 0xF] << 3) | (LH[ (C >> 8) & 0xF ] << 2) in des_set_key()
274 | (LH[ (C >> 16) & 0xF] << 1) | (LH[ (C >> 24) & 0xF ] ) in des_set_key()
275 | (LH[ (C >> 5) & 0xF] << 7) | (LH[ (C >> 13) & 0xF ] << 6) in des_set_key()
276 | (LH[ (C >> 21) & 0xF] << 5) | (LH[ (C >> 29) & 0xF ] << 4); in des_set_key()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp507 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local
510 GetSplitOp(N->getOperand(1), LL, LH); in SplitRes_Select()
542 Hi = DAG.getNode(Opcode, dl, LH.getValueType(), CH, LH, RH); in SplitRes_Select()
551 Hi = DAG.getNode(Opcode, dl, LH.getValueType(), CH, LH, RH, EVLHi); in SplitRes_Select()
556 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
558 GetSplitOp(N->getOperand(2), LL, LH); in SplitRes_SELECT_CC()
563 Hi = DAG.getNode(ISD::SELECT_CC, dl, LH.getValueType(), N->getOperand(0), in SplitRes_SELECT_CC()
564 N->getOperand(1), LH, R in SplitRes_SELECT_CC()
[all...]
H A DTargetLowering.cpp7547 SDValue LH, SDValue RL, SDValue RH) const { in expandMUL_LOHI() argument
7567 assert((LL.getNode() && LH.getNode() && RL.getNode() && RH.getNode()) || in expandMUL_LOHI()
7568 (!LL.getNode() && !LH.getNode() && !RL.getNode() && !RH.getNode())); in expandMUL_LOHI()
7628 if (!LH.getNode() && !RH.getNode() && in expandMUL_LOHI()
7631 LH = DAG.getNode(ISD::SRL, dl, VT, LHS, Shift); in expandMUL_LOHI()
7632 LH = DAG.getNode(ISD::TRUNCATE, dl, HiLoVT, LH); in expandMUL_LOHI()
7637 if (!LH.getNode()) in expandMUL_LOHI()
7647 LH = DAG.getNode(ISD::MUL, dl, HiLoVT, LH, RL); in expandMUL_LOHI()
7649 Hi = DAG.getNode(ISD::ADD, dl, HiLoVT, Hi, LH); in expandMUL_LOHI()
7670 if (!MakeMUL_LOHI(LH, RL, Lo, Hi, false)) in expandMUL_LOHI()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1743 Stmt::Likelihood LH /* =None */, const Expr *CntrIdx /* = nullptr */) { in EmitBranchToCounterBlock() argument
1747 return EmitBranchOnBoolExpr(Cond, TrueBlock, FalseBlock, TrueCount, LH); in EmitBranchToCounterBlock()
1795 EmitBranchOnBoolExpr(Cond, ThenBlock, ElseBlock, TrueCount, LH); in EmitBranchToCounterBlock()
1816 uint64_t TrueCount, Stmt::Likelihood LH, const Expr *ConditionalOp) { in EmitBranchOnBoolExpr() argument
1832 FalseBlock, TrueCount, LH); in EmitBranchOnBoolExpr()
1843 FalseBlock, TrueCount, LH, CondBOp); in EmitBranchOnBoolExpr()
1862 LH == Stmt::LH_Unlikely ? Stmt::LH_None : LH); in EmitBranchOnBoolExpr()
1872 FalseBlock, TrueCount, LH); in EmitBranchOnBoolExpr()
1889 FalseBlock, TrueCount, LH); in EmitBranchOnBoolExpr()
1900 FalseBlock, TrueCount, LH, CondBOp); in EmitBranchOnBoolExpr()
[all …]
H A DCGLoopInfo.cpp612 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(Attr); in push() local
617 if (!LH && !OpenCLHint && !HLSLLoopHint) { in push()
649 } else if (LH) { in push()
650 auto *ValueExpr = LH->getValue(); in push()
656 Option = LH->getOption(); in push()
657 State = LH->getState(); in push()
774 if (LH->getValue()) in push()
H A DCGStmt.cpp860 Stmt::Likelihood LH = Stmt::LH_None; in EmitIfStmt() local
864 LH = Stmt::getLikelihood(S.getThen(), S.getElse()); in EmitIfStmt()
873 EmitBranchOnBoolExpr(S.getCond(), ThenBlock, ElseBlock, ThenCount, LH); in EmitIfStmt()
1633 Stmt::Likelihood LH = Stmt::getLikelihood(Attrs); in EmitCaseStmtRange() local
1649 SwitchLikelihood->push_back(LH); in EmitCaseStmtRange()
1689 Cond = emitCondLikelihoodViaExpectIntrinsic(Cond, LH); in EmitCaseStmtRange()
2078 for (const auto LH : Likelihoods) { in getLikelihoodWeights() local
2079 switch (LH) { in getLikelihoodWeights()
2108 for (const auto LH : Likelihoods) { in getLikelihoodWeights() local
2109 switch (LH) { in getLikelihoodWeights()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp478 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(I); in CheckForIncompatibleAttributes() local
481 if (!LH) in CheckForIncompatibleAttributes()
485 LoopHintAttr::OptionType Option = LH->getOption(); in CheckForIncompatibleAttributes()
527 CategoryState.StateAttr = LH; in CheckForIncompatibleAttributes()
531 CategoryState.NumericAttr = LH; in CheckForIncompatibleAttributes()
535 SourceLocation OptionLoc = LH->getRange().getBegin(); in CheckForIncompatibleAttributes()
540 << LH->getDiagnosticName(Policy); in CheckForIncompatibleAttributes()
H A DSemaTemplateInstantiate.cpp1524 const LoopHintAttr *TransformLoopHintAttr(const LoopHintAttr *LH);
2119 TemplateInstantiator::TransformLoopHintAttr(const LoopHintAttr *LH) { in TransformLoopHintAttr() argument
2120 Expr *TransformedExpr = getDerived().TransformExpr(LH->getValue()).get(); in TransformLoopHintAttr()
2122 if (TransformedExpr == LH->getValue()) in TransformLoopHintAttr()
2123 return LH; in TransformLoopHintAttr()
2126 if (getSema().CheckLoopHintExpr(TransformedExpr, LH->getLocation(), in TransformLoopHintAttr()
2127 LH->getSemanticSpelling() == in TransformLoopHintAttr()
2129 return LH; in TransformLoopHintAttr()
2131 LoopHintAttr::OptionType Option = LH->getOption(); in TransformLoopHintAttr()
2132 LoopHintAttr::LoopHintState State = LH->getState(); in TransformLoopHintAttr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp105 case RISCV::LH: in log2LdstWidth()
130 case RISCV::LH: in offsetMask()
188 case RISCV::LH: in isCompressibleLoad()
H A DRISCVInstrInfoZalasr.td49 defm LH : LAQ_r_aq_rl<0b001, "lh">;
H A DRISCVInstrInfoA.td126 def : LdPat<atomic_load_16, LH>;
440 def : LdPat<atomic_load_16, LH, i32>;
H A DRISCVMergeBaseOffset.cpp387 case RISCV::LH: in foldIntoMemoryOps()
H A DRISCVInstrInfoZc.td315 def : CompressPat<(LH GPRC:$rd, GPRCMem:$rs1, uimm2_lsb0:$imm),
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h114 I_TYPE_INST(LH);
276 LUI, AUIPC, JAL, JALR, B, LB, LH, LW, LBU, LHU, SB, SH, SW, ADDI, SLTI,
H A DEmulateInstructionRISCV.cpp189 std::is_same_v<T, LB> || std::is_same_v<T, LH> || std::is_same_v<T, LW> ||
430 {"LH", 0x707F, 0x1003, DecodeIType<LH>},
723 bool operator()(LH inst) { in operator ()()
724 return Load<LH, uint16_t, int16_t>(m_emu, inst, SextW); in operator ()()
/freebsd/share/doc/smm/02.config/
H A Dspell.ok39 LH
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp222 case Mips::LH: in isBasePlusOffsetMemoryAccess()
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok55 LH
/freebsd/sys/dev/acpica/
H A Dacpi_quirks317 # HP LH 4
319 oem: FADT "HP " "LH 4 "
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td86 "Z", "NZ", "P", "NP", "M", "NM", "LH", "NLH", "O", "NO" ] in {
159 foreach V = [ "E", "H", "L", "HE", "LE", "LH",
250 foreach V = [ "E", "H", "L", "HE", "LE", "LH",
583 "Z", "NZ", "P", "NP", "M", "NM", "LH", "NLH", "O", "NO" ] in {
624 "Z", "NZ", "P", "NP", "M", "NM", "LH", "NLH", "O", "NO" ] in {
655 "Z", "NZ", "P", "NP", "M", "NM", "LH", "NLH", "O", "NO" ] in {
670 // either way, but signed-extending loads have a short LH and a long LHY,
700 // 32-bit extensions from 16-bit memory. LHMux expands to LH or LHH,
704 defm LH : UnaryRXPair<"lh", 0x48, 0xE378, z_asextloadi16, GR32, 2>;
724 // Expands to LLCR or RISB[LH]G, depending on the choice of registers.
[all …]
/freebsd/contrib/tzdata/
H A Daustralasia196 Rule LH 1981 1984 - Oct lastSun 2:00 1:00 -
197 Rule LH 1982 1985 - Mar Sun>=1 2:00 0 -
198 Rule LH 1985 only - Oct lastSun 2:00 0:30 -
199 Rule LH 1986 1989 - Mar Sun>=15 2:00 0 -
200 Rule LH 1986 only - Oct 19 2:00 0:30 -
201 Rule LH 1987 1999 - Oct lastSun 2:00 0:30 -
202 Rule LH 1990 1995 - Mar Sun>=1 2:00 0 -
203 Rule LH 1996 2005 - Mar lastSun 2:00 0 -
204 Rule LH 2000 only - Aug lastSun 2:00 0:30 -
205 Rule LH 200
[all...]
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_ia32cap.pod106 =item bit #64+21 denoting availability of VPMADD52[LH]UQ instructions,
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok89 LH
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp667 SDValue LH, RH; in TryExpandADDWithMul() local
668 LH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, in TryExpandADDWithMul()
677 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL); in TryExpandADDWithMul()
679 Hi = DAG.getNode(ISD::ADD, dl, MVT::i32, Hi, LH); in TryExpandADDWithMul()
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux120 M6-$H@]'S9K$VC,MKD<*N#,LH$`-Y2L0?''+`2P?"BU@U/(Q-';>5A9Y,$'K7
164 MH#%?1LH(BPM)9';,F>DQ:P+(_`@A`R?>C!CBD7=BSNP)F`<2GTR>*19\IC?T

123