aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/simops.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-28 * simops.c (v850_rotl): New function.Nick Clifton1-0/+2
(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.
2012-03-29Commit gdb and sim support for v850e2 and v850e2v3 on behalf ofKevin Buettner1-0/+47
Rathish C <Rathish.C@kpitcummins.com>.
2003-04-06* simops.c (OP_40): Delete. Move code to...Nick Clifton1-1/+0
* v850-igen.c (): ...Here. Sign extend the first operand. * simops.h (OP_40): Remove prototype.
2001-12-02* Makefile.in (simops.h, table.c): Delete targets.Andrew Cagney1-0/+79
(tmp-gencode, gencode.o, gencode): Delete targets. (simops.h): New file. ($(BUILT_SRC_FROM_IGEN)): Do not depend on simops.h. * gencode.c: Delete file.