aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/v850-dc
AgeCommit message (Collapse)AuthorFilesLines
2015-02-27Fixes problems building the V850 simulator introduced with the previous delta.Nick Clifton1-0/+6
* sim-main.h (reg64_t): New type. (v850_regs): Add selID_sregs field. (VR, SAT16, SAT32, ABS16, ABS32 ): New macros. * v850-dc: Add fields for v850e3v5 instructions. * v850.igen (cvtf.dl): Use correctly signed local value. (cvtf.dw, cvtf.sw, trncf.dul, trncf.dl, trncf.sul, trncf.sw): Likewise. * interp.c: Fix old style function declarations. * simops.c: Likewise.
2013-01-28 * simops.c (v850_rotl): New function.Nick Clifton1-0/+10
(v850_bins): New function. * simops.h: Add prototypes fir v850_rotl and v850_bins. * v850-dc: Add entries for V850e3v5. * v850.igen: Add support for v850e3v5. (ld.dw, st.dw, rotl, bins): New patterns.
2013-01-10 * interp.c (sim_open): Add support for bfd_arch_v850_rh850Nick Clifton1-1/+1
architecture type. Add support for bfd_mach_v850e2 and bfd_mach_v850e2v3 machine numbers. * v850.igen (dbtrap): Add support for SIM_OPEN_DEBUG. (cmpf.d): Correct order of operands. (cmpf.s): Likewise. (trncf.dul): New pattern. (trncf.duw): New pattern. (trncf.sul): New pattern. (trncf.suw): New pattern. * v850-dc: Correct bitfield selection for TRNCF.SW and CVTF.SW.
2012-03-29Commit gdb and sim support for v850e2 and v850e2v3 on behalf ofKevin Buettner1-1/+28
Rathish C <Rathish.C@kpitcummins.com>.
2003-09-05Add support for v850e1 instructionsNick Clifton1-0/+1
2002-09-19Remove v850ea referencesNick Clifton1-2/+0
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+30
1999-04-16Initial creation of sourceware repositoryStan Shebs1-39/+0
1997-09-16Add v850e version of breakpoint instruction.Andrew Cagney1-0/+7
1997-09-08Add multi-sim support to v850/v850e/v850eq simulators.Andrew Cagney1-0/+32