Home
last modified time | relevance | path

Searched refs:LAR (Results 1 – 18 of 18) sorted by relevance

/third_party/libsnd/src/GSM610/
Dlpc.c281 register int16_t * LAR /* [0..7] IN/OUT */ in Quantization_and_coding() argument
297 temp = GSM_MULT (A, *LAR) ; \ in Quantization_and_coding()
301 *LAR = temp > MAC ? MAC - MIC : (temp < MIC ? 0 : temp - MIC) ; \ in Quantization_and_coding()
302 LAR++ ; in Quantization_and_coding()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DLoopPassManager.h301 LoopStandardAnalysisResults LAR = {AM.getResult<AAManager>(F),
348 assert(L->isRecursivelyLCSSAForm(LAR.DT, LI) &&
356 PreservedAnalyses PassPA = Pass.run(*L, LAM, LAR, Updater);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp841 const OptimizationRemarkAnalysis *LAR = LAI->getReport(); in canVectorizeMemory() local
842 if (LAR) { in canVectorizeMemory()
845 "loop not vectorized: ", *LAR); in canVectorizeMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp9940 const auto *LAR = cast<SCEVAddRecExpr>(Less); in computeConstantDifference() local
9943 if (LAR->getLoop() != MAR->getLoop()) in computeConstantDifference()
9948 if (!LAR->isAffine() || !MAR->isAffine()) in computeConstantDifference()
9951 if (LAR->getStepRecurrence(*this) != MAR->getStepRecurrence(*this)) in computeConstantDifference()
9954 Less = LAR->getStart(); in computeConstantDifference()
10215 const SCEVAddRecExpr *LAR = dyn_cast<SCEVAddRecExpr>(LHS); in IsKnownPredicateViaAddRecStart() local
10216 if (!LAR) in IsKnownPredicateViaAddRecStart()
10221 if (LAR->getLoop() != RAR->getLoop()) in IsKnownPredicateViaAddRecStart()
10223 if (!LAR->isAffine() || !RAR->isAffine()) in IsKnownPredicateViaAddRecStart()
10226 if (LAR->getStepRecurrence(SE) != RAR->getStepRecurrence(SE)) in IsKnownPredicateViaAddRecStart()
[all …]
/third_party/cmsis/CMSIS/Core/Include/
Dcore_cm3.h777 __OM uint32_t LAR; /*!< Offset: 0xFB0 ( /W) Lock Access Register */ member
Dcore_sc300.h760 __OM uint32_t LAR; /*!< Offset: 0xFB0 ( /W) Lock Access Register */ member
Dcore_cm4.h842 __OM uint32_t LAR; /*!< Offset: 0xFB0 ( /W) Lock Access Register */ member
Dcore_cm7.h1061 __OM uint32_t LAR; /*!< Offset: 0xFB0 ( /W) Lock Access Register */ member
Dcore_starmc1.h1111 __OM uint32_t LAR; /*!< Offset: 0xFB0 ( /W) Lock Access Register */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SchedBroadwell.td1250 def: InstRW<[BWWriteResGroup113], (instregex "LAR(16|32|64)rm",
1345 def: InstRW<[BWWriteResGroup144], (instregex "LAR(16|32|64)rr")>;
DX86SchedHaswell.td1433 def: InstRW<[HWWriteResGroup83], (instregex "LAR(16|32|64)rr")>;
1440 def: InstRW<[HWWriteResGroup87], (instregex "LAR(16|32|64)rm",
DX86SchedSkylakeClient.td901 def: InstRW<[SKLWriteResGroup57], (instregex "LAR(16|32|64)rr")>;
1308 def: InstRW<[SKLWriteResGroup131], (instregex "LAR(16|32|64)rm",
DX86SchedSkylakeServer.td1013 def: InstRW<[SKXWriteResGroup57], (instregex "LAR(16|32|64)rr")>;
1735 def: InstRW<[SKXWriteResGroup146], (instregex "LAR(16|32|64)rm",
DX86ScheduleBdVer2.td313 def : InstRW<[PdWriteLARrr], (instregex "LAR(16|32|64)rr",
/third_party/mesa3d/src/mesa/x86/
Dassyntax.h502 #define LAR(a, b) CHOICE(lar ARG2(a, b), lar ARG2(a, b), lar ARG2(b, a)) macro
1220 #define LAR(a, b) lar b, a macro
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt2224 LAR
Di386.txt583 LAR
4660 LAR Load Access Rights
6207 validity. A later section discusses how the ARPL, VERR, VERW, LSL, and LAR
6400 (rather than waiting for an exception). The unprivileged instructions LAR,
6403 LAR (Load Access Rights) is used to verify that a pointer refers to a
6404 segment of the proper privilege level and type. LAR has one operanda
6407 the CPL and the selector's RPL. If the descriptor is visible, LAR obtains a
6412 bits can be tested. All valid descriptor types can be tested by the LAR
6427 code segments do. For both LAR and LSL, the zero flag (ZF) is set if the
9342 LAR DX,BX ; save access byte
[all …]
Di386-notutf8.txt583 LAR
4660 LAR �� Load Access Rights
6207 validity. A later section discusses how the ARPL, VERR, VERW, LSL, and LAR
6400 (rather than waiting for an exception). The unprivileged instructions LAR,
6403 LAR (Load Access Rights) is used to verify that a pointer refers to a
6404 segment of the proper privilege level and type. LAR has one operand��a
6407 the CPL and the selector's RPL. If the descriptor is visible, LAR obtains a
6412 bits can be tested. All valid descriptor types can be tested by the LAR
6427 code segments do. For both LAR and LSL, the zero flag (ZF) is set if the
9342 LAR DX,BX ; save access byte
[all …]