Home | History | Annotate | Download | only in mips

Lines Matching refs:fp

75   1 << 30;   // fp/s8
148 22, // fp
174 // The calling JS function is between FP and PC.
180 // FP-relative displacement of the caller's SP.
187 // FP-relative.
200 // FP-relative.
210 // FP-relative.
223 // FP-relative.
230 return Memory::Object_at(fp() + offset);
234 inline void StackHandler::SetFp(Address slot, Address fp) {
235 Memory::Address_at(slot) = fp;