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

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.dg/
H A Df77-edit-s-out.f1 C Test Fortran 77 S, SS and SP edit descriptors
8 10 format(SP,I3,1X,SS,I3)
9 20 format(SP,I3,1X,SS,I3,SP,I3)
10 30 format(SP,I3,1X,SS,I3,S,I3)
11 40 format(SP,I3)
12 50 format(SP,I2)
17 C 15.5.9 - Note 5: When SP editing is in effect, the plus sign is not optional
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp61 SP::G0, SP::G1, SP::G2, SP::G3,
62 SP::G4, SP::G5, SP::G6, SP::G7,
63 SP::O0, SP
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dstring_pool_test.cpp17 StringPool SP; local
18 auto P1 = SP.intern("hello");
22 auto P2 = SP.intern(S);
24 auto P3 = SP.intern("goodbye");
36 StringPool SP;
37 auto Foo = SP.intern("foo");
42 StringPool SP;
44 auto P1 = SP.intern("s1");
45 SP.clearDeadEntries();
46 EXPECT_FALSE(SP
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_trampoline_AArch64.S22 STP X1, X2, [SP, #-16]!
23 STP X3, X4, [SP, #-16]!
24 STP X5, X6, [SP, #-16]!
25 STP X7, X30, [SP, #-16]!
26 STP Q0, Q1, [SP, #-32]!
27 STP Q2, Q3, [SP, #-32]!
28 STP Q4, Q5, [SP, #-32]!
29 STP Q6, Q7, [SP, #-32]!
32 STP X8, X0, [SP, #-16]!
48 LDP X8, X0, [SP], #1
[all...]
/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dcrtn.s40 P5 = [SP++];
42 P3 = [SP++];
49 P5 = [SP++];
51 P3 = [SP++];
H A Dcrti.s42 [--SP] = P5;
44 [--SP] = P3;
55 [--SP] = P5;
57 [--SP] = P3;
H A Dlib1funcs.asm36 [--SP]= RETS;
37 [--SP] = R7;
56 R7 = [SP++];
57 RETS = [SP++];
67 [--SP] = RETS;
68 [--SP] = R0;
69 [--SP] = R1;
71 R2 = [SP++];
72 R1 = [SP++];
75 RETS = [SP
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp26 // namespace. But SPARC backend uses "SP" as its namespace.
29 using namespace SP;
59 case SP::JMPLrr:
60 case SP::JMPLri: {
67 case SP::G0: // jmp $addr | ret | retl
72 case SP::I7: O << "\tret"; return true;
73 case SP::O7: O << "\tretl"; return true;
78 case SP::O7: // call $addr
83 case SP::V9FCMPS: case SP
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.cpp36 SparcRegisterInfo::SparcRegisterInfo() : SparcGenRegisterInfo(SP::O7) {}
58 Reserved.set(SP::G1);
62 Reserved.set(SP::G2);
63 Reserved.set(SP::G3);
64 Reserved.set(SP::G4);
68 Reserved.set(SP::G5);
70 Reserved.set(SP::O6);
71 Reserved.set(SP::I6);
72 Reserved.set(SP::I7);
73 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.cpp116 (MI->getOpcode() == SP::RESTORErr
117 || MI->getOpcode() == SP::RESTOREri)) {
125 (MI->getOpcode() == SP::FCMPS || MI->getOpcode() == SP::FCMPD
126 || MI->getOpcode() == SP::FCMPQ)) {
127 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP));
145 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP));
155 TII->get(SP::UNIMP)).addImm(structSize);
179 if (Opc == SP::RET || Opc == SP
[all...]
H A DSparcInstrInfo.cpp39 : SparcGenInstrInfo(SP::ADJCALLSTACKDOWN, SP::ADJCALLSTACKUP), RI(),
49 if (MI.getOpcode() == SP::LDri || MI.getOpcode() == SP::LDXri ||
50 MI.getOpcode() == SP::LDFri || MI.getOpcode() == SP::LDDFri ||
51 MI.getOpcode() == SP::LDQFri) {
68 if (MI.getOpcode() == SP::STri || MI.getOpcode() == SP::STXri ||
69 MI.getOpcode() == SP
[all...]
H A DLeonPasses.cpp49 if (Opcode >= SP::LDDArr && Opcode <= SP::LDrr) {
51 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP));
82 if (Opcode == SP::CALL && MI.getNumOperands() > 0) {
138 if (Opcode == SP::FSQRTD || Opcode == SP::FDIVD) {
140 BuildMI(MBB, MBBI, DL, TII.get(SP::NOP));
144 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP));
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dpmf7.C10 template<class SP, class CB> SP& call_dummy(SP* sp, CB cb) {
/openbsd-current/lib/libcurses/tinfo/
H A Dsetbuf.c107 if (SP->_buffered != buffered) {
120 if ((buf_ptr = SP->_setbuf) == 0) {
123 SP->_setbuf = buf_ptr;
149 SP->_buffered = buffered;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp35 const DISubprogram *SP = InlinedAt->getScope()->getSubprogram(); local
37 auto Name = SP->getLinkageName();
39 Name = SP->getName();
/openbsd-current/lib/libcurses/base/
H A Dlib_colorset.c58 && (SP != 0)
60 && (color_pair < SP->_pair_limit)) {
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/
H A Dconst-xs.inc34 EXTEND(SP, 1);
40 EXTEND(SP, 1);
46 EXTEND(SP, 1);
51 EXTEND(SP, 1);
57 EXTEND(SP, 1);
63 EXTEND(SP, 1);
72 EXTEND(SP, 1);
78 EXTEND(SP, 1);
/openbsd-current/gnu/usr.bin/perl/dist/Time-HiRes/fallback/
H A Dconst-xs.inc36 EXTEND(SP, 1);
42 EXTEND(SP, 1);
48 EXTEND(SP, 1);
54 EXTEND(SP, 1);
60 EXTEND(SP, 1);
66 EXTEND(SP, 1);
75 EXTEND(SP, 1);
81 EXTEND(SP, 1);
/openbsd-current/gnu/llvm/llvm/tools/opt/
H A DBreakpointPrinter.cpp49 auto *SP = cast_or_null<DISubprogram>(NMD->getOperand(i)); variable
50 if (!SP)
52 getContextName(SP->getScope(), Name);
53 Name = Name + SP->getName().str();
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.cpp122 JSONValue::SP value(iter->second);
130 bool JSONObject::SetObject(const std::string &key, JSONValue::SP value) {
137 JSONValue::SP JSONObject::GetObject(const std::string &key) const {
140 return JSONValue::SP();
196 bool JSONArray::SetObject(Index i, JSONValue::SP value) {
210 bool JSONArray::AppendObject(JSONValue::SP value) {
217 JSONValue::SP JSONArray::GetObject(Index i) {
220 return JSONValue::SP();
476 JSONValue::SP JSONParser::ParseJSONObject() {
491 JSONValue::SP value_s
[all...]
H A DJSON.h29 typedef std::shared_ptr<JSONValue> SP; typedef in class:JSONValue
54 typedef std::shared_ptr<JSONString> SP; typedef in class:JSONString
72 typedef std::shared_ptr<JSONNumber> SP; typedef in class:JSONNumber
142 typedef std::shared_ptr<JSONTrue> SP; typedef in class:JSONTrue
160 typedef std::shared_ptr<JSONFalse> SP; typedef in class:JSONFalse
178 typedef std::shared_ptr<JSONNull> SP; typedef in class:JSONNull
196 typedef std::shared_ptr<JSONObject> SP; typedef in class:JSONObject
202 bool SetObject(const std::string &key, JSONValue::SP value);
204 JSONValue::SP GetObject(const std::string &key) const;
226 typedef std::map<std::string, JSONValue::SP> Ma
240 typedef std::shared_ptr<JSONArray> SP; typedef in class:JSONArray
[all...]
/openbsd-current/libexec/ftpd/
H A Dftpcmd.y108 SP CRLF COMMA ALL
152 : USER SP username CRLF
157 | PASS SP password CRLF
167 | PORT check_login_epsvall SP host_port CRLF
196 | LPRT check_login_epsvall SP host_long_port4 CRLF
215 | LPRT check_login_epsvall SP host_long_port6 CRLF
234 | EPRT check_login_epsvall SP STRING CRLF
251 | EPSV check_login SP NUMBER CRLF
256 | EPSV check_login SP ALL CRLF
268 | TYPE check_login SP type_cod
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp65 std::string getFlagName(DISubprogram &SP, bool UseX86FastCall) { argument
72 has_root_name(SP.getDirectory(), sys::path::Style::windows_backslash) ||
73 SP.getDirectory().contains("\\") ||
74 SP.getFilename().contains("\\")
82 SmallString<256> FilePath(SP.getDirectory());
83 sys::path::append(FilePath, PathStyle, SP.getFilename());
104 void attachDebugInfo(GlobalVariable &GV, DISubprogram &SP) { argument
106 DICompileUnit *CU = SP.getUnit();
115 CU, GV.getName(), /*LinkageName=*/StringRef(), SP.getFile(),
161 auto *SP local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/
H A Dconstants.xs36 EXTEND(SP, 1);
42 EXTEND(SP, 1);
48 EXTEND(SP, 1);
53 EXTEND(SP, 1);
59 EXTEND(SP, 1);
65 EXTEND(SP, 1);
74 EXTEND(SP, 1);
80 EXTEND(SP, 1);

Completed in 178 milliseconds

1234567891011>>