• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/igen/

Lines Matching defs:instruction

147 		     insn_entry * instruction,
150 /* validate the instruction, if a cache this has already been done */
153 print_idecode_validate (file, instruction, opcodes);
156 print_itrace (file, instruction, 0 /*put_value_in_cache */ );
158 /* generate the instruction profile call - this is delayed until
159 after the instruction has been verified. The count macro
173 instruction has been verified */
182 instruction->name,
183 instruction->format_name,
191 /* determine the new instruction address */
193 lf_printf (file, "/* keep the next instruction address handy */\n");
201 int nr_immeds = instruction->nr_words - 1;
211 "/* instruction pointer */");
234 /* if conditional, generate code to verify that the instruction
236 if (filter_is_member (instruction->options, "c")
249 at the start of every instruction */
260 if (instruction->code != NULL)
265 lf_print__line_ref (file, instruction->code->line);
266 table_print_code (file, instruction->code);
271 else if (filter_is_member (instruction->options, "nop"))
280 lf_print__line_ref (file, instruction->line);
284 filter_filename (instruction->line->file_name),
285 instruction->line->line_nr);
294 if (filter_is_member (instruction->options, "c")
304 insn_entry * instruction,
314 instruction->name,
315 instruction->format_name, expanded_bits);
318 instruction,
330 print_semantic_body (file, instruction, expanded_bits, opcodes);
337 instruction,
352 insn_entry * instruction,
357 /* build the semantic routine to execute the instruction */
359 instruction->name,
360 instruction->format_name,
365 instruction,