Home | History | Annotate | Download | only in mips

Lines Matching refs:drop

2658 void MacroAssembler::DropAndRet(int drop) {
2660 addiu(sp, sp, drop * kPointerSize);
2663 void MacroAssembler::DropAndRet(int drop,
2667 // Both Drop and Ret need to be conditional.
2673 Drop(drop);
2682 void MacroAssembler::Drop(int count,
2825 // Drop the stack pointer to the top of the top handler.
2863 // Drop the stack pointer to the top of the top stack handler.