Home
last modified time | relevance | path

Searched refs:MHS (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc2294.txt34 o Support for MHS Routing [4].
149 | MHS-Org |
156 | MHS-OU |
374 same entry will be used for MHS Routing as for the rest of the
472 MHS-I=S + MHS-S=Kille, MHS-OU=CS, MHS-O=UCL,
477 mHSNumericCountryName MHS-Numeric-Country
480 mHSOrganizationName MHS-O
481 mHSOrganizationalUnitName MHS-OU
482 mHSSurname MHS-S
483 mHSGivenName MHS-G
[all …]
H A Drfc2293.txt39 These techniques were developed for supporting MHS use of Directory
310 [2] Kille, S.E., "X.400-MHS use of the X.500 directory to support
311 X.400-MHS routing," RFC 1801, June 1995.
H A Drfc4517.txt2608 Information Technology - Message Handling Systems (MHS):
2825 18. The MHS OR Address syntax has been removed since its
2829 the MHS OR Address syntax.
H A Drfc2926.txt903 MHS OR Address String
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp1181 ProfileTernOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *LHS, Init *MHS, in ProfileTernOpInit() argument
1185 ID.AddPointer(MHS); in ProfileTernOpInit()
1190 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, in get() argument
1195 ProfileTernOpInit(ID, Opc, LHS, MHS, RHS, Type); in get()
1201 TernOpInit *I = new(Allocator) TernOpInit(Opc, LHS, MHS, RHS, Type); in get()
1245 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, in ForeachHelper() argument
1247 if (DagInit *MHSd = dyn_cast<DagInit>(MHS)) in ForeachHelper()
1250 if (ListInit *MHSl = dyn_cast<ListInit>(MHS)) { in ForeachHelper()
1266 static Init *FilterHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, in FilterHelper() argument
1268 if (ListInit *MHSl = dyn_cast<ListInit>(MHS)) { in FilterHelper()
[all …]
H A DTGParser.cpp1410 Init *MHS = ParseValue(CurRec, ItemType); in ParseOperation() local
1411 if (!MHS) in ParseOperation()
1432 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation()
1433 if (!MHSt && !isa<UnsetInit>(MHS)) { in ParseOperation()
1465 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS)) in ParseOperation()
1467 if (BitsInit *MHSbits = dyn_cast<BitsInit>(MHS)) in ParseOperation()
1469 if (isa<BitInit>(MHS)) in ParseOperation()
1480 if (isa<UnsetInit>(MHS)) in ParseOperation()
1508 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec); in ParseOperation()
1701 Init *MHS = ParseValue(CurRec); in ParseOperationSubstr() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h868 Init *LHS, *MHS, *RHS;
872 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {} in TernOpInit()
908 Init *getMHS() const { return MHS; } in getMHS()
916 return LHS->isComplete() && MHS->isComplete() && RHS->isComplete(); in isComplete()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td3911 TriOpFrag<(fma node:$LHS, (fneg node:$MHS), node:$RHS)> >;
3913 TriOpFrag<(fneg (fma node:$LHS, node:$MHS, node:$RHS))> >;
3915 TriOpFrag<(fma node:$LHS, node:$MHS, (fneg node:$RHS))> >;
4271 TriOpFrag<(fma node:$RHS, node:$MHS, node:$LHS)> >;
4273 TriOpFrag<(fma node:$MHS, (fneg node:$RHS), node:$LHS)> >;
4288 TriOpFrag<(add node:$LHS, (AArch64sabd node:$MHS, node:$RHS))> >;
4307 TriOpFrag<(add node:$LHS, (AArch64uabd node:$MHS, node:$RHS))> >;
4343 defm BSP : SIMDLogicalThreeVectorPseudo<TriOpFrag<(or (and node:$LHS, node:$MHS),
4911 TriOpFrag<(add node:$LHS, (int_aarch64_neon_smull node:$MHS, node:$RHS))>>;
4913 TriOpFrag<(sub node:$LHS, (int_aarch64_neon_smull node:$MHS, node:$RHS))>>;
[all …]
H A DAArch64InstrFormats.td107 class TriOpFrag<dag res> : PatFrag<(ops node:$LHS, node:$MHS, node:$RHS), res>;
5349 def : Pat<(v4i16 (OpNode (v4i16 V64:$LHS), (v4i16 V64:$MHS),
5352 V64:$LHS, V64:$MHS, V64:$RHS)>;
5353 def : Pat<(v2i32 (OpNode (v2i32 V64:$LHS), (v2i32 V64:$MHS),
5356 V64:$LHS, V64:$MHS, V64:$RHS)>;
5357 def : Pat<(v1i64 (OpNode (v1i64 V64:$LHS), (v1i64 V64:$MHS),
5360 V64:$LHS, V64:$MHS, V64:$RHS)>;
5362 def : Pat<(v8i16 (OpNode (v8i16 V128:$LHS), (v8i16 V128:$MHS),
5365 V128:$LHS, V128:$MHS, V128:$RHS)>;
5366 def : Pat<(v4i32 (OpNode (v4i32 V128:$LHS), (v4i32 V128:$MHS),
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td144 class TriOpFrag<dag res> : PatFrag<(ops node: $LHS, node:$MHS, node:$RHS), res>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp966 const Value *RHS, *LHS, *MHS; in lowerSwitchRangeWorkItem() local
973 MHS = nullptr; in lowerSwitchRangeWorkItem()
978 MHS = Cond; in lowerSwitchRangeWorkItem()
984 CaseBlock CB(Pred, FallthroughUnreachable, LHS, RHS, MHS, I->MBB, Fallthrough, in lowerSwitchRangeWorkItem()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3724 SDValue MHS = N0.getOperand(1); in performFNegCombine() local
3729 else if (MHS.getOpcode() == ISD::FNEG) in performFNegCombine()
3730 MHS = MHS.getOperand(0); in performFNegCombine()
3732 MHS = DAG.getNode(ISD::FNEG, SL, VT, MHS); in performFNegCombine()
3739 SDValue Res = DAG.getNode(Opc, SL, VT, LHS, MHS, RHS); in performFNegCombine()
/netbsd-src/external/gpl3/gdb/dist/sim/erc32/
H A DREADME.sis150 FPU from Matra MHS. These are roughly equivalent to the Cypress C601
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Dcosine.schema1623 # -- Standard MHS Object Classes
2116 # -- Standard MHS Attribute Types
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobjects.txt908 # Subclasses of "mail", e.g. "MIME MHS" don't constitute a problem, as
918 Mail 1 : mime-mhs : MIME MHS
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/objects/
H A Dobjects.txt873 # Subclasses of "mail", e.g. "MIME MHS" don't constitute a problem, as
883 Mail 1 : mime-mhs : MIME MHS
/netbsd-src/external/mpl/bind/dist/bin/tests/system/cacheclean/
H A Ddig.batch8 SUN.MHS-RELAY.AC.UK. IN A
H A Dknowngood.dig.out8 SUN.MHS-RELAY.AC.UK. 604800 IN A 128.86.8.25
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10681 const Value *RHS, *LHS, *MHS; in lowerWorkItem() local
10688 MHS = nullptr; in lowerWorkItem()
10693 MHS = Cond; in lowerWorkItem()
10702 CaseBlock CB(CC, LHS, RHS, MHS, I->MBB, Fallthrough, CurMBB, in lowerWorkItem()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/cacheclean/ns1/
H A Dexample.db1185 $ORIGIN MHS-RELAY.AC.UK.
/netbsd-src/share/misc/
H A Dairport4719 MHS:Mount Shasta, CA, USA