Searched defs:SP (Results 1 - 25 of 96) sorted by relevance

1234

/external/arm-neon-tests/
H A Dretarget.c38 unsigned R0, unsigned SP, unsigned R2, unsigned SL)
43 config.stack_base = SP; // inherit SP from the execution environment
37 __user_initial_stackheap( unsigned R0, unsigned SP, unsigned R2, unsigned SL) argument
/external/valgrind/coregrind/m_dispatch/
H A Ddispatch-s390x-linux.S51 #undef SP
52 #define SP S390_REGNO_STACK_POINTER define
58 #define S390_LOC_SAVED_FPC_V S390_OFFSET_SAVED_FPC_V(SP)
61 #define S390_LOC_SAVED_R2 S390_OFFSET_SAVED_R2(SP)
90 stmg %r6,%r15,48(SP)
93 aghi SP,-S390_INNERLOOP_FRAME_SIZE
96 std %f8,160+0(SP)
97 std %f9,160+8(SP)
98 std %f10,160+16(SP)
99 std %f11,160+24(SP)
[all...]
/external/libffi/src/bfin/
H A Dsysv.S60 FP-16 = SP (parameters area)
61 FP-12 = SP (temp)
77 R0 = SP;
81 [FP-12] = SP;
82 SP = R0; define
83 [FP-16] = SP;
90 R0 = [FP-16];//SP (parameter area)
95 //ajust SP so as to allow the user function access the parameters on the stack
96 SP = [FP-16]; //point to function parameters define
97 R0 = [SP];
114 SP = [FP-12]; define
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp68 // sw REGX, 4(SP)
73 // lw REGX, 16+StackSize(SP)
148 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP; local
155 STI.getInstrInfo()->adjustStackPtr(SP, Amount, MBB, I);
/external/llvm/tools/opt/
H A DBreakpointPrinter.cpp50 auto *SP = cast_or_null<DISubprogram>(NMD->getOperand(i)); variable
51 if (!SP)
53 getContextName(SP->getScope().resolve(), Name);
54 Name = Name + SP->getDisplayName().str();
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
H A Dsysv.S60 FP-16 = SP (parameters area)
61 FP-12 = SP (temp)
77 R0 = SP;
81 [FP-12] = SP;
82 SP = R0; define
83 [FP-16] = SP;
90 R0 = [FP-16];//SP (parameter area)
95 //ajust SP so as to allow the user function access the parameters on the stack
96 SP = [FP-16]; //point to function parameters define
97 R0 = [SP];
114 SP = [FP-12]; define
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/bfin/
H A Dsysv.S60 FP-16 = SP (parameters area)
61 FP-12 = SP (temp)
77 R0 = SP;
81 [FP-12] = SP;
82 SP = R0; define
83 [FP-16] = SP;
90 R0 = [FP-16];//SP (parameter area)
95 //ajust SP so as to allow the user function access the parameters on the stack
96 SP = [FP-16]; //point to function parameters define
97 R0 = [SP];
114 SP = [FP-12]; define
[all...]
/external/nist-sip/java/gov/nist/core/
H A DSeparators.java42 public static final String SP = " "; field in interface:Separators
H A DGenericObject.java54 protected static final String SP = Separators.SP; field in class:GenericObject
H A DGenericObjectList.java58 protected static final String SP = Separators.SP; field in class:GenericObjectList
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java52 public static final int SP = 32; // <US-ASCII SP, space (32)> field in class:HTTP
98 return ch == SP || ch == HT || ch == CR || ch == LF;
/external/llvm/bindings/go/llvm/
H A DIRBindings.cpp102 void LLVMSetSubprogram(LLVMValueRef Func, LLVMMetadataRef SP) { argument
103 unwrap<Function>(Func)->setSubprogram(unwrap<DISubprogram>(SP));
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDbgValueHistoryCalculator.cpp186 unsigned SP = TLI->getStackPointerRegisterToSaveRestore(); local
206 // Don't consider SP to be clobbered by register masks.
207 if (unsigned(I) != SP && TRI->isPhysicalRegister(I) &&
H A DCodeViewDebug.h124 codeview::TypeIndex getFuncIdForSubprogram(const DISubprogram *SP);
179 void setCurrentSubprogram(const DISubprogram *SP) { argument
180 CurrentSubprogram = SP;
215 void collectVariableInfo(const DISubprogram *SP);
234 codeview::TypeIndex getMemberFunctionType(const DISubprogram *SP,
/external/llvm/lib/IR/
H A DDebugInfo.cpp73 else if (auto *SP = dyn_cast<DISubprogram>(Entity))
74 processSubprogram(SP);
82 if (auto *SP = cast_or_null<DISubprogram>(F.getSubprogram()))
83 processSubprogram(SP);
107 else if (auto *SP = dyn_cast<DISubprogram>(D))
108 processSubprogram(SP);
128 if (auto *SP = dyn_cast<DISubprogram>(Scope)) {
129 processSubprogram(SP);
143 void DebugInfoFinder::processSubprogram(DISubprogram *SP) { argument
144 if (!addSubprogram(SP))
220 addSubprogram(DISubprogram *SP) argument
[all...]
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp77 unsigned SP = MRI.getDwarfRegNum(Mips::SP, true); local
78 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(nullptr, SP, 0);
/external/testng/src/main/java/org/testng/internal/
H A DYaml.java210 private static final String SP = " "; field in class:Yaml
/external/guava/guava/src/com/google/common/base/
H A DAscii.java401 public static final byte SP = 32; field in class:Ascii
404 * Alternate name for {@link #SP}.
/external/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp192 StackProtector *SP = &getAnalysis<StackProtector>(); local
212 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) {
H A DLiveDebugValues.cpp309 unsigned SP = TLI->getStackPointerRegisterToSaveRestore(); local
321 // list SP as preserved. While the debug info may be off for an
326 if (Reg && Reg != SP && MO.clobbersPhysReg(Reg))
/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp346 auto SP = local
348 F->setSubprogram(SP);
398 auto SP = local
400 DebugLoc DL1 = DILocation::get(Ctx, 2, 0, SP);
401 DebugLoc DL2 = DILocation::get(Ctx, 3, 0, SP);
/external/python/cpython2/Lib/curses/
H A Dascii.py37 SP = 0x20 # space variable
45 "SP"
/external/python/cpython3/Lib/curses/
H A Dascii.py37 SP = 0x20 # space variable
45 "SP"
/external/testng/src/main/java/org/testng/reporters/
H A DSuiteHTMLReporter.java230 private final static String SP = "&nbsp;"; field in class:SuiteHTMLReporter
231 private final static String SP2 = SP + SP + SP + SP;
408 String configurationClassMethod = isClassConfiguration ? (bc ? BEFORE : AFTER) + methodName : SP;
409 String configurationTestMethod = isTestConfiguration ? (bt ? BEFORE : AFTER) + methodName : SP;
410 String configurationGroupsMethod = isGroupsConfiguration ? (bg ? BEFORE : AFTER) + methodName : SP;
411 String configurationSuiteMethod = isSuiteConfiguration ? (bs ? BEFORE : AFTER) + methodName : SP;
412 String setUpOrTearDownMethod = isSetupOrTearDown ? (setUp ? BEFORE : AFTER) + methodName : SP;
[all...]
/external/valgrind/coregrind/
H A Dm_stacks.c53 (4k) stack is allocated. When SP moves below that for the first
55 faulting address is in the range from SP - VG_STACK_REDZONE_SZB
63 update stack permissions around SP, so we need to spot all writes
64 to SP anyway.
66 The deal is: when SP is assigned a lower value, the stack is being
69 all bytes in the area just "uncovered" by this SP change as
72 When SP goes back up, mark the area receded over as unreadable and
75 Just to record the SP boundary conditions somewhere convenient:
76 SP - VG_STACK_REDZONE_SZB always points to the lowest live byte in
77 the stack. All addresses below SP
278 stack_limits(Addr SP, Addr *start, Addr *end ) argument
[all...]

Completed in 709 milliseconds

1234