Home
last modified time | relevance | path

Searched refs:LA (Results 1 – 25 of 100) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dsmmintrin.h1740 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
1741 (__m128i)__builtin_ia32_pcmpestrm128((__v16qi)(__m128i)(A), (int)(LA), \
1799 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
1800 (int)__builtin_ia32_pcmpestri128((__v16qi)(__m128i)(A), (int)(LA), \
2102 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
2103 (int)__builtin_ia32_pcmpestria128((__v16qi)(__m128i)(A), (int)(LA), \
2156 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument
2157 (int)__builtin_ia32_pcmpestric128((__v16qi)(__m128i)(A), (int)(LA), \
2209 #define _mm_cmpestro(A, LA, B, LB, M) \ argument
2210 (int)__builtin_ia32_pcmpestrio128((__v16qi)(__m128i)(A), (int)(LA), \
[all …]
/netbsd-src/share/misc/
H A Dzipcodes30609 70001:Metairie, LA
30610 70002:Metairie, LA
30611 70003:Metairie, LA
30612 70004:Metairie, LA
30613 70005:Metairie, LA
30614 70006:Metairie, LA
30615 70009:Metairie, LA
30616 70010:Metairie, LA
30617 70011:Metairie, LA
30618 70030:Des Allemands, LA
[all …]
H A Dna.phone.add30 225:Louisiana (USA):Baton Rouge, Plaquemine:LA
68 318:Louisiana (USA):Alexandria, Monroe:LA
76 337:Louisiana (USA):Lafayette, Lake Charles:LA
120 504:Louisiana (USA):New Orleans:LA
H A Dna.phone31 225:Louisiana (USA):Baton Rouge, Plaquemine:LA
84 318:Louisiana (USA):Alexandria, Monroe:LA
99 337:Louisiana (USA):Lafayette, Lake Charles:LA
180 504:Louisiana (USA):New Orleans:LA
H A Dna.postal40 LA:Louisiana:La.:US
H A Dcountry140 Laos LA LAO 418 LA
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp72 for (uint16_t LA = DW_OP_lit0; LA <= DW_OP_lit31; ++LA) in getDescriptions() local
73 Descriptions[LA] = Desc(Op::Dwarf2); in getDescriptions()
74 for (uint16_t LA = DW_OP_reg0; LA <= DW_OP_reg31; ++LA) in getDescriptions() local
75 Descriptions[LA] = Desc(Op::Dwarf2); in getDescriptions()
76 for (uint16_t LA = DW_OP_breg0; LA <= DW_OP_breg31; ++LA) in getDescriptions() local
77 Descriptions[LA] = Desc(Op::Dwarf2, Op::SignedSizeLEB); in getDescriptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp689 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute() argument
697 AttrEnd.setEofData(LA.Toks.data()); in ParseLexedAttribute()
698 LA.Toks.push_back(AttrEnd); in ParseLexedAttribute()
702 LA.Toks.push_back(Tok); in ParseLexedAttribute()
703 PP.EnterTokenStream(LA.Toks, true, /*IsReinject=*/true); in ParseLexedAttribute()
710 if (LA.Decls.size() > 0) { in ParseLexedAttribute()
711 Decl *D = LA.Decls[0]; in ParseLexedAttribute()
719 if (LA.Decls.size() == 1) { in ParseLexedAttribute()
731 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc, in ParseLexedAttribute()
740 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc, in ParseLexedAttribute()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp119 Attribute LA = *LI; in cmpAttrs() local
121 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
122 if (LA.getKindAsEnum() != RA.getKindAsEnum()) in cmpAttrs()
123 return cmpNumbers(LA.getKindAsEnum(), RA.getKindAsEnum()); in cmpAttrs()
125 Type *TyL = LA.getValueAsType(); in cmpAttrs()
139 if (LA < RA) in cmpAttrs()
141 if (RA < LA) in cmpAttrs()
308 const ConstantArray *LA = cast<ConstantArray>(L); in cmpConstants() local
315 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants()
/netbsd-src/crypto/external/bsd/openssl/dist/test/certs/
H A Dee-cert-noncrit-unknown-ext.pem19 LA==
/netbsd-src/games/quiz/datfiles/
H A Dareas33 318:western louisiana|LA:shreveport
53 504:eastern louisiana|LA:new orleans
H A Dstate18 Louisiana|La:Baton Rouge:LA:magnolia
/netbsd-src/external/bsd/byacc/dist/
H A Dgraph.c105 unsigned *rowp = LA + larno * tokensetsize; in graph_LA()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp936 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() local
938 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
939 LA == TypeSoftPromoteHalf || in getTypeConversion()
944 if (LA == TypeSplitVector) in getTypeConversion()
945 return LegalizeKind(LA, EVT(SVT).getHalfNumVectorElementsVT(Context)); in getTypeConversion()
946 if (LA == TypeScalarizeVector) in getTypeConversion()
947 return LegalizeKind(LA, SVT.getVectorElementType()); in getTypeConversion()
948 return LegalizeKind(LA, NVT); in getTypeConversion()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h543 void enableLateAttributeInstantiation(Sema::LateInstantiatedAttrVec *LA) { in enableLateAttributeInstantiation() argument
544 LateAttrs = LA; in enableLateAttributeInstantiation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() argument
/netbsd-src/etc/
H A Dprintcap8 #decwriter|LA-180 DecWriter III:\
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp355 unsigned LAOpcode = TII->getOpcodeForOffset(SystemZ::LA, HighOffset); in eliminateFrameIndex()
363 BuildMI(MBB, MI, DL, TII->get(SystemZ::LA), ScratchReg) in eliminateFrameIndex()
H A DREADME.txt25 The tuning of the choice between LOAD ADDRESS (LA) and addition in
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A D2064.md32 ;; LA bypass | agen |
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A D2064.md32 ;; LA bypass | agen |
/netbsd-src/sys/dev/microcode/wi/
H A Deprimsym17 …�V�WA��U����@T��\�]A��_����@^�Z����@[��Y�XA���H�IA��K����@J�N����@O��M�LA��D����@E��G�FA���B…
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1099 TargetLowering::LegalizeAction LA = TargetLowering::Expand; variable
1102 LA = getTLI()->getTruncStoreAction(LT.second, MemVT);
1104 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
1106 if (LA != TargetLowering::Legal && LA != TargetLowering::Custom) {
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_3166146 LA Laos
/netbsd-src/external/public-domain/tz/dist/
H A Diso3166.tab156 LA Laos

1234