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

12345678910

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_AArch64.S21 STP X1, X2, [SP, #-16]!
22 STP X3, X4, [SP, #-16]!
23 STP X5, X6, [SP, #-16]!
24 STP X7, X30, [SP, #-16]!
25 STP Q0, Q1, [SP, #-32]!
26 STP Q2, Q3, [SP, #-32]!
27 STP Q4, Q5, [SP, #-32]!
28 STP Q6, Q7, [SP, #-32]!
43 LDP Q6, Q7, [SP], #32
44 LDP Q4, Q5, [SP], #3
[all...]
/freebsd-11-stable/contrib/llvm-project/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...]
/freebsd-11-stable/contrib/llvm-project/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.cpp117 (MI->getOpcode() == SP::RESTORErr
118 || MI->getOpcode() == SP::RESTOREri)) {
126 (MI->getOpcode() == SP::FCMPS || MI->getOpcode() == SP::FCMPD
127 || MI->getOpcode() == SP::FCMPQ)) {
128 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP));
146 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP));
156 TII->get(SP::UNIMP)).addImm(structSize);
178 if (slot->getOpcode() == SP::RET || slot->getOpcode() == SP
[all...]
H A DSparcInstrInfo.cpp35 : SparcGenInstrInfo(SP::ADJCALLSTACKDOWN, SP::ADJCALLSTACKUP), RI(),
45 if (MI.getOpcode() == SP::LDri || MI.getOpcode() == SP::LDXri ||
46 MI.getOpcode() == SP::LDFri || MI.getOpcode() == SP::LDDFri ||
47 MI.getOpcode() == SP::LDQFri) {
64 if (MI.getOpcode() == SP::STri || MI.getOpcode() == SP::STXri ||
65 MI.getOpcode() == SP
[all...]
H A DLeonPasses.cpp51 if (Opcode >= SP::LDDArr && Opcode <= SP::LDrr) {
53 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP));
86 if (Opcode == SP::CALL && MI.getNumOperands() > 0) {
143 if (Opcode == SP::FSQRTD || Opcode == SP::FDIVD) {
145 BuildMI(MBB, MBBI, DL, TII.get(SP::NOP));
149 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP));
H A DSparcAsmPrinter.cpp109 CallInst.setOpcode(SP::CALL);
119 SETHIInst.setOpcode(SP::SETHIi);
140 EmitBinary(OutStreamer, SP::ORri, RS1, Imm, RD, STI);
146 EmitBinary(OutStreamer, SP::ADDrr, RS1, RS2, RD, STI);
152 EmitBinary(OutStreamer, SP::SLLri, RS1, Imm, RD, STI);
176 assert(MO.getReg() != SP::O7 &&
212 MCOperand RegO7 = MCOperand::createReg(SP::O7);
226 MCOperand RegO7 = MCOperand::createReg(SP::O7);
260 case SP::GETPCX:
278 const unsigned globalRegs[] = { SP
[all...]
H A DSparcISelDAGToDAG.cpp140 R2 = CurDAG->getRegister(SP::G0, TLI->getPointerTy(CurDAG->getDataLayout()));
217 if ((!IsTiedToChangedOp && (!HasRC || RC != SP::IntRegsRegClassID))
234 Register GPVR = MRI.createVirtualRegister(&SP::IntPairRegClass);
243 SDValue Sub0 = CurDAG->getTargetExtractSubreg(SP::sub_even, dl, MVT::i32,
245 SDValue Sub1 = CurDAG->getTargetExtractSubreg(SP::sub_odd, dl, MVT::i32,
270 CurDAG->getTargetConstant(SP::IntPairRegClassID, dl,
273 CurDAG->getTargetConstant(SP::sub_even, dl, MVT::i32),
275 CurDAG->getTargetConstant(SP::sub_odd, dl, MVT::i32),
281 Register GPVR = MRI.createVirtualRegister(&SP::IntPairRegClass);
297 Flag = InlineAsm::getFlagWordForRegClass(Flag, SP
[all...]
/freebsd-11-stable/contrib/llvm-project/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...]
/freebsd-11-stable/usr.bin/procstat/tests/
H A Dprocstat_test.sh31 SP='[[:space:]]'
57 line_format="$SP*%s$SP+%s$SP+%s$SP+%s$SP*"
78 line_format="$SP*%s$SP+%s$SP+%s$SP*"
[all...]
/freebsd-11-stable/sys/cddl/dev/dtrace/mips/
H A Dregset.h52 #define REG_SP SP
/freebsd-11-stable/sys/cddl/dev/dtrace/powerpc/
H A Dregset.h52 #define REG_SP SP
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_colorset.c54 && (SP != 0)
56 && (color_pair_number < SP->_pair_limit)) {
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y95 SP CRLF COMMA
140 : USER SP username CRLF check_secure
146 | PASS SP password CRLF check_secure
154 | PORT SP host_port CRLF check_secure
175 | EPRT SP STRING CRLF check_secure
191 | EPSV SP STRING CRLF check_login
197 | TYPE SP type_code CRLF check_secure
234 | STRU SP struct_code CRLF check_secure
248 | MODE SP mode_code CRLF check_secure
262 | ALLO SP NUMBE
[all...]
/freebsd-11-stable/sys/arm/include/
H A Dstack.h54 #define SP 13 macro
/freebsd-11-stable/contrib/llvm-project/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();
/freebsd-11-stable/contrib/ntp/include/
H A Dascii.h73 #define SP 32 macro
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y168 SP CRLF COMMA STRING NUMBER
195 cmd: USER SP username CRLF
200 | PASS SP password CRLF
205 | PORT check_login SP host_port CRLF
236 | TYPE SP type_code CRLF
271 | STRU SP struct_code CRLF
283 | MODE SP mode_code CRLF
295 | ALLO SP NUMBER CRLF
299 | ALLO SP NUMBER SP
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h73 // Adjust SP by FrameSize bytes. Save RA, S0, S1
74 void makeFrame(unsigned SP, int64_t FrameSize, MachineBasicBlock &MBB,
77 // Adjust SP by FrameSize bytes. Restore RA, S0, S1
78 void restoreFrame(unsigned SP, int64_t FrameSize, MachineBasicBlock &MBB,
81 /// Adjust SP by Amount bytes.
82 void adjustStackPtr(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
117 // Adjust SP by Amount bytes where bytes can be up to 32bit number.
118 void adjustStackPtrBig(unsigned SP, int64_t Amount, MachineBasicBlock &MBB,
122 // Adjust SP by Amount bytes where bytes can be up to 32bit number.
123 void adjustStackPtrBigUnrestricted(unsigned SP, int64_
[all...]
H A DMipsFrameLowering.cpp67 // sw REGX, 4(SP)
72 // lw REGX, 16+StackSize(SP)
140 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP; local
147 STI.getInstrInfo()->adjustStackPtr(SP, Amount, MBB, I);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp71 .addReg(MSP430::SP);
88 if (NumBytes) { // adjust stack pointer: SP -= numbytes
89 // If there is an SUB16ri of SP immediately before this instruction, merge
92 // If there is an ADD16ri or SUB16ri of SP immediately after this
98 BuildMI(MBB, MBBI, DL, TII.get(MSP430::SUB16ri), MSP430::SP)
99 .addReg(MSP430::SP).addImm(NumBytes);
150 // If there is an ADD16ri or SUB16ri of SP immediately before this
157 TII.get(MSP430::MOV16rr), MSP430::SP).addReg(MSP430::FP);
161 TII.get(MSP430::SUB16ri), MSP430::SP)
162 .addReg(MSP430::SP)
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y101 SP CRLF COMMA
142 : USER SP username CRLF
147 | PASS SP password CRLF
156 | PORT check_login SP host_port CRLF
179 | LPRT check_login SP host_long_port CRLF
201 | EPRT check_login SP STRING CRLF
316 | EPSV check_login_epsv SP NUMBER CRLF
336 | EPSV check_login_epsv SP ALL CRLF
348 | TYPE check_login SP type_code CRLF
385 | STRU check_login SP struct_cod
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dunwind.c219 uint32_t *vsp = (uint32_t *)state->registers[SP];
230 state->registers[SP] += ((insn & INSN_VSP_SIZE_MASK) << 2) + 4;
233 state->registers[SP] -= ((insn & INSN_VSP_SIZE_MASK) << 2) + 4;
246 /* Update SP */
255 /* If we have updated SP kep its value */
256 if (reg == SP)
265 state->registers[SP] =
299 /* Update SP */
316 state->registers[SP] += 0x204 + (uleb128 << 2);
327 state->registers[SP]
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DStringsAndChecksums.h89 void setStrings(const StringsPtr &SP) { Strings = SP; } argument

Completed in 152 milliseconds

12345678910