Home
last modified time | relevance | path

Searched defs:AL (Results 1 – 25 of 65) sorted by relevance

123

/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
199 mov AL,9[RSP] ; in floor() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp194 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs()
203 getAttrLoc(const AttrInfo &AL) { in getAttrLoc()
206 static SourceLocation getAttrLoc(const ParsedAttr &AL) { return AL.getLoc(); } in getAttrLoc()
271 static bool checkAttrMutualExclusion(Sema &S, Decl *D, const ParsedAttr &AL) { in checkAttrMutualExclusion()
281 static bool checkAttrMutualExclusion(Sema &S, Decl *D, const Attr &AL) { in checkAttrMutualExclusion()
340 bool Sema::checkStringLiteralArgumentAttr(const ParsedAttr &AL, unsigned ArgNum, in checkStringLiteralArgumentAttr()
457 const ParsedAttr &AL) { in threadSafetyCheckIsPointer()
578 const ParsedAttr &AL, in checkAttrArgsAreCapabilityObjs()
674 static void handlePtGuardedVarAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handlePtGuardedVarAttr()
681 static bool checkGuardedByAttrCommon(Sema &S, Decl *D, const ParsedAttr &AL, in checkGuardedByAttrCommon()
[all …]
H A DParsedAttr.cpp216 static unsigned getNumAttributeArgs(const ParsedAttr &AL) { in getNumAttributeArgs()
222 static bool checkAttributeNumArgsImpl(Sema &S, const ParsedAttr &AL, in checkAttributeNumArgsImpl()
H A DSemaAvailability.cpp425 if (const auto *AL = OffendingDecl->getAttr<DeprecatedAttr>()) in DoEmitAvailabilityWarning() local
437 if (auto AL = OffendingDecl->getAttr<UnavailableAttr>()) { in DoEmitAvailabilityWarning() local
489 if (auto AL = OffendingDecl->getAttr<DeprecatedAttr>()) in DoEmitAvailabilityWarning() local
491 if (auto AL = getAttrForPlatform(S.Context, OffendingDecl)) in DoEmitAvailabilityWarning() local
H A DSemaStmtAttr.cpp440 for (const ParsedAttr &AL : InAttrs) { in ProcessStmtAttributes() local
H A DSemaType.cpp1253 for (const ParsedAttr &AL : Attrs) in getImageAccess() local
3053 for (const ParsedAttr &AL : chunk.getAttrs()) in inferARCWriteback() local
3837 for (const ParsedAttr &AL : AttrList) { in getCCForDeclaratorChunk() local
3900 for (const ParsedAttr &AL : D.getDeclSpec().getAttributes()) { in getCCForDeclaratorChunk() local
3958 for (const ParsedAttr &AL : attrs) { in hasNullabilityAttr() local
4366 static AttrT *createSimpleAttr(ASTContext &Ctx, ParsedAttr &AL) { in createSimpleAttr()
5125 for (const ParsedAttr &AL : ReturnTypeChunk.getAttrs()) { in GetFullTypeForDeclarator() local
5133 for (const ParsedAttr &AL : D.getDeclSpec().getAttributes()) { in GetFullTypeForDeclarator() local
6224 for (const ParsedAttr &AL : Attrs) { in fillDependentAddressSpaceTypeLoc() local
6239 for (const ParsedAttr &AL : Attrs) { in fillMatrixTypeLoc() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Datomic.d384 setz AL; in version() local
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
519 setz AL; in version() local
569 setz AL; in version() local
585 setz AL; in version() local
613 test AL, AL; in version() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d3981 mov AL,9[RSP] ; in ceil() local
3982 mov DL,AL ; in ceil() local
3983 and AL,0xC3 ; in ceil() local
3984 or AL,0x08 ; // round to +infinity in ceil() local
3985 mov 9[RSP],AL ; in ceil() local
4000 mov AL,byte ptr cw+1 ; in ceil() local
4001 mov DL,AL ; in ceil() local
4002 and AL,0xC3 ; in ceil() local
4003 or AL,0x08 ; // round to +infinity in ceil() local
4109 mov AL,9[RSP] ; in floor() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp251 auto AL = ApplyDebugLocation::CreateArtificial(CGF); in createAtExitStub() local
727 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalVarDeclInitFunc() local
756 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalInitFunc() local
816 auto AL = ApplyDebugLocation::CreateArtificial(*this); in GenerateCXXGlobalCleanUpFunc() local
865 auto AL = ApplyDebugLocation::CreateArtificial(*this); in generateDestroyHelper() local
H A DCGVTables.cpp274 auto AL = ApplyDebugLocation::CreateArtificial(*this); in StartThunk() local
453 auto AL = ApplyDebugLocation::CreateArtificial(*this); in generateThunk() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dadi.d230 cmp AL,DL ; in _adCmpChar() local
280 cmp AL,DL ; in _adCmpChar() local
290 cmp AL,DL ; in _adCmpChar() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h25 AL = 0x0, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAllocatorList.h59 AllocatorList &AL; member
67 AllocatorList &AL; member
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmips16-opc.c161 #define AL INSN2_ALIAS macro
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmips16-opc.c161 #define AL INSN2_ALIAS macro
H A Dmips-opc.c320 #define AL INSN_ALLEGREX macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1997 const ActionList *AL = &A->getInputs(); local
2444 virtual void appendTopLevelActions(ActionList &AL) {} in appendTopLevelActions()
2447 virtual void appendLinkDeviceActions(ActionList &AL) {} in appendLinkDeviceActions()
2450 virtual Action* appendLinkHostActions(ActionList &AL) { return nullptr; } in appendLinkHostActions()
2620 void appendTopLevelActions(ActionList &AL) override { in appendTopLevelActions()
2965 ActionList AL; in getDeviceDependences() local
2974 ActionList AL; in getDeviceDependences() local
3046 void appendLinkDeviceActions(ActionList &AL) override { in appendLinkDeviceActions()
3082 Action* appendLinkHostActions(ActionList &AL) override { return AL.back(); } in appendLinkHostActions()
3192 void appendTopLevelActions(ActionList &AL) override { in appendTopLevelActions()
[all …]
/netbsd-src/sys/arch/i386/include/
H A Dbioscall.h62 #define AL r_ax.biosreg_quarter[BIOSREG_LO] macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp52 if (auto *AL = dyn_cast<DIArgList>(MD)) in location_ops() local
63 if (auto *AL = dyn_cast<DIArgList>(MD)) in getVariableLocationOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOLayoutBuilder.cpp75 bool AL = A->isLocalSymbol(), in updateDySymTab() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h45 AL // Always (unconditional) Always (unconditional) enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1301 AttributeList AL; in initializeRuntimeFunctions() local
1314 AttributeList AL; in initializeRuntimeFunctions() local
1327 AttributeList AL; in initializeRuntimeFunctions() local
1338 AttributeList AL; in initializeRuntimeFunctions() local
1349 AttributeList AL; in initializeRuntimeFunctions() local
1362 AttributeList AL; in initializeRuntimeFunctions() local
1373 AttributeList AL; in initializeRuntimeFunctions() local
1381 AttributeList AL; in initializeRuntimeFunctions() local
1393 AttributeList AL; in initializeRuntimeFunctions() local
H A DGCOVProfiling.cpp1073 AttributeList AL; in getStartFileFunc() local
1087 AttributeList AL; in getEmitFunctionFunc() local
1102 AttributeList AL; in getEmitArcsFunc() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp83 void visitAttributeList(const AttributeList &AL, in visitAttributeList()
/netbsd-src/libexec/getty/
H A Dgettytab.h93 #define AL gettystrs[28].value macro

123