summaryrefslogtreecommitdiff
path: root/sim/v850/v850.igen
Commit message (Expand)AuthorAgeFilesLines
* Fixes problems building the V850 simulator introduced with the previous delta.Nick Clifton2015-02-271-7/+7
* Adds support for emulating V850 e3v5 instructions to the simulator.Nick Clifton2015-02-241-22/+811
* * v850.igen (LDSR): Accept but ignore a selID parameter.Nick Clifton2013-05-131-3/+5
* * simops.c (v850_rotl): New function.Nick Clifton2013-01-281-0/+206
* * interp.c (sim_open): Add support for bfd_arch_v850_rh850Nick Clifton2013-01-101-14/+102
* * v850.igen (W,WWWW): Correct computation of register number.Nick Clifton2012-09-131-14/+7
* Commit gdb and sim support for v850e2 and v850e2v3 on behalf ofKevin Buettner2012-03-291-10/+2069
* * simops.c (OP_1C007E0): Compensate for 64 bit hosts.DJ Delorie2008-02-061-2/+2
* Index: ChangeLogDJ Delorie2008-02-061-18/+18
* Add support for v850e1 instructionsNick Clifton2003-09-051-0/+62
* * simops.c (OP_40): Delete. Move code to...Nick Clifton2003-04-061-1/+42
* Remove v850ea referencesNick Clifton2002-09-191-316/+0
* Remove illegal instruciton pattern, since it is the same as the breakpointNick Clifton2000-05-301-7/+0
* * merge from internal treeFrank Ch. Eigler2000-05-081-4/+15
* * more compatibility with v850 hardwareFrank Ch. Eigler2000-03-251-0/+7
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+1407
* Initial creation of sourceware repositoryStan Shebs1999-04-161-1461/+0
* Reverrt BREAK value back to its old valueNick Clifton1997-12-051-1/+1
* Fixed sanitization,Nick Clifton1997-12-041-208/+64
* Clean up tracing for Bcond & jmp insns.Andrew Cagney1997-09-191-128/+100
* Fix cmov immed.Andrew Cagney1997-09-191-12/+56
* Fix cmov insn.Andrew Cagney1997-09-191-1/+3
* Clean up more tracing.Andrew Cagney1997-09-171-3/+21
* Fix tracing for: "ctret", "bsw", "hsw"Andrew Cagney1997-09-171-36/+72
* Smooth some of ALU tracing's rough edges.Andrew Cagney1997-09-161-39/+69
* Restrict ldsr (load system register) to modifying just non-reserved PSW bits.Andrew Cagney1997-09-161-2/+16
* Add v850e version of breakpoint instruction.Andrew Cagney1997-09-161-5/+16
* For instructions moved into v850.igen was computing (wrong) NIA whenAndrew Cagney1997-09-151-10/+10
* Fix sanitization for v850 V v850e V v850eqAndrew Cagney1997-09-151-11/+267
* For v850eq start up with US bit set.Andrew Cagney1997-09-151-2/+26
* Check reserved bits before executing instructions.Andrew Cagney1997-09-121-1/+48
* Add multi-sim support to v850/v850e/v850eq simulators.Andrew Cagney1997-09-081-0/+1151