Lines Matching defs:Push
72 // Push a fixed frame, consisting of lr, fp
87 // Push a standard frame, consisting of lr, fp, context and JS function
92 void Push(Register src) { push(src); }
94 void Push(Handle<HeapObject> handle);
95 void Push(Smi smi);
97 // Push two registers. Pushes leftmost register first (to highest address).
98 void Push(Register src1, Register src2, Condition cond = al) {
107 // Push three registers. Pushes leftmost register first (to highest address).
108 void Push(Register src1, Register src2, Register src3, Condition cond = al) {
118 Push(src2, src3, cond);
122 // Push four registers. Pushes leftmost register first (to highest address).
123 void Push(Register src1, Register src2, Register src3, Register src4,
135 Push(src3, src4, cond);
139 Push(src2, src3, src4, cond);
143 // Push five registers. Pushes leftmost register first (to highest address).
144 void Push(Register src1, Register src2, Register src3, Register src4,
157 Push(src4, src5, cond);
161 Push(src3, src4, src5, cond);
165 Push(src2, src3, src4, src5, cond);
415 // Push caller saved registers on the stack, and return the number of bytes
698 // Push a new stack handler and link into stack handler chain.
739 Push(scratch);