Home
last modified time | relevance | path

Searched refs:AL (Results 1 – 25 of 251) sorted by relevance

1234567891011

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp194 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs() argument
196 return AL.getNumArgs() + AL.hasParsedType(); in getNumAttributeArgs()
203 getAttrLoc(const AttrInfo &AL) { in getAttrLoc() argument
204 return AL.getLocation(); in getAttrLoc()
206 static SourceLocation getAttrLoc(const ParsedAttr &AL) { return AL.getLoc(); } in getAttrLoc() argument
271 static bool checkAttrMutualExclusion(Sema &S, Decl *D, const ParsedAttr &AL) { in checkAttrMutualExclusion() argument
273 S.Diag(AL.getLoc(), diag::err_attributes_are_not_compatible) << AL << A; in checkAttrMutualExclusion()
281 static bool checkAttrMutualExclusion(Sema &S, Decl *D, const Attr &AL) { in checkAttrMutualExclusion() argument
283 S.Diag(AL.getLocation(), diag::err_attributes_are_not_compatible) << &AL in checkAttrMutualExclusion()
340 bool Sema::checkStringLiteralArgumentAttr(const ParsedAttr &AL, unsigned ArgNum, in checkStringLiteralArgumentAttr() argument
[all …]
H A DParsedAttr.cpp97 for (ParsedAttr *AL : cur.Attrs) in reclaimPool()
98 deallocate(AL); in reclaimPool()
216 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs() argument
218 return AL.getNumArgs() + AL.hasParsedType(); in getNumAttributeArgs()
222 static bool checkAttributeNumArgsImpl(Sema &S, const ParsedAttr &AL, in checkAttributeNumArgsImpl() argument
225 if (Comp(getNumAttributeArgs(AL), Num)) { in checkAttributeNumArgsImpl()
226 S.Diag(AL.getLoc(), Diag) << AL << Num; in checkAttributeNumArgsImpl()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dorder.c187 { NLEFT, AL }, { NRES, AX }, in nspecial()
188 { NEVER, AX }, { NEVER, AH}, {NEVER, AL }, in nspecial()
217 { NRES, AXDX }, { NLEFT, AL }, in nspecial()
219 { NEVER, AH }, { NEVER, AL }, in nspecial()
227 { NEVER, AL }, { NEVER, AH }, in nspecial()
228 { NLEFT, AL }, { NRES, AL }, in nspecial()
229 { NORIGHT, AH }, { NORIGHT, AL }, { 0 } }; in nspecial()
249 { NEVER, AL }, { NEVER, AH }, in nspecial()
250 { NLEFT, AL }, { NRES, AH }, in nspecial()
251 { NORIGHT, AH }, { NORIGHT, AL }, { 0 } }; in nspecial()
[all …]
H A Dmacdefs.h161 #define AL 010 macro
200 { AL, AH, AXDX, AXCX, AXBX, AXSI, AXDI, -1 },\
220 { AX, AL, AH, DX, DL, DH, AXCX, AXBX, AXSI, /* axdx */\
222 { AX, AL, AH, CX, CL, CH, AXDX, AXBX, AXSI, /* axcx */\
224 { AX, AL, AH, BX, BL, BH, AXDX, AXCX, AXSI, /* axbx */\
226 { AX, AL, AH, SI, AXDX, AXCX, AXBX, AXDI, /* axsi */\
228 { AX, AL, AH, DI, AXDX, AXCX, AXBX, AXSI, /* axdi */\
278 #define RETREG(x) (x == CHAR || x == UCHAR ? AL : \
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Drounding.d56 mov AL,9[RSP] ; in ceil() local
57 mov DL,AL ; in ceil() local
58 and AL,0xC3 ; in ceil() local
59 or AL,0x08 ; // round to +infinity in ceil() local
60 mov 9[RSP],AL ; in ceil() local
75 mov AL,byte ptr cw+1 ; in ceil() local
76 mov DL,AL ; in ceil() local
77 and AL,0xC3 ; in ceil() local
78 or AL,0x08 ; // round to +infinity in ceil() local
79 mov byte ptr cw+1,AL ; in ceil()
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dorder.c209 { NEVER, AL }, { NEVER, AH }, in nspecial()
210 { NLEFT, AL }, { NRES, AL }, in nspecial()
211 { NORIGHT, AH }, { NORIGHT, AL }, { 0 } }; in nspecial()
229 { NEVER, AL }, { NEVER, AH }, in nspecial()
230 { NLEFT, AL }, { NRES, AH }, in nspecial()
231 { NORIGHT, AH }, { NORIGHT, AL }, { 0 } }; in nspecial()
249 { NEVER, AL }, { NEVER, AH }, in nspecial()
250 { NLEFT, AL }, { NRES, AL }, { 0 } }; in nspecial()
H A Dmacdefs.h178 #define AL 010 macro
217 { AL, AH, EAXEDX, EAXECX, EAXEBX, EAXESI, EAXEDI, -1 },\
237 { EAX, AL, AH, EDX, DL, DH, EAXECX, EAXEBX, EAXESI, /* eaxedx */\
239 { EAX, AL, AH, ECX, CL, CH, EAXEDX, EAXEBX, EAXESI, /* eaxecx */\
241 { EAX, AL, AH, EBX, BL, BH, EAXEDX, EAXECX, EAXESI, /* eaxebx */\
243 { EAX, AL, AH, ESI, EAXEDX, EAXECX, EAXEBX, EAXEDI, /* eaxesi */\
245 { EAX, AL, AH, EDI, EAXEDX, EAXECX, EAXEBX, EAXESI, /* eaxedi */\
294 #define RETREG(x) (x == CHAR || x == UCHAR ? AL : \
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp244 ARMCC::CondCodes Pred = ARMCC::AL, unsigned PredReg = 0) { in emitRegPlusImmediate()
257 ARMCC::CondCodes Pred = ARMCC::AL, in emitSPUpdate()
380 .add(predOps(ARMCC::AL)); in emitAligningInstructions()
385 .add(predOps(ARMCC::AL)) in emitAligningInstructions()
395 .add(predOps(ARMCC::AL)) in emitAligningInstructions()
400 .add(predOps(ARMCC::AL)) in emitAligningInstructions()
410 .add(predOps(ARMCC::AL)); in emitAligningInstructions()
614 .add(predOps(ARMCC::AL)); in emitPrologue()
627 .add(predOps(ARMCC::AL)) in emitPrologue()
638 .add(predOps(ARMCC::AL)) in emitPrologue()
[all …]
H A DARMAsmPrinter.cpp187 .addImm(ARMCC::AL) in runOnMachineFunction()
1024 .addImm(ARMCC::AL) in emitJumpTableInsts()
1360 .addImm(ARMCC::AL) in emitInstruction()
1397 .addImm(ARMCC::AL).addReg(0) in emitInstruction()
1406 .addImm(ARMCC::AL) in emitInstruction()
1415 .addImm(ARMCC::AL) in emitInstruction()
1426 .addImm(ARMCC::AL) in emitInstruction()
1439 .addImm(ARMCC::AL) in emitInstruction()
1467 TmpInst.addOperand(MCOperand::createImm(ARMCC::AL)); in emitInstruction()
1499 TmpInst.addOperand(MCOperand::createImm(ARMCC::AL)); in emitInstruction()
[all …]
H A DARMInstructionSelector.cpp257 MIB.add(predOps(ARMCC::AL)); in selectMergeValues()
289 MIB.add(predOps(ARMCC::AL)); in selectUnmergeValues()
393 std::pair<ARMCC::CondCodes, ARMCC::CondCodes> Preds = {ARMCC::AL, ARMCC::AL}; in getComparePreds()
454 assert(Preds.first != ARMCC::AL && "No comparisons needed?"); in getComparePreds()
497 .add(predOps(ARMCC::AL)) in putConstant()
553 if (ARMConds.second == ARMCC::AL) { in selectCmp()
583 .add(predOps(ARMCC::AL)); in insertComparison()
591 .add(predOps(ARMCC::AL)); in insertComparison()
650 MIB.add(predOps(ARMCC::AL)); in selectGlobal()
699 .add(predOps(ARMCC::AL)); in selectGlobal()
[all …]
H A DThumb1FrameLowering.cpp87 MRI.emitLoadConstPool(MBB, MBBI, dl, ScratchReg, 0, NumBytes, ARMCC::AL, in emitPrologueEpilogueSPUpdate()
93 .add(predOps(ARMCC::AL)) in emitPrologueEpilogueSPUpdate()
308 .add(predOps(ARMCC::AL)); in emitPrologue()
416 .add(predOps(ARMCC::AL)); in emitPrologue()
422 .add(predOps(ARMCC::AL)); in emitPrologue()
428 .add(predOps(ARMCC::AL)); in emitPrologue()
432 .add(predOps(ARMCC::AL)); in emitPrologue()
444 .add(predOps(ARMCC::AL)); in emitPrologue()
523 .add(predOps(ARMCC::AL)); in emitEpilogue()
527 .add(predOps(ARMCC::AL)); in emitEpilogue()
[all …]
H A DARMExpandPseudoInsts.cpp1027 BuildMI(MBB, MBBI, DL, TII->get(ARM::t2CLRM)).add(predOps(ARMCC::AL)); in CMSEClearGPRegs()
1040 .add(predOps(ARMCC::AL)); in CMSEClearGPRegs()
1046 .add(predOps(ARMCC::AL)); in CMSEClearGPRegs()
1145 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8()
1150 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8()
1166 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8()
1173 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8()
1180 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8()
1188 .add(predOps(ARMCC::AL)); in CMSEClearFPRegsV8()
1192 .add(predOps(ARMCC::AL)) in CMSEClearFPRegsV8()
[all …]
H A DThumb1InstrInfo.cpp31 .addImm(ARMCC::AL) in getNop()
54 .add(predOps(ARMCC::AL)); in copyPhysReg()
70 .add(predOps(ARMCC::AL)) in copyPhysReg()
73 .add(predOps(ARMCC::AL)) in copyPhysReg()
102 .add(predOps(ARMCC::AL)); in storeRegToStackSlot()
130 .add(predOps(ARMCC::AL)); in loadRegFromStackSlot()
H A DMVETailPredUtils.h96 MIB.addImm(ARMCC::AL);
104 MIB.addImm(ARMCC::AL);
124 .add(predOps(ARMCC::AL)); in RevertDoLoopStart()
138 MIB.addImm(ARMCC::AL);
161 MIB.addImm(ARMCC::AL);
H A DThumb2InstrInfo.cpp53 return MCInstBuilder(ARM::tHINT).addImm(0).addImm(ARMCC::AL).addReg(0); in getNop()
76 if (CC != ARMCC::AL) in ReplaceTailWithBranchTo()
84 if (CC != ARMCC::AL) { in ReplaceTailWithBranchTo()
122 return getITInstrPredicate(*MBBI, PredReg) == ARMCC::AL; in isLegalToSplitMBBAt()
160 .add(predOps(ARMCC::AL)); in copyPhysReg()
183 .add(predOps(ARMCC::AL)); in storeRegToStackSlot()
199 MIB.addFrameIndex(FI).addImm(0).addMemOperand(MMO).add(predOps(ARMCC::AL)); in storeRegToStackSlot()
224 .add(predOps(ARMCC::AL)); in loadRegFromStackSlot()
240 MIB.addFrameIndex(FI).addImm(0).addMemOperand(MMO).add(predOps(ARMCC::AL)); in loadRegFromStackSlot()
346 .add(predOps(ARMCC::AL)); in emitT2RegPlusImmediate()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAllocatorList.h59 AllocatorList &AL; member
61 Cloner(AllocatorList &AL) : AL(AL) {} in Cloner()
63 Node *operator()(const Node &N) const { return AL.create(N.V); } in operator()
67 AllocatorList &AL; member
69 Disposer(AllocatorList &AL) : AL(AL) {} in Disposer()
73 AL.getAlloc().Deallocate(N); in operator()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dtable.c885 " lis A1," HA16(AL) COM "assign reg to sname\n"
886 " stw AR," LO16(AL) "(A1)\n", },
899 " lis A1," HA16(AL) COM "assign reg to 64-bit sname\n"
900 " stw AR," LO16(AL) "(A1)\n"
914 " lis A1," HA16(AL) "\n"
915 " stb AR," LO16(AL) "(A1)\n", },
927 " lis A1," HA16(AL) "\n"
928 " sth AR," LO16(AL) "(A1)\n", },
983 " lis A1," HA16(AL) "\n"
984 " stfs AR," LO16(AL) "(A1)\n", },
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp83 void visitAttributeList(const AttributeList &AL, in visitAttributeList() argument
86 AttributeSetsToPreserve.reserve(AL.getNumAttrSets()); in visitAttributeList()
87 for (unsigned SetIdx : seq(AL.index_begin(), AL.index_end())) { in visitAttributeList()
90 visitAttributeSet(AL.getAttributes(AttributesToPreserve.first), in visitAttributeList()
129 void visitAttributeList(const AttributeList &AL) { in visitAttributeList()
130 for (const AttributeSet &AS : AL) in visitAttributeList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1301 AttributeList AL; in initializeRuntimeFunctions() local
1302 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex, in initializeRuntimeFunctions()
1304 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex, in initializeRuntimeFunctions()
1306 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex, in initializeRuntimeFunctions()
1308 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); in initializeRuntimeFunctions()
1309 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); in initializeRuntimeFunctions()
1311 Mod->getOrInsertFunction("__dfsan_union", DFSanUnionFnTy, AL); in initializeRuntimeFunctions()
1314 AttributeList AL; in initializeRuntimeFunctions() local
1315 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex, in initializeRuntimeFunctions()
1317 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex, in initializeRuntimeFunctions()
[all …]
/netbsd-src/share/misc/
H A Dzipcodes15104 35004:Moody, AL
15105 35005:Adamsville, AL
15106 35006:Adger, AL
15107 35007:Alabaster, AL
15108 35010:Alexander City, AL
15109 35013:Allgood, AL
15110 35014:Alpine, AL
15111 35015:Alton, AL
15112 35016:Arab, AL
15113 35019:Baileyton, AL
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmips16-opc.c161 #define AL INSN2_ALIAS macro
213 {"nop", "", 0x6500, 0xffff, 0, SH|RD_16|AL, I1, 0, 0 }, /* move $0,$Z */
214 {"la", "x,A", 0x0800, 0xf800, WR_1, RD_PC|AL, I1, 0, 0 },
268 {"dla", "y,E", 0xfe00, 0xff00, WR_1, RD_PC|AL, I3, 0, 0 },
347 {"ld", "y,B", 0xfc00, 0xff00, WR_1, RD_PC|AL, I3, 0, 0 },
360 {"lw", "x,A", 0xb000, 0xf800, WR_1, RD_PC|AL, I1, 0, 0 },
437 {"sync_acquire", "", 0xf4403014, 0xffffffff, 0, AL, 0, E2, 0 },
438 {"sync_mb", "", 0xf4003014, 0xffffffff, 0, AL, 0, E2, 0 },
439 {"sync_release", "", 0xf4803014, 0xffffffff, 0, AL, 0, E2, 0 },
440 {"sync_rmb", "", 0xf4c03014, 0xffffffff, 0, AL, 0, E2, 0 },
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmips16-opc.c161 #define AL INSN2_ALIAS macro
213 {"nop", "", 0x6500, 0xffff, 0, SH|RD_16|AL, I1, 0, 0 }, /* move $0,$Z */
214 {"la", "x,A", 0x0800, 0xf800, WR_1, RD_PC|AL, I1, 0, 0 },
268 {"dla", "y,E", 0xfe00, 0xff00, WR_1, RD_PC|AL, I3, 0, 0 },
347 {"ld", "y,B", 0xfc00, 0xff00, WR_1, RD_PC|AL, I3, 0, 0 },
360 {"lw", "x,A", 0xb000, 0xf800, WR_1, RD_PC|AL, I1, 0, 0 },
437 {"sync_acquire", "", 0xf4403014, 0xffffffff, 0, AL, 0, E2, 0 },
438 {"sync_mb", "", 0xf4003014, 0xffffffff, 0, AL, 0, E2, 0 },
439 {"sync_release", "", 0xf4803014, 0xffffffff, 0, AL, 0, E2, 0 },
440 {"sync_rmb", "", 0xf4c03014, 0xffffffff, 0, AL, 0, E2, 0 },
[all …]
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/
H A DUnicodeData.txt1363 061B;ARABIC SEMICOLON;Po;0;AL;;;;;N;;;;;
1364 061F;ARABIC QUESTION MARK;Po;0;AL;;;;;N;;;;;
1365 0621;ARABIC LETTER HAMZA;Lo;0;AL;;;;;N;ARABIC LETTER HAMZAH;;;;
1366 0622;ARABIC LETTER ALEF WITH MADDA ABOVE;Lo;0;AL;0627 0653;;;;N;ARABIC LETTER MADDAH ON ALEF;;;;
1367 0623;ARABIC LETTER ALEF WITH HAMZA ABOVE;Lo;0;AL;0627 0654;;;;N;ARABIC LETTER HAMZAH ON ALEF;;;;
1368 0624;ARABIC LETTER WAW WITH HAMZA ABOVE;Lo;0;AL;0648 0654;;;;N;ARABIC LETTER HAMZAH ON WAW;;;;
1369 0625;ARABIC LETTER ALEF WITH HAMZA BELOW;Lo;0;AL;0627 0655;;;;N;ARABIC LETTER HAMZAH UNDER ALEF;;;;
1370 0626;ARABIC LETTER YEH WITH HAMZA ABOVE;Lo;0;AL;064A 0654;;;;N;ARABIC LETTER HAMZAH ON YA;;;;
1371 0627;ARABIC LETTER ALEF;Lo;0;AL;;;;;N;;;;;
1372 0628;ARABIC LETTER BEH;Lo;0;AL;;;;;N;ARABIC LETTER BAA;;;;
[all …]
/netbsd-src/lib/libusbhid/
H A Dusb_hid_usages908 0x181 AL Launch Button Configuration Tool
909 0x182 AL Programmable Button Configuration
910 0x183 AL Consumer Control Configuration
911 0x184 AL Word Processor
912 0x185 AL Text Editor
913 0x186 AL Spreadsheet
914 0x187 AL Graphics Editor
915 0x188 AL Presentation App
916 0x189 AL Database App
917 0x18A AL Email Reader
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Datomic.d362 setz AL; in version()
384 setz AL; in version() local
417 mov AL, 1; in version()
421 xor AL, AL; in version()
442 mov AL, 1; in version() local
447 xor AL, AL; in version() local
466 mov AL, 1; in version() local
471 xor AL, AL; in version() local
501 setz AL; in version()
519 setz AL; in version() local
[all …]

1234567891011