Home | History | Annotate | Download | only in mips

Lines Matching refs:mips

29 // Declares a Simulator for MIPS instructions if we are not generating a native
30 // MIPS binary. This Simulator allows us to run and debug MIPS code generation
34 // on a MIPS HW platform.
48 // generated code. Because generated code on mips uses the C stack, we
88 assembler::mips::Simulator::current()->Call(FUNCTION_ADDR(entry), 5, \
92 assembler::mips::Simulator::current()->Call(\
101 namespace mips {
148 // Accessors for register state. Reading the pc value adheres to the MIPS
166 // Executes MIPS instructions until the PC reaches end_sim_pc.
284 } } // namespace assembler::mips
295 return assembler::mips::Simulator::current()->StackLimit();
299 assembler::mips::Simulator* sim = assembler::mips::Simulator::current();
304 assembler::mips::Simulator::current()->PopAddress();