Searched refs:SP (Results 51 - 75 of 364) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A Dnumeric.xs12 EXTEND(SP,2);
28 EXTEND(SP,2);
45 EXTEND(SP,2);
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h266 /// the `SP` policy for skipping past indirections, or null if `D` isn't
268 StorageLocation *getStorageLocation(const ValueDecl &D, SkipPast SP) const;
278 /// the `SP` policy for skipping past indirections, or null if `E` isn't
280 StorageLocation *getStorageLocation(const Expr &E, SkipPast SP) const;
311 /// Equivalent to `getValue(getStorageLocation(D, SP), SkipPast::None)` if `D`
313 Value *getValue(const ValueDecl &D, SkipPast SP) const;
315 /// Equivalent to `getValue(getStorageLocation(E, SP), SkipPast::None)` if `E`
317 Value *getValue(const Expr &E, SkipPast SP) const;
451 StorageLocation &skip(StorageLocation &Loc, SkipPast SP) const;
452 const StorageLocation &skip(const StorageLocation &Loc, SkipPast SP) cons
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dpp_sys.c414 if (SP - MARK > 1) {
416 do_join(TARG, &PL_sv_no, MARK, SP);
418 SP = MARK + 1;
420 else if (SP == MARK) {
422 MEXTEND(SP, 1);
423 SP = MARK + 1;
467 if (SP - MARK != 1) {
469 do_join(TARG, &PL_sv_no, MARK, SP);
471 SP = MARK + 1;
491 EXTEND(SP,
1393 Perl_tied_method(aTHX_ SV_CONST(GETC), SP, MUTABLE_SV(io), mg, gimme, 0); local
[all...]
H A Dpp.c407 EXTEND(SP,1);
423 *SP = refto(*SP);
431 if (++MARK <= SP)
432 *MARK = *SP;
435 MEXTEND(SP, 1);
439 SP = MARK;
442 EXTEND_MORTAL(SP - MARK);
443 while (++MARK <= SP)
679 EXTEND(SP,
[all...]
H A Dpp_sort.c712 SP = MARK;
713 EXTEND(SP,1);
799 assert( MARK+1 == SP && *SP && SvTYPE(*SP) == SVt_PVAV);
801 av = MUTABLE_AV((*SP));
805 MEXTEND(SP, max);
809 *SP++ = (svp) ? *svp : NULL;
816 *SP++ = *svp++;
818 SP
[all...]
H A Dpp_hot.c62 EXTEND(SP,1);
93 /* no PUTBACK, SETs doesn't inc/dec SP */
114 /* SP is not used to remove a variable that is saved across the
506 SSize_t stack_adj; /* how much to adjust SP on return */
534 targ = SP[-nargs];
550 EXTEND(SP,1);
553 toparg = SP;
554 SP -= (nargs - 1);
581 for (; SP <= toparg; SP
3330 Perl_tied_method(aTHX_ SV_CONST(READLINE), SP, MUTABLE_SV(io), mg, gimme, 0); local
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dm10300-opc.c140 #define SP (IMM32_HIGH24_LOWSHIFT16+1)
144 #define PSW (SP+1)
453 { "mov", 0x3c, 0xfc, 0, FMT_S0, 0, {SP, AN0}},
454 { "mov", 0xf2f0, 0xfff3, 0, FMT_D0, 0, {AM1, SP}},
460 { "mov", 0x5800, 0xfcff, 0, FMT_S1, 0, {MEM(SP), DN0}},
463 { "mov", 0x5c00, 0xfcff, 0, FMT_S1, 0, {MEM(SP), AN0}},
466 { "mov", 0x4200, 0xf3ff, 0, FMT_S1, 0, {DM1, MEM(SP)}},
469 { "mov", 0x4300, 0xf3ff, 0, FMT_S1, 0, {AM1, MEM(SP)}},
471 { "mov", 0x5c00, 0xfc00, 0, FMT_S1, 0, {MEM2(IMM8, SP), AN0}},
474 { "mov", 0x5800, 0xfc00, 0, FMT_S1, 0, {MEM2(IMM8, SP), DN
139 #define SP macro
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm10300-opc.c141 #define SP (IMM32_HIGH24_LOWSHIFT16+1)
145 #define PSW (SP+1)
454 { "mov", 0x3c, 0xfc, 0, FMT_S0, 0, {SP, AN0}},
455 { "mov", 0xf2f0, 0xfff3, 0, FMT_D0, 0, {AM1, SP}},
461 { "mov", 0x5800, 0xfcff, 0, FMT_S1, 0, {MEM(SP), DN0}},
464 { "mov", 0x5c00, 0xfcff, 0, FMT_S1, 0, {MEM(SP), AN0}},
467 { "mov", 0x4200, 0xf3ff, 0, FMT_S1, 0, {DM1, MEM(SP)}},
470 { "mov", 0x4300, 0xf3ff, 0, FMT_S1, 0, {AM1, MEM(SP)}},
472 { "mov", 0x5c00, 0xfc00, 0, FMT_S1, 0, {MEM2(IMM8, SP), AN0}},
475 { "mov", 0x5800, 0xfc00, 0, FMT_S1, 0, {MEM2(IMM8, SP), DN
140 #define SP macro
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.xs858 Takes a (auto) SP, which may or may not have been PUSHed before, puts
859 tm struct members on Perl stack, then returns new, advanced, SP to caller.
860 Assign the return of push_common_tm to your SP, so you can continue to PUSH
868 push_common_tm(pTHX_ SV ** SP, struct tm *mytm)
879 return SP;
883 SV ** SP -- pass your (auto) SP, which has not been PUSHed before, but was
884 reset to 0 (PPCODE only or SP -= items or XSprePUSH)
890 return_11part_tm(pTHX_ SV ** SP, struct tm *mytm)
895 EXTEND(SP, 1
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp429 void DwarfUnit::addSourceLine(DIE &Die, const DISubprogram *SP) { argument
430 assert(SP);
432 addSourceLine(Die, SP->getLine(), SP->getFile());
552 if (auto *SP = dyn_cast<DISubprogram>(Context))
553 return getOrCreateSubprogramDIE(SP);
916 if (auto *SP = dyn_cast<DISubprogram>(Element))
917 getOrCreateSubprogramDIE(SP);
1153 DIE *DwarfUnit::getOrCreateSubprogramDIE(const DISubprogram *SP, bool Minimal) { argument
1158 Minimal ? &getUnitDie() : getOrCreateContextDIE(SP
1185 applySubprogramDefinitionAttributes(const DISubprogram *SP, DIE &SPDie, bool Minimal) argument
1238 applySubprogramAttributes(const DISubprogram *SP, DIE &SPDie, bool SkipSPAttributes) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp142 if (DestReg == ARM::SP)
143 assert(BaseReg == ARM::SP && "Unexpected!");
174 if (DestReg == ARM::SP || isSub)
218 if (DestReg == ARM::SP) {
219 if (BaseReg == ARM::SP) {
231 if (BaseReg == ARM::SP) {
296 unsigned Threshold = (DestReg == ARM::SP) ? 3 : 2;
344 /// convertToNonSPOpcode - Change the opcode to the non-SP version, because
345 /// we're replacing the frame index with a non-SP register.
387 unsigned NumBits = (FrameReg == ARM::SP)
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp209 // Adjust SP by FrameSize bytes. Save RA, S0, S1
210 void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize, argument
235 adjustStackPtrBig(SP, -Remainder, MBB, I, Mips::V0, Mips::V1);
239 // Adjust SP by FrameSize bytes. Restore RA, S0, S1
240 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize, argument
261 adjustStackPtrBig(SP, Remainder, MBB, I, Mips::A0, Mips::A1);
271 // Adjust SP by Amount bytes where bytes can be up to 32bit number.
275 void Mips16InstrInfo::adjustStackPtrBig(unsigned SP, int64_t Amount, argument
290 MIB2.addReg(Mips::SP, RegState::Kill);
295 Mips::SP);
299 adjustStackPtrBigUnrestricted( unsigned SP, int64_t Amount, MachineBasicBlock &MBB, MachineBasicBlock::iterator I) const argument
306 adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB, MachineBasicBlock::iterator I) const argument
[all...]
H A DMips16RegisterInfo.cpp100 FrameReg = Mips::SP;
110 FrameReg = Mips::SP;
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp42 // namespace. But SPARC backend uses "SP" as its namespace.
46 using namespace SP;
181 SP::Y, SP::ASR1, SP::ASR2, SP::ASR3,
182 SP::ASR4, SP::ASR5, SP::ASR6, SP
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DDebugify.cpp124 auto SP = DIB.createFunction(CU, F.getName(), F.getName(), File, NextLine, local
126 F.setSubprogram(SP);
137 auto LocalVar = DIB.createAutoVariable(SP, Name, File, Loc->getLine(),
147 I.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP));
193 DIB.finalizeSubprogram(SP);
321 auto *SP = F.getSubprogram(); local
322 DebugInfoBeforePass.DIFunctions.insert({&F, SP});
323 if (SP) {
324 LLVM_DEBUG(dbgs() << " Collecting subprogram: " << *SP << '\n');
325 for (const DINode *DN : SP
396 auto SP = SPIt->second; local
563 auto *SP = F.getSubprogram(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp89 unsigned SP = MRI.getDwarfRegNum(Mips::SP, true); local
90 MCCFIInstruction Inst = MCCFIInstruction::createDefCfaRegister(nullptr, SP);
/openbsd-current/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp83 Reserved.set(MSP430::SP);
115 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::R4 : MSP430::SP);
160 return TFI->hasFP(MF) ? MSP430::R4 : MSP430::SP;
/openbsd-current/gnu/usr.bin/perl/ext/Sys-Hostname/
H A DHostname.xs29 EXTEND(SP, 1);
/openbsd-current/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCTargetDesc.cpp68 MCRegister SP = MRI.getDwarfRegNum(LoongArch::R3, true); local
69 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(nullptr, SP, 0);
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kBaseInfo.h212 case M68k::SP:
258 return M68k::SP;
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp202 static StringRef getFunctionName(const DISubprogram *SP) { argument
203 if (!SP->getLinkageName().empty())
204 return SP->getLinkageName();
205 return SP->getName();
213 static SmallString<128> getFilename(const DISubprogram *SP) { argument
215 StringRef RelPath = SP->getFilename();
219 sys::path::append(Path, SP->getDirectory(), SP->getFilename());
328 GCOVFunction(GCOVProfiler *P, Function *F, const DISubprogram *SP, argument
330 : GCOVRecord(P), SP(S
433 const DISubprogram *SP; member in class:__anon3396::GCOVFunction
795 DISubprogram *SP = F.getSubprogram(); local
910 DISubprogram *SP = F.getSubprogram(); local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dvax-nat.c58 AP, FP, SP, PC, PS
/openbsd-current/sys/arch/mips64/include/
H A Dregnum.h65 #define SP 29 macro
/openbsd-current/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiBaseInfo.h52 case Lanai::SP:
/openbsd-current/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCMCTargetDesc.cpp60 // Initial state of the frame pointer is SP.
61 MCCFIInstruction Inst = MCCFIInstruction::cfiDefCfa(nullptr, ARC::SP, 0);

Completed in 464 milliseconds

1234567891011>>