Home
last modified time | relevance | path

Searched refs:LS (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/third_party/musl/src/string/
Dmemcpy.c13 #define LS >> in memcpy() macro
16 #define LS << in memcpy() macro
59 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in memcpy()
61 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in memcpy()
63 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in memcpy()
65 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in memcpy()
75 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in memcpy()
77 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in memcpy()
79 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in memcpy()
81 *(u32 *)(d+12) = (x LS 16) | (w RS 16); in memcpy()
[all …]
/third_party/musl/porting/liteos_m/user/src/string/
Dmemcpy.c14 #define LS >> in memcpy() macro
17 #define LS << in memcpy() macro
60 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in memcpy()
62 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in memcpy()
64 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in memcpy()
66 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in memcpy()
76 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in memcpy()
78 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in memcpy()
80 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in memcpy()
82 *(u32 *)(d+12) = (x LS 16) | (w RS 16); in memcpy()
[all …]
/third_party/musl/porting/liteos_m/kernel/src/string/
Dmemcpy.c18 #define LS >> in __memcpy() macro
21 #define LS << in __memcpy() macro
64 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in __memcpy()
66 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in __memcpy()
68 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in __memcpy()
70 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in __memcpy()
80 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in __memcpy()
82 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in __memcpy()
84 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in __memcpy()
86 *(u32 *)(d+12) = (x LS 16) | (w RS 16); in __memcpy()
[all …]
/third_party/musl/porting/uniproton/kernel/src/string/
Dmemcpy.c14 #define LS >> in memcpy() macro
17 #define LS << in memcpy() macro
60 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in memcpy()
62 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in memcpy()
64 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in memcpy()
66 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in memcpy()
76 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in memcpy()
78 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in memcpy()
80 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in memcpy()
82 *(u32 *)(d+12) = (x LS 16) | (w RS 16); in memcpy()
[all …]
/third_party/musl/porting/liteos_a/kernel/src/string/
Dmemcpy.c13 #define LS >> in memcpy() macro
16 #define LS << in memcpy() macro
59 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in memcpy()
61 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in memcpy()
63 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in memcpy()
65 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in memcpy()
75 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in memcpy()
77 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in memcpy()
79 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in memcpy()
81 *(u32 *)(d+12) = (x LS 16) | (w RS 16); in memcpy()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h40 LS, // Unsigned lower or same Less than or equal enumerator
59 case HI: return LS; in getOppositeCondition()
60 case LS: return HI; in getOppositeCondition()
76 case ARMCC::HS: return ARMCC::LS; in getSwappedCondition()
79 case ARMCC::LS: return ARMCC::HS; in getSwappedCondition()
157 case ARMCC::LS: return "ls"; in ARMCondCodeToString()
180 .Case("ls", ARMCC::LS) in ARMCondCodeFromString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp578 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader,
584 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader,
592 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader,
629 const LoopStructure &LS, ScalarEvolution &SE, in LoopConstrainer() argument
633 Range(R), MainLoopStructure(LS) {} in LoopConstrainer()
1180 const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, in changeIterationSpaceEnd() argument
1255 BasicBlock *BBInsertLocation = LS.Latch->getNextNode(); in changeIterationSpaceEnd()
1256 RRI.ExitSelector = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".exit.selector", in changeIterationSpaceEnd()
1258 RRI.PseudoExit = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".pseudo.exit", &F, in changeIterationSpaceEnd()
1262 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd()
[all …]
DADCE.cpp171 void collectLiveScopes(const DILocalScope &LS);
420 void AggressiveDeadCodeElimination::collectLiveScopes(const DILocalScope &LS) { in collectLiveScopes() argument
421 if (!AliveScopes.insert(&LS).second) in collectLiveScopes()
424 if (isa<DISubprogram>(LS)) in collectLiveScopes()
428 collectLiveScopes(cast<DILocalScope>(*LS.getScope())); in collectLiveScopes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp119 size_t LS = S1.size(); in gsiRecordLess() local
122 if (LS != RS) in gsiRecordLess()
123 return LS < RS; in gsiRecordLess()
127 return memcmp(S1.data(), S2.data(), LS) < 0; in gsiRecordLess()
233 const std::pair<const CVSymbol *, const PublicSym32 *> &LS, in comparePubSymByAddrAndName() argument
235 if (LS.second->Segment != RS.second->Segment) in comparePubSymByAddrAndName()
236 return LS.second->Segment < RS.second->Segment; in comparePubSymByAddrAndName()
237 if (LS.second->Offset != RS.second->Offset) in comparePubSymByAddrAndName()
238 return LS.second->Offset < RS.second->Offset; in comparePubSymByAddrAndName()
240 return LS.second->Name < RS.second->Name; in comparePubSymByAddrAndName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugValues.cpp121 LexicalScopes LS; member in __anon6dcd14c60111::LiveDebugValues
129 LexicalScopes &LS; member in __anon6dcd14c60111::LiveDebugValues::UserValueScopes
133 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(std::move(D)), LS(L) {} in UserValueScopes()
139 LS.getMachineBasicBlocks(DL, LBlocks); in dominates()
140 return LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB); in dominates()
191 VarLoc(const MachineInstr &MI, LexicalScopes &LS) in VarLoc()
194 Expr(MI.getDebugExpression()), MI(MI), UVS(MI.getDebugLoc(), LS) { in VarLoc()
220 static VarLoc CreateEntryLoc(const MachineInstr &MI, LexicalScopes &LS, in CreateEntryLoc()
222 VarLoc VL(MI, LS); in CreateEntryLoc()
235 LexicalScopes &LS, in CreateEntryBackupLoc()
[all …]
DStackSlotColoring.cpp62 LiveStacks* LS; member in __anonbe00b4140111::StackSlotColoring
173 if (!LS->hasInterval(FI)) in ScanForSpillSlotRefs()
175 LiveInterval &li = LS->getInterval(FI); in ScanForSpillSlotRefs()
214 Intervals.reserve(LS->getNumIntervals()); in InitializeSlots()
215 for (auto &I : *LS) in InitializeSlots()
494 LS = &getAnalysis<LiveStacks>(); in runOnMachineFunction()
499 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp104 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() argument
105 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable()
121 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel() argument
122 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()
DDwarfFile.h152 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
154 void addScopeLabel(LexicalScope *LS, DbgLabel *Label);
/third_party/node/deps/npm/lib/commands/
Dll.js1 const LS = require('./ls.js') constant
3 class LL extends LS {
/third_party/node/deps/npm/test/lib/commands/
Dll.js7 class LS {
18 '{LIB}/commands/ls.js': LS,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.def41 X(Ole , LS , kNone, ge , none , true , false) \
59 X(Ugt, false , false , HI, HI , LS , gt , false, false) \
62 X(Ule, false , false , LS, LS , HI , ge , true , false) \
/third_party/node/deps/npm/test/
Dindex.js14 const LS = require('../lib/commands/ls.js') constant
15 const ls = new LS(npm)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/
DRetireStage.h37 RetireStage(RetireControlUnit &R, RegisterFile &F, LSUnitBase &LS) in RetireStage() argument
38 : Stage(), RCU(R), PRF(F), LSU(LS) {} in RetireStage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h23 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit() argument
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument
34 LS, LE, IsDWO, UnitVector) {} in DWARFTypeUnit()
DDWARFUnit.h164 const DWARFSection *AOS, const DWARFSection &LS, bool LE,
271 const DWARFSection &LS, bool LE, bool IsDWO,
311 void setLocSection(const DWARFSection *LS, uint64_t Base) { in setLocSection() argument
312 LocSection = LS; in setLocSection()
/third_party/elfutils/src/
Dmake-debug-archive.in19 LS=/bin/ls
129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCScheduleP9.td113 // Four LS (Load or Store) units.
114 def LS : ProcResource<4>;
335 def P9_LS_1C : SchedWriteRes<[LS]> {
339 def P9_LS_4C : SchedWriteRes<[LS]> {
343 def P9_LS_5C : SchedWriteRes<[LS]> {
347 def P9_LS_6C : SchedWriteRes<[LS]> {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedKryo.td52 def KryoUnitLSA : ProcResource<1>; // Type LS(A) micro-ops
53 def KryoUnitLSB : ProcResource<1>; // Type LS(B) micro-ops
54 def KryoUnitLS : ProcResGroup<[KryoUnitLSA, // Type LS micro-ops
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/
DARCInfo.h39 LS = 0xe, enumerator

12345678910>>...23