Lines Matching defs:code
6 // * Redistributions of source code must retain the above copyright
71 // code.
84 // We set the breakpoint code to 0xfffff to easily recognize it.
231 // Not setting the breakpoint instruction in the code itself. It will be set
619 PrintF(" disassemble code, default is 10 instructions from pc\n");
790 // When the generated code calls an external reference we need to catch that in
992 // system running directly on the host system and only generated code is
1145 // Note: To be able to return two values from some calls the code in runtime.cc
1147 // 64-bit value. With the code below we assume that all runtime calls return
1168 int32_t code = (func == BREAK) ? instr->Bits(25, 6) : -1;
1207 // lets simulated-mips make calls into x86 C code.
1266 } else if (func == BREAK && code >= 0 && code < 16) {
1272 code, break_count_, icount_);
2327 // Compute position of stack on entry to generated code.
2341 // Prepare to execute the code at entry
2349 // The code below assumes that r9 is not used as sb (static base) in
2350 // simulator code and therefore is regarded as a callee-saved register.