aboutsummaryrefslogtreecommitdiff
path: root/sim/common/cgen-utils.c
AgeCommit message (Collapse)AuthorFilesLines
2000-10-08* usability improvementsBen Elliston1-0/+13
2000-10-08 Ben Elliston <bje@redhat.com> * cgen-utils.c (cgen_rtx_error): New function. 2000-10-07 Ben Elliston <bje@redhat.com> * cgen-trace.c (sim_cgen_disassemble_insn): Handle failure conditions for sim_core_read_buffer().
2000-09-262000-09-26 Dave Brolley <brolley@redhat.com>Dave Brolley1-0/+68
* cgen-utils.c (RORQI): New function. (ROLQI): New function. (RORHI): New function. (ROLHI): New function.
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-1/+1
1999-07-19import gdb-1999-07-19 snapshotJason Molenda1-0/+35
1999-04-26import gdb-19990422 snapshotStan Shebs1-12/+6
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+328
1999-04-16Initial creation of sourceware repositoryStan Shebs1-336/+0
1998-02-25 * genmloop.sh (engine_resume): Update insn_count before exiting.Doug Evans1-120/+22
(engine_resume_full): Keep accurate core profile data. * cgen-utils.c (sim_disassemble_insn): Don't use sim_core_read_aligned_N, it messes up profiling results.
1997-05-02Update devo version of m32r sim to build with recent sim/common changes.Andrew Cagney1-3/+4
1997-05-01cgen-{mem,sem}.h renamed to {mem,sem}-ops.h.David Edelsohn1-2/+2
1997-05-01 * configure: Regenerated.David Edelsohn1-13/+40
* cgen-sim.h (sim_signal_type): Add SIM_SIGINT. (cgen_state): New member run_fast_p. (cgen_init): Add prototype. (sim_disassemble_insn): New arg `cpu'. * cgen-trace.c (trace_insn): Update call to sim_disassemble_insn. * cgen-utils.c (cgen_init): New function. (sim_disassemble_insn): New arg `cpu'. Rewrite fetching of insn. * genmloop.sh: Call engine_halt if loop exits.
1997-05-01 * cgen-mem.h, cgen-scache.[ch], cgen-sem.h, cgen-sim.h: New files.David Edelsohn1-0/+406
* cgen-trace.[ch], cgen-types.h, cgen-utils.c, genmloop.sh: New files. * sim-model.c: New file.