Home | History | Annotate | Download | only in arm

Lines Matching refs:cp

145     // cp: Callee's context.
207 // Context is returned in both r0 and cp. It replaces the context
208 // passed to us. It's saved in the stack and kept live in cp.
209 __ str(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
220 MemOperand target = ContextOperand(cp, var->index());
224 cp,
237 // We have not executed any compiled code yet, so cp still holds the
281 __ stm(db_w, sp, cp.bit() | fp.bit() | lr.bit());
292 __ ldm(ia_w, sp, cp.bit() | fp.bit() | lr.bit());
343 __ stm(db_w, sp, cp.bit() | fp.bit() | lr.bit());
743 __ Move(cp, ToRegister(context));
745 __ ldr(cp, ToMemOperand(context));
749 __ Move(cp, Handle<Object>::cast(constant->handle(isolate())));
1065 ASSERT(ToRegister(instr->context()).is(cp));
2019 ASSERT(ToRegister(instr->context()).is(cp));
2151 ASSERT(ToRegister(instr->context()).is(cp));
2587 ASSERT(ToRegister(instr->context()).is(cp));
2748 ASSERT(ToRegister(instr->context()).is(cp));
2895 ASSERT(ToRegister(instr->context()).is(cp));
2920 __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
2966 ASSERT(ToRegister(instr->context()).is(cp));
3004 ASSERT(ToRegister(instr->context()).is(cp));
3099 ASSERT(ToRegister(instr->context()).is(cp));
3411 ASSERT(ToRegister(instr->context()).is(cp));
3597 // If there is no frame, the context must be in cp.
3598 ASSERT(result.is(cp));
3612 ASSERT(ToRegister(instr->context()).is(cp));
3613 __ push(cp); // The context is the first argument.
3655 __ ldr(cp, FieldMemOperand(r1, JSFunction::kContextOffset));
3693 ASSERT(ToRegister(instr->context()).is(cp));
3949 __ mov(cp, Operand::Zero());
3960 __ mov(cp, Operand::Zero());
3971 __ mov(cp, Operand::Zero());
3982 __ mov(cp, Operand::Zero());
3990 ASSERT(ToRegister(instr->context()).is(cp));
4012 ASSERT(ToRegister(instr->context()).is(cp));
4023 ASSERT(ToRegister(instr->context()).is(cp));
4036 ASSERT(ToRegister(instr->context()).is(cp));
4052 ASSERT(ToRegister(instr->context()).is(cp));
4076 ASSERT(ToRegister(instr->context()).is(cp));
4090 ASSERT(ToRegister(instr->context()).is(cp));
4251 ASSERT(ToRegister(instr->context()).is(cp));
4475 ASSERT(ToRegister(instr->context()).is(cp));
4509 ASSERT(ToRegister(instr->context()).is(cp));
4534 ASSERT(ToRegister(instr->context()).is(cp));
4807 __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
4871 __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
5218 cp, Operand::Zero());
5453 ASSERT(ToRegister(instr->context()).is(cp));
5497 ASSERT(ToRegister(instr->context()).is(cp));
5510 __ Push(cp, r2, r1);
5732 ASSERT(ToRegister(instr->context()).is(cp));