Home
last modified time | relevance | path

Searched refs:SP (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/external/libunwind/doc/
Dunw_create_addr_space.tex55 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t} \Var{ip}, \Type{unw\_proc\_info…
56 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{need\_unwind\_info}, \Type{void~*}a…
58 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_proc\_info\_t~*}pip, \Type{void~*}\Var{a…
60 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t~*}\Var{dilap}, \Type{void~*}\Var…
62 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t} \Var{addr}, \Type{unw\_word\_t~…
63 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{write}, \Type{void~*}\Var{arg});\\
65 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_regnum\_t} \Var{regnum}, \Type{unw\_word…
66 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{write}, \Type{void~*}\Var{arg});\\
68 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_regnum\_t} \Var{regnum}, \Type{unw\_fpre…
69 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{int} \Var{write}, \Type{void~*}\Var{arg});\\
[all …]
/external/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp67 SP::G0, SP::G1, SP::G2, SP::G3,
68 SP::G4, SP::G5, SP::G6, SP::G7,
69 SP::O0, SP::O1, SP::O2, SP::O3,
70 SP::O4, SP::O5, SP::O6, SP::O7,
71 SP::L0, SP::L1, SP::L2, SP::L3,
72 SP::L4, SP::L5, SP::L6, SP::L7,
73 SP::I0, SP::I1, SP::I2, SP::I3,
74 SP::I4, SP::I5, SP::I6, SP::I7 };
77 SP::F0, SP::F1, SP::F2, SP::F3,
78 SP::F4, SP::F5, SP::F6, SP::F7,
[all …]
/external/llvm/lib/Target/Sparc/InstPrinter/
DSparcInstPrinter.cpp29 using namespace SP;
58 case SP::JMPLrr: in printSparcAliasInstr()
59 case SP::JMPLri: { in printSparcAliasInstr()
66 case SP::G0: // jmp $addr | ret | retl in printSparcAliasInstr()
71 case SP::I7: O << "\tret"; return true; in printSparcAliasInstr()
72 case SP::O7: O << "\tretl"; return true; in printSparcAliasInstr()
77 case SP::O7: // call $addr in printSparcAliasInstr()
82 case SP::V9FCMPS: case SP::V9FCMPD: case SP::V9FCMPQ: in printSparcAliasInstr()
83 case SP::V9FCMPES: case SP::V9FCMPED: case SP::V9FCMPEQ: { in printSparcAliasInstr()
87 || (MI->getOperand(0).getReg() != SP::FCC0)) in printSparcAliasInstr()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.cpp37 SparcRegisterInfo::SparcRegisterInfo() : SparcGenRegisterInfo(SP::O7) {} in SparcRegisterInfo()
59 Reserved.set(SP::G1); in getReservedRegs()
63 Reserved.set(SP::G2); in getReservedRegs()
64 Reserved.set(SP::G3); in getReservedRegs()
65 Reserved.set(SP::G4); in getReservedRegs()
69 Reserved.set(SP::G5); in getReservedRegs()
71 Reserved.set(SP::O6); in getReservedRegs()
72 Reserved.set(SP::I6); in getReservedRegs()
73 Reserved.set(SP::I7); in getReservedRegs()
74 Reserved.set(SP::G0); in getReservedRegs()
[all …]
DSparcFrameLowering.cpp52 BuildMI(MBB, MBBI, dl, TII.get(ADDri), SP::O6) in emitSPAdjustment()
53 .addReg(SP::O6).addImm(NumBytes); in emitSPAdjustment()
64 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1) in emitSPAdjustment()
66 BuildMI(MBB, MBBI, dl, TII.get(SP::ORri), SP::G1) in emitSPAdjustment()
67 .addReg(SP::G1).addImm(LO10(NumBytes)); in emitSPAdjustment()
68 BuildMI(MBB, MBBI, dl, TII.get(ADDrr), SP::O6) in emitSPAdjustment()
69 .addReg(SP::O6).addReg(SP::G1); in emitSPAdjustment()
77 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1) in emitSPAdjustment()
79 BuildMI(MBB, MBBI, dl, TII.get(SP::XORri), SP::G1) in emitSPAdjustment()
80 .addReg(SP::G1).addImm(LOX10(NumBytes)); in emitSPAdjustment()
[all …]
DDelaySlotFiller.cpp119 (MI->getOpcode() == SP::RESTORErr in runOnMachineBasicBlock()
120 || MI->getOpcode() == SP::RESTOREri)) { in runOnMachineBasicBlock()
126 (MI->getOpcode() == SP::FCMPS || MI->getOpcode() == SP::FCMPD in runOnMachineBasicBlock()
127 || MI->getOpcode() == SP::FCMPQ)) { in runOnMachineBasicBlock()
128 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP)); in runOnMachineBasicBlock()
146 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP)); in runOnMachineBasicBlock()
156 TII->get(SP::UNIMP)).addImm(structSize); in runOnMachineBasicBlock()
178 if (slot->getOpcode() == SP::RET || slot->getOpcode() == SP::TLS_CALL) in findDelayInstr()
181 if (slot->getOpcode() == SP::RETL) { in findDelayInstr()
185 if (J->getOpcode() == SP::RESTORErr in findDelayInstr()
[all …]
DSparcInstrInfo.cpp36 : SparcGenInstrInfo(SP::ADJCALLSTACKDOWN, SP::ADJCALLSTACKUP), RI(), in SparcInstrInfo()
46 if (MI->getOpcode() == SP::LDri || in isLoadFromStackSlot()
47 MI->getOpcode() == SP::LDXri || in isLoadFromStackSlot()
48 MI->getOpcode() == SP::LDFri || in isLoadFromStackSlot()
49 MI->getOpcode() == SP::LDDFri || in isLoadFromStackSlot()
50 MI->getOpcode() == SP::LDQFri) { in isLoadFromStackSlot()
67 if (MI->getOpcode() == SP::STri || in isStoreToStackSlot()
68 MI->getOpcode() == SP::STXri || in isStoreToStackSlot()
69 MI->getOpcode() == SP::STFri || in isStoreToStackSlot()
70 MI->getOpcode() == SP::STDFri || in isStoreToStackSlot()
[all …]
DSparcAsmPrinter.cpp115 CallInst.setOpcode(SP::CALL); in EmitCall()
125 SETHIInst.setOpcode(SP::SETHIi); in EmitSETHI()
146 EmitBinary(OutStreamer, SP::ORri, RS1, Imm, RD, STI); in EmitOR()
152 EmitBinary(OutStreamer, SP::ADDrr, RS1, RS2, RD, STI); in EmitADD()
158 EmitBinary(OutStreamer, SP::SLLri, RS1, Imm, RD, STI); in EmitSHL()
182 assert(MO.getReg() != SP::O7 && in LowerGETPCXAndEmitMCInsts()
218 MCOperand RegO7 = MCOperand::CreateReg(SP::O7); in LowerGETPCXAndEmitMCInsts()
232 MCOperand RegO7 = MCOperand::CreateReg(SP::O7); in LowerGETPCXAndEmitMCInsts()
266 case SP::GETPCX: in EmitInstruction()
284 const unsigned globalRegs[] = { SP::G2, SP::G3, SP::G6, SP::G7, 0 }; in EmitFunctionBodyStart()
[all …]
/external/llvm/test/CodeGen/Mips/cconv/
Darguments-varargs.ll23 ; O32: addiu [[SP:\$sp]], $sp, -8
24 ; N32: addiu [[SP:\$sp]], $sp, -64
25 ; N64: daddiu [[SP:\$sp]], $sp, -64
28 ; O32-DAG: sw $7, 20([[SP]])
29 ; O32-DAG: sw $6, 16([[SP]])
30 ; O32-DAG: sw $5, 12([[SP]])
32 ; NEW-DAG: sd $11, 56([[SP]])
33 ; NEW-DAG: sd $10, 48([[SP]])
34 ; NEW-DAG: sd $9, 40([[SP]])
35 ; NEW-DAG: sd $8, 32([[SP]])
[all …]
/external/icu/icu4c/source/test/testdata/
DLineBreakTest.txt21 …y also differ from the results produced by a pair table implementation in sequences like: ZW SP CL.
26 × 0023 × 0020 ÷ 0023 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] NUMBER SIGN (AL) ÷ …
28 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] NUMBER SIG…
30 × 0023 × 0020 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B2) ÷ [0.3]
32 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B…
34 × 0023 × 0020 ÷ 0009 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] <CHARACTER TABULATI…
36 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] <CHARACTER…
38 × 0023 × 0020 ÷ 00B4 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] ACUTE ACCENT (BB) ÷…
40 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM) × [7.01] SPACE (SP) ÷ [18.0] ACUTE ACCE…
42 × 0023 × 0020 × 000B ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) × [6.0] <LINE TABULATION> (B…
[all …]
/external/valgrind/coregrind/m_dispatch/
Ddispatch-s390x-linux.S51 #undef SP
52 #define SP S390_REGNO_STACK_POINTER macro
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
DUpdateBugStateTask.java123 private static final String SP = " "; //$NON-NLS-1$ field in UpdateBugStateTask
219 trans.put(HTML_NBSP, SP); in UpdateBugStateTask()
246 …throw new BuildException(Messages.getString("UpdateBugStateTask.invalidStatus") + "!" + SP + //$NO… in setStatus()
247 …Messages.getString("UpdateBugStateTask.expectedOne") + SP + BZ_UC + CS + BZ_NEW + CS + BZ_AS + CSO… in setStatus()
269 …System.err.println(Messages.getString("UpdateBugStateTask.invalidResolution") + "!" + SP + //$NON-… in setResolution()
271 + SP + BZ_FX + CS + BZ_IV + CS + BZ_WF + CS + BZ_LT + CS + BZ_RM + CSO + BZ_WK + SP in setResolution()
272 …+ "(" + Messages.getString("UpdateBugStateTask.default") + COLON + SP + BZ_FX + ")"); //$NON-NLS-1… in setResolution()
282 …endDate = m.group(1) + DASH + m.group(2) + DASH + m.group(3) + SP + m.group(4) + COLON + m.group(5… in setEndDate()
286 …eption(Messages.getString("UpdateBugStateTask.invalidTimestamp") + COLON + SP + t + "!"); //$NON-N… in setEndDate()
300 …throw new BuildException(Messages.getString("UpdateBugStateTask.invalidBuildID") + COLON + SP + t … in setBuildID()
[all …]
/external/llvm/test/CodeGen/ARM/
D2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP2.ll8 define void @foo(double %vfp0, ; --> D0, NSAA=SP
9 double %vfp1, ; --> D1, NSAA=SP
10 double %vfp2, ; --> D2, NSAA=SP
11 double %vfp3, ; --> D3, NSAA=SP
12 double %vfp4, ; --> D4, NSAA=SP
13 double %vfp5, ; --> D5, NSAA=SP
14 double %vfp6, ; --> D6, NSAA=SP
15 double %vfp7, ; --> D7, NSAA=SP
16 double %vfp8, ; --> SP, NSAA=SP+8 (!)
17 i32 %p0, ; --> R0, NSAA=SP+8
[all …]
D2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP.ll10 define void @foo(double %vfp0, ; --> D0, NSAA=SP
11 double %vfp1, ; --> D1, NSAA=SP
12 double %vfp2, ; --> D2, NSAA=SP
13 double %vfp3, ; --> D3, NSAA=SP
14 double %vfp4, ; --> D4, NSAA=SP
15 double %vfp5, ; --> D5, NSAA=SP
16 double %vfp6, ; --> D6, NSAA=SP
17 double %vfp7, ; --> D7, NSAA=SP
18 double %vfp8, ; --> SP, NSAA=SP+8 (!)
19 i32 %p0, ; --> R0, NSAA=SP+8
[all …]
/external/llvm/test/MC/ARM/
Darm-load-store-multiple-deprecated.s14 @ CHECK: warning: use of SP or PC in the list is deprecated
18 @ CHECK: warning: use of SP or PC in the list is deprecated
22 @ CHECK: warning: use of SP or PC in the list is deprecated
26 @ CHECK: warning: use of SP or PC in the list is deprecated
30 @ CHECK: warning: use of SP or PC in the list is deprecated
34 @ CHECK: warning: use of SP or PC in the list is deprecated
42 @ CHECK: warning: use of SP or PC in the list is deprecated
46 @ CHECK: warning: use of SP or PC in the list is deprecated
50 @ CHECK: warning: use of SP or PC in the list is deprecated
54 @ CHECK: warning: use of SP or PC in the list is deprecated
[all …]
/external/icu/icu4c/source/data/brkitr/
Dline_normal_fi.txt101 $SP = [:LineBreak = Space:];
199 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
200 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
208 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
227 # LB 7 x SP
229 $LB4NonBreaks [$SP $ZW];
230 $CAN_CM $CM* [$SP $ZW];
231 $CM+ [$SP $ZW];
235 # TODO: ZW SP* <break>
243 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
[all …]
Dline_fi.txt100 $SP = [:LineBreak = Space:];
198 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
199 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
207 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
226 # LB 7 x SP
228 $LB4NonBreaks [$SP $ZW];
229 $CAN_CM $CM* [$SP $ZW];
230 $CM+ [$SP $ZW];
234 # TODO: ZW SP* <break>
242 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
[all …]
Dline.txt97 $SP = [:LineBreak = Space:];
193 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
194 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
202 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
221 # LB 7 x SP
223 $LB4NonBreaks [$SP $ZW];
224 $CAN_CM $CM* [$SP $ZW];
225 $CM+ [$SP $ZW];
229 # TODO: ZW SP* <break>
237 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
[all …]
Dline_normal.txt100 $SP = [:LineBreak = Space:];
196 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
197 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
205 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
224 # LB 7 x SP
226 $LB4NonBreaks [$SP $ZW];
227 $CAN_CM $CM* [$SP $ZW];
228 $CM+ [$SP $ZW];
232 # TODO: ZW SP* <break>
240 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
[all …]
Dline_ja.txt94 $SP = [:LineBreak = Space:];
190 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
191 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
199 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
218 # LB 7 x SP
220 $LB4NonBreaks [$SP $ZW];
221 $CAN_CM $CM* [$SP $ZW];
222 $CM+ [$SP $ZW];
226 # TODO: ZW SP* <break>
234 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
[all …]
Dline_loose_fi.txt103 $SP = [:LineBreak = Space:];
203 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
204 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
212 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
231 # LB 7 x SP
233 $LB4NonBreaks [$SP $ZW];
234 $CAN_CM $CM* [$SP $ZW];
235 $CM+ [$SP $ZW];
239 # TODO: ZW SP* <break>
247 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
[all …]
Dline_loose.txt104 $SP = [:LineBreak = Space:];
202 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
203 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
211 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
230 # LB 7 x SP
232 $LB4NonBreaks [$SP $ZW];
233 $CAN_CM $CM* [$SP $ZW];
234 $CM+ [$SP $ZW];
238 # TODO: ZW SP* <break>
246 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
[all …]
Dline_normal_cj.txt103 $SP = [:LineBreak = Space:];
203 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
204 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
212 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
231 # LB 7 x SP
233 $LB4NonBreaks [$SP $ZW];
234 $CAN_CM $CM* [$SP $ZW];
235 $CM+ [$SP $ZW];
239 # TODO: ZW SP* <break>
247 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
[all …]
Dline_loose_cj.txt115 $SP = [:LineBreak = Space:];
221 $CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
222 $CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
230 $AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
249 # LB 7 x SP
251 $LB4NonBreaks [$SP $ZW];
252 $CAN_CM $CM* [$SP $ZW];
253 $CM+ [$SP $ZW];
257 # TODO: ZW SP* <break>
265 # LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $N…
[all …]
/external/llvm/lib/IR/
DDebugInfo.cpp134 for (auto *SP : CU->getSubprograms()) in processModule() local
135 processSubprogram(SP); in processModule()
144 else if (auto *SP = dyn_cast<MDSubprogram>(Entity)) in processModule() local
145 processSubprogram(SP); in processModule()
175 else if (DISubprogram SP = dyn_cast<MDSubprogram>(D)) in processType() local
176 processSubprogram(SP); in processType()
194 if (DISubprogram SP = dyn_cast<MDSubprogram>(Scope)) { in processScope() local
195 processSubprogram(SP); in processScope()
207 void DebugInfoFinder::processSubprogram(DISubprogram SP) { in processSubprogram() argument
208 if (!addSubprogram(SP)) in processSubprogram()
[all …]

12345678910>>...15