Searched refs:SL (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dh8300.h1186 SL = 2, enumerator in enum:h8_size
1206 {O (O_ADD, SL), AV_H8H, 6, "add.l", {{RS32, RD32, E}}, {{0x0, 0xa, B31 | RS32, B30 | RD32, E}}},
1207 {O (O_ADD, SL), AV_H8SX, 0, "add.l", {{IMM3NZ_NS, RD32, E}}, {{0x0, 0xa, B31 | IMM3NZ, B31 | RD32, E}}},
1208 EXPAND_TWOOP_L (O (O_ADD, SL), "add.l", 0x1),
1210 {O (O_ADDS, SL), AV_H8, 2, "adds", {{KBIT, RDP, E}}, {{0x0, 0xB,KBIT, RDP, E}}},
1234 {O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{IMM32, RD32, E}}, {{PREFIX_0101, 0x7, 0xa, 0x1, RD32, IMM32LIST, E}}},
1235 {O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{IMM32, RDIND, E}}, {{PREFIX_0104, 0x6, 0x9, B30 | RDIND, B31 | B20 | B01 | IGNORE, 0x7, 0xa, 0x1, IGNORE, IMM32LIST, E}}},
1236 {O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{IMM32, RDPOSTDEC, E}}, {{PREFIX_0106, 0x6, 0xd, B30 | RDPOSTDEC, B31 | B20 | B01 | IGNORE, 0x7, 0xa, 0x1, IGNORE, IMM32LIST, E}}},
1237 {O (O_ADDX, SL), AV_H8SX, 0, "addx.l", {{RS32, RD32, E}}, {{PREFIX_0101, 0x0, 0xa, B31 | RS32, B30 | RD32, E}}},
1238 {O (O_ADDX, SL), AV_H8S
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/docstrip/
H A Ddocstrip_util.tcl139 upvar 1 $sourcevar SL
142 set cmd [list extract [join $SL \n] $termL -annotate 2]
236 set SL [lreplace $SL $from $to]
256 set cmd [list lreplace $SL $from $to]
265 set SL [eval $cmd]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ditspoof.cpp184 const uint32_t SL = USPOOF_SINGLE_SCRIPT_CONFUSABLE; local
190 CHECK_SKELETON(SL, " A 1ong \\u02b9identifier' that will overflow implementation stack buffers, forcing heap allocations."
200 CHECK_SKELETON(SL, "nochange", "nochange");
207 CHECK_SKELETON(SL, "\\u059c", "\\u0301");
208 CHECK_SKELETON(SL, "\\u2A74", "\\u003A\\u003A\\u003D");
209 CHECK_SKELETON(SL, "\\u247E", "\\u0028\\u006C\\u006C\\u0029"); // "(ll)"
210 CHECK_SKELETON(SL, "\\uFDFB", "\\u062C\\u0644\\u0020\\u062C\\u0644\\u0627\\u0644\\u0647");
212 // This mapping exists in the ML and MA tables, does not exist in SL, SA
214 CHECK_SKELETON(SL, "\\u0C83", "\\u0C83");
224 CHECK_SKELETON(SL, "\\u039
[all...]
/macosx-10.10.1/vim-55/runtime/keymap/
H A Dhebrew_cp1255.vim58 SL <Char-210> " sin-dot
H A Dhebrewp_cp1255.vim54 SL <Char-210> " sin-dot
H A Dhebrew_utf-8.vim59 SL <Char-0x5c2> " sin-dot
H A Dhebrewp_utf-8.vim53 SL <Char-0x5c2> " sin-dot
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dasm68k.vim247 syn match asm68kCond "\<THEN\(\.[SL]\)\=\>"
248 syn match asm68kCond "\<ELSE\(\.[SL]\)\=\>"
250 syn match asm68kCond "\<BREAK\(\.[SL]\)\=\>"
255 syn match asm68kRepeat "\<DO\(\.[SL]\)\=\>"
257 syn match asm68kRepeat "\<NEXT\(\.[SL]\)\=\>"
313 syn match asm68kDirective "\<ORG\(\.[SL]\)\=\>"
H A Djava.vim237 syn match javaDebug "\<trace[SL]\=\s*("me=e-1 contains=javaDebug.* nextgroup=javaDebugParen
H A Dgroovy.vim315 syn match groovyDebug "\<trace[SL]\=\s*("me=e-1 contains=groovyDebug.* nextgroup=groovyDebugParen
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/
H A DTargetData.cpp424 StructLayout *&SL = (*STM)[Ty];
425 if (SL) return SL;
433 // Set SL before calling StructLayout's ctor. The ctor could cause other
435 SL = L;
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp548 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); local
549 JE.startGVStub(F, SL.Size, SL.Alignment);
611 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
612 JE.startGVStub(0, SL.Size, SL.Alignment);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DConstantFolding.cpp314 const StructLayout *SL = TD.getStructLayout(CS->getType()); local
315 unsigned Index = SL->getElementContainingOffset(ByteOffset);
316 uint64_t CurEltOffset = SL->getElementOffset(Index);
336 uint64_t NextEltOffset = SL->getElementOffset(Index);
739 const StructLayout &SL = *TD->getStructLayout(STy); local
740 if (Offset.uge(SL.getSizeInBytes()))
746 unsigned ElIdx = SL.getElementContainingOffset(Offset.getZExtValue());
749 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
H A DScalarEvolutionExpander.cpp466 const StructLayout &SL = *SE.TD->getStructLayout(STy); local
468 if (FullOffset < SL.getSizeInBytes()) {
469 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
474 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
H A DInlineCost.cpp262 const StructLayout *SL = TD->getStructLayout(STy); local
263 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx));
H A DValueTracking.cpp621 const StructLayout *SL = TD->getStructLayout(STy); local
623 uint64_t Offset = SL->getElementOffset(Idx);
H A DInstructionSimplify.cpp682 const StructLayout *SL = TD.getStructLayout(STy); local
683 Offset += APInt(IntPtrWidth, SL->getElementOffset(ElementIdx));
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DAnalysis.cpp82 const StructLayout *SL = TLI.getTargetData()->getStructLayout(STy); local
88 StartingOffset + SL->getElementOffset(EI - EB));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp228 const StructLayout *SL = TD->getStructLayout(STy); local
231 ConstantOffset += SL->getElementOffset(Idx);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp427 const StructLayout *SL = TD.getStructLayout(STy); local
428 uint64_t ElementOffset = SL->getElementOffset(ElementIdx);
1366 const StructLayout *SL = TD.getStructLayout(STy); local
1368 SL->getElementOffset(ElementIdx));
1494 const StructLayout *SL = TD.getStructLayout(STy); local
1496 if (StructOffset >= SL->getSizeInBytes())
1498 unsigned Index = SL->getElementContainingOffset(StructOffset);
1499 Offset -= APInt(Offset.getBitWidth(), SL->getElementOffset(Index));
2913 const StructLayout *SL = TD.getStructLayout(STy); local
2914 if (Offset >= SL
[all...]
H A DScalarReplAggregates.cpp2539 const StructLayout *SL = TD.getStructLayout(STy); local
2542 unsigned FieldBitOffset = SL->getElementOffsetInBits(i);
2558 if (PrevFieldEnd < SL->getSizeInBits())
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dh8300-dis.c132 case SL:
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp773 const StructLayout *SL = TD->getStructLayout(STy); local
774 assert(Offset < (int64_t)SL->getSizeInBytes() &&
777 unsigned Elt = SL->getElementContainingOffset(Offset);
781 Offset -= SL->getElementOffset(Elt);
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DExecutionEngine.cpp982 const StructLayout *SL = local
985 InitializeMemory(CPS->getOperand(i), (char*)Addr+SL->getElementOffset(i));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FastISel.cpp420 const StructLayout *SL = TD.getStructLayout(STy); local
421 Disp += SL->getElementOffset(cast<ConstantInt>(Op)->getZExtValue());

Completed in 199 milliseconds

12