Lines Matching defs:SP
103 #define SP 29
759 static int mips_frame_reg = SP;
2683 {"$sp", RTYPE_GP | 29}, \
4584 mask |= 1 << SP;
4610 mask |= 1 << SP;
6555 if (((insn->insn_opcode >> OP_SH_RS) & OP_MASK_RS) == SP)
11220 lw $gp,cprestore($sp)
11229 lw $gp,cprestore($sp)
11236 lw $gp,cprestore($sp)
12132 macro_build (&expr1, "addiu", "t,r,j", SP, SP, BFD_RELOC_LO16);
16036 sd $gp, offset($sp)
16119 BFD_RELOC_LO16, SP);
16186 offset from $sp. The offset is remembered, and after making a PIC
16224 SP, HAVE_64BIT_ADDRESSES);
16233 ld $gp, offset($sp)
16271 macro_build (&ex, "ld", "t,o(b)", mips_gp_register, BFD_RELOC_LO16, SP);
16634 mips_frame_reg = reg != 0 ? reg : SP;
19181 /* Standard calling conventions leave the CFA at SP on entry. */
19185 cfi_add_CFA_def_cfa_register (SP);