Searched refs:SP (Results 1 - 25 of 204) sorted by relevance

123456789

/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.stdout.exp1 translate: fast SP updates identified: 0 ( --%)
2 translate: generic_known SP updates identified: 0 ( --%)
3 translate: generic_unknown SP updates identified: 0 ( --%)
/external/llvm/lib/Target/Sparc/InstPrinter/
H A DSparcInstPrinter.cpp26 // namespace. But SPARC backend uses "SP" as its namespace.
29 using namespace SP;
58 case SP::JMPLrr:
59 case SP::JMPLri: {
66 case SP::G0: // jmp $addr | ret | retl
71 case SP::I7: O << "\tret"; return true;
72 case SP::O7: O << "\tretl"; return true;
77 case SP::O7: // call $addr
82 case SP::V9FCMPS: case SP
[all...]
/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp74 SP::G0, SP::G1, SP::G2, SP::G3,
75 SP::G4, SP::G5, SP::G6, SP::G7,
76 SP::O0, SP
[all...]
/external/libunwind/doc/
H A Dunw_create_addr_space.tex55 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\S
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.cpp38 : SparcGenRegisterInfo(SP::O7), Subtarget(st) {
59 Reserved.set(SP::G1);
63 Reserved.set(SP::G2);
64 Reserved.set(SP::G3);
65 Reserved.set(SP::G4);
69 Reserved.set(SP::G5);
71 Reserved.set(SP::O6);
72 Reserved.set(SP::I6);
73 Reserved.set(SP::I7);
74 Reserved.set(SP
[all...]
H A DSparcFrameLowering.cpp52 BuildMI(MBB, MBBI, dl, TII.get(ADDri), SP::O6)
53 .addReg(SP::O6).addImm(NumBytes);
64 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1)
66 BuildMI(MBB, MBBI, dl, TII.get(SP::ORri), SP::G1)
67 .addReg(SP::G1).addImm(LO10(NumBytes));
68 BuildMI(MBB, MBBI, dl, TII.get(ADDrr), SP::O6)
69 .addReg(SP::O6).addReg(SP
[all...]
H A DDelaySlotFiller.cpp121 (MI->getOpcode() == SP::RESTORErr
122 || MI->getOpcode() == SP::RESTOREri)) {
128 (MI->getOpcode() == SP::FCMPS || MI->getOpcode() == SP::FCMPD
129 || MI->getOpcode() == SP::FCMPQ)) {
130 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP));
148 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP));
158 TII->get(SP::UNIMP)).addImm(structSize);
180 if (slot->getOpcode() == SP::RET || slot->getOpcode() == SP
[all...]
H A DSparcInstrInfo.cpp36 : SparcGenInstrInfo(SP::ADJCALLSTACKDOWN, SP::ADJCALLSTACKUP),
47 if (MI->getOpcode() == SP::LDri ||
48 MI->getOpcode() == SP::LDXri ||
49 MI->getOpcode() == SP::LDFri ||
50 MI->getOpcode() == SP::LDDFri ||
51 MI->getOpcode() == SP::LDQFri) {
68 if (MI->getOpcode() == SP::STri ||
69 MI->getOpcode() == SP::STXri ||
70 MI->getOpcode() == SP
[all...]
H A DSparcRelocations.h21 namespace SP { namespace in namespace:llvm
H A DSparcCodeEmitter.cpp160 case SP::GETPCX: {
226 case SparcMCExpr::VK_Sparc_LO: return SP::reloc_sparc_lo;
227 case SparcMCExpr::VK_Sparc_HI: return SP::reloc_sparc_hi;
228 case SparcMCExpr::VK_Sparc_H44: return SP::reloc_sparc_h44;
229 case SparcMCExpr::VK_Sparc_M44: return SP::reloc_sparc_m44;
230 case SparcMCExpr::VK_Sparc_L44: return SP::reloc_sparc_l44;
231 case SparcMCExpr::VK_Sparc_HH: return SP::reloc_sparc_hh;
232 case SparcMCExpr::VK_Sparc_HM: return SP::reloc_sparc_hm;
238 case SP::CALL: return SP
[all...]
H A DSparcJITInfo.cpp282 switch ((SP::RelocationType) MR->getRelocationType()) {
283 case SP::reloc_sparc_hi:
287 case SP::reloc_sparc_lo:
291 case SP::reloc_sparc_pc30:
295 case SP::reloc_sparc_pc22:
299 case SP::reloc_sparc_pc19:
303 case SP::reloc_sparc_h44:
307 case SP::reloc_sparc_m44:
311 case SP::reloc_sparc_l44:
315 case SP
[all...]
H A DSparcISelDAGToDAG.cpp138 R2 = CurDAG->getRegister(SP::G0, getTargetLowering()->getPointerTy());
166 TopPart = SDValue(CurDAG->getMachineNode(SP::SRAri, dl, MVT::i32, DivLHS,
169 TopPart = CurDAG->getRegister(SP::G0, MVT::i32);
171 TopPart = SDValue(CurDAG->getMachineNode(SP::WRYrr, dl, MVT::Glue, TopPart,
172 CurDAG->getRegister(SP::G0, MVT::i32)), 0);
175 unsigned Opcode = N->getOpcode() == ISD::SDIV ? SP::SDIVrr : SP::UDIVrr;
184 unsigned Opcode = N->getOpcode() == ISD::MULHU ? SP::UMULrr : SP::SMULrr;
188 return CurDAG->SelectNodeTo(N, SP
[all...]
H A DSparcAsmPrinter.cpp115 CallInst.setOpcode(SP::CALL);
125 SETHIInst.setOpcode(SP::SETHIi);
146 EmitBinary(OutStreamer, SP::ORri, RS1, Imm, RD, STI);
152 EmitBinary(OutStreamer, SP::ADDrr, RS1, RS2, RD, STI);
158 EmitBinary(OutStreamer, SP::SLLri, RS1, Imm, RD, STI);
182 assert(MO.getReg() != SP::O7 &&
218 MCOperand RegO7 = MCOperand::CreateReg(SP::O7);
232 MCOperand RegO7 = MCOperand::CreateReg(SP::O7);
266 case SP::GETPCX:
284 const unsigned globalRegs[] = { SP
[all...]
/external/valgrind/main/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/llvm/test/MC/ARM/
H A Dthumb2-strd.s8 strd r12, SP, [r0, #256]
9 strd r12, SP, [r0, #256]!
10 strd r12, SP, [r0], #256
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DWarning.java78 + SP
80 + SP
84 : Integer.toString(code) + SP + agent;
/external/llvm/tools/opt/
H A DBreakpointPrinter.cpp58 DISubprogram SP(NMD->getOperand(i));
59 assert((!SP || SP.isSubprogram()) &&
61 if (!SP)
63 getContextName(SP.getContext().resolve(TypeIdentifierMap), Name);
64 Name = Name + SP.getDisplayName().str();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
H A DUpdateBugStateTask.java123 private static final String SP = " "; //$NON-NLS-1$ field in class:UpdateBugStateTask
219 trans.put(HTML_NBSP, SP);
246 throw new BuildException(Messages.getString("UpdateBugStateTask.invalidStatus") + "!" + SP + //$NON-NLS-1$ //$NON-NLS-2$
247 Messages.getString("UpdateBugStateTask.expectedOne") + SP + BZ_UC + CS + BZ_NEW + CS + BZ_AS + CSO + BZ_RE); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
269 System.err.println(Messages.getString("UpdateBugStateTask.invalidResolution") + "!" + SP + //$NON-NLS-1$ //$NON-NLS-2$
271 + SP + BZ_FX + CS + BZ_IV + CS + BZ_WF + CS + BZ_LT + CS + BZ_RM + CSO + BZ_WK + SP
272 + "(" + Messages.getString("UpdateBugStateTask.default") + COLON + SP + BZ_FX + ")"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
282 endDate = m.group(1) + DASH + m.group(2) + DASH + m.group(3) + SP + m.group(4) + COLON + m.group(5);
286 throw new BuildException(Messages.getString("UpdateBugStateTask.invalidTimestamp") + COLON + SP
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
H A DRSSFeedWatcherTask.java55 private static final String SP = " "; //$NON-NLS-1$ field in class:RSSFeedWatcherTask
99 System.out.println((i==0 && missingActions==2 ? Messages.getString("RSSFeedWatcherTask.WarningNoScriptAction") : Messages.getString("RSSFeedWatcherTask.WarningNoCommandlineParams")) + SP + feedWatchActions ); //$NON-NLS-1$ //$NON-NLS-2$
112 System.out.println(Messages.getString("RSSFeedWatcherTask.PleaseRunThisTaskLater") + SP + file); //$NON-NLS-1$
113 System.out.println(Messages.getString("RSSFeedWatcherTask.ToTheLatestVersion") + SP + feedURL); //$NON-NLS-1$
131 if (debug>0) { System.out.println(Messages.getString("RSSFeedWatcherTask.Compare") + SP + file + Messages.getString("RSSFeedWatcherTask.with") + tmpFile + CL); } //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
160 System.out.println(Messages.getString("RSSFeedWatcherTask.GotOldNodeContents") + CL + SP + oldContent); //$NON-NLS-1$
161 System.out.println(Messages.getString("RSSFeedWatcherTask.GotNewNodeContents") + CL + SP + newContent); //$NON-NLS-1$
166 (debug>0?"-debug " + debug + SP:NS) + ("null".equals(commandline)?NS:commandline) + //$NON-NLS-1$ //$NON-NLS-2$
184 System.out.println(Messages.getString("RSSFeedWatcherTask.RunExecTask") + CL + SP + action + SP
[all...]
H A DRSSFeedPublisherTask.java54 private static final String SP = " "; //$NON-NLS-1$ field in class:RSSFeedPublisherTask
128 System.err.println(Messages.getString("RSSFeedPublisherTask.ErrorInvalidFile") + CL + SP + file + "!"); //$NON-NLS-1$ //$NON-NLS-2$
130 if (debug>0) { System.out.println(Messages.getString("RSSFeedPublisherTask.Publish") + SP + file); } //$NON-NLS-1$
147 System.out.println(Messages.getString("RSSFeedPublisherTask.UsingCVSRoot") + SP + CVSRoot); //$NON-NLS-1$
148 System.out.println(Messages.getString("RSSFeedPublisherTask.UsingCVSPath") + SP + CVSPath); //$NON-NLS-1$
163 System.err.println(Messages.getString("RSSFeedPublisherTask.ErrorCouldNotDeleteTempFolder") + SP + CVSTempDir); //$NON-NLS-1$
168 System.out.println(Messages.getString("RSSFeedPublisherTask.UsingCVSTemp") + SP + CVSTempDir); //$NON-NLS-1$
172 runCVSExecTask("co -d checkoutDir" + SP + CVSPath, CVSTemp); //$NON-NLS-1$
212 System.out.println(Messages.getString("RSSFeedPublisherTask.PublishToSCPTarget") + SP + SCPTarget); //$NON-NLS-1$
219 util.runExecTask(SSHExec, userAtHost + " \"mkdir -p" + SP
[all...]
/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/lib/Target/Mips/
H A DMips16InstrInfo.h69 // Adjust SP by FrameSize bytes. Save RA, S0, S1
70 void makeFrame(unsigned SP, int64_t FrameSize, MachineBasicBlock &MBB,
73 // Adjust SP by FrameSize bytes. Restore RA, S0, S1
74 void restoreFrame(unsigned SP, int64_t FrameSize, MachineBasicBlock &MBB,
78 /// Adjust SP by Amount bytes.
79 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
114 // Adjust SP by Amount bytes where bytes can be up to 32bit number.
115 void adjustStackPtrBig(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
119 // Adjust SP by Amount bytes where bytes can be up to 32bit number.
120 void adjustStackPtrBigUnrestricted(unsigned SP, int64_
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A DRSSFeedUtil.java31 private static final String SP = " "; //$NON-NLS-1$ field in class:RSSFeedUtil
72 System.out.println(Messages.getString("RSSFeedPublisherTask.Execute") + SP + executable + (commandline==null?"":SP + commandline)); //$NON-NLS-1$ //$NON-NLS-2$
80 System.err.println(Messages.getString("RSSFeedPublisherTask.ForProject") + SP + project.getName() + CL); //$NON-NLS-1$
95 System.err.println(Messages.getString("RSSFeedPublisherTask.Result") + SP + out); //$NON-NLS-1$
109 System.err.println(Messages.getString("RSSFeedPublisherTask.Error") + SP + out); //$NON-NLS-1$
/external/nist-sip/java/gov/nist/core/
H A DSeparators.java42 public static final String SP = " "; field in interface:Separators
/external/valgrind/main/coregrind/
H A Dpub_core_stacks.h44 extern void VG_(stack_limits) ( Addr SP, Addr *start, Addr *end );

Completed in 326 milliseconds

123456789