Lines Matching refs:stack
496 Simulator::Simulator(Decoder* decoder, FILE* stream, SimStack::Allocated stack)
497 : memory_(std::move(stack)),
501 Simulator::Simulator(PandaAllocator* allocator, Decoder* decoder, SimStack::Allocated stack, FILE* stream)
502 : memory_(std::move(stack)),
772 // If the code represents the stack pointer, index the name after zr.
783 // If the code represents the stack pointer, index the name after zr.
4241 // When the base register is SP the stack pointer is required to be
4243 // Misalignment will cause a stack alignment fault.
5206 // When the base register is SP the stack pointer is required to be
5208 // Misalignment will cause a stack alignment fault.