Lines Matching refs:bytes
105 void AllocateStackSpace(Register bytes) { Dsubu(sp, sp, bytes); }
107 void AllocateStackSpace(int bytes) {
108 DCHECK_GE(bytes, 0);
109 if (bytes == 0) return;
110 Dsubu(sp, sp, Operand(bytes));
376 // Calculate how much stack space (in bytes) are required to store caller
383 // Push caller saved registers on the stack, and return the number of bytes
389 // bytes stack pointer is adjusted.
1252 // Ensure that dd-ed labels following this instruction use 8 bytes aligned