aboutsummaryrefslogtreecommitdiff
path: root/sim/common/cgen-ops.h
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
This applies the second part of GDB's End of Year Procedure, which updates the copyright year range in all of GDB's files. gdb/ChangeLog: Update copyright year range in all GDB files.
2016-01-03sim: convert to bfd_endianMike Frysinger1-5/+5
Rather than re-invent endian defines, as well as maintain our own list of OS & arch-specific includes, punt all that logic in favor of the bfd ones already set up and maintained elsewhere. We already rely on the bfd library, so leveraging the endian aspect should be fine.
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
gdb/ChangeLog: Update year range in copyright notice of all files.
2015-03-31common: cgen-mem/cgen-ops: fix extern inline handlingMike Frysinger1-1/+2
With newer versions of gcc (5.x), the extern inline we're using with the cgen-{mem,ops} modules no longer work. Since this code really wants the gnu inline semantics, use that attribute explicitly.
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
gdb/ChangeLog: Update year range in copyright notice of all files.
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
Two modifications: 1. The addition of 2013 to the copyright year range for every file; 2. The use of a single year range, instead of potentially multiple year ranges, as approved by the FSF.
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
gdb/ChangeLog: Copyright year update in most files of the GDB Project.
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-01-22 * cgen-ops.h (SUBWORDXFSI): Fix word ordering.Doug Evans1-6/+9
(SUBWORDTFSI, JOINSIDI): Ditto.
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+1
2009-01-07 * cgen-ops.h (ADDQI, SUBQI, MULQI, NEGQI, ABSQI, ADDHI, SUBHI)Hans-Peter Nilsson1-1/+1
(MULHI, NEGHI, ABSHI, ADDSI, SUBSI, MULSI, NEGSI, ABSSI, ADDDI) (SUBDI, MULDI, NEGDI, ABSDI): Cast arguments to the unsigned type variant; UQI, UHI, USI, UDI, and cast the result to the signed type, QI, HI, SI, DI.
2009-01-07 * cgen-ops.h (ADDQI, SUBQI, MULQI, NEGQI, ABSQI, ADDHI, SUBHI)Hans-Peter Nilsson1-20/+20
(MULHI, NEGHI, ABSHI, ADDSI, SUBSI, MULSI, NEGSI, ABSSI, ADDDI) (SUBDI, MULDI, NEGDI, ABSDI): Cast arguments to the unsigned type variant; UQI, UHI, USI, UDI, and cast the result to the signed type, QI, HI, SI, DI.
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-5/+4
to GPLv3.
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+2
2002-01-31 * cgen-ops.h (ADDCQI, ADDCFQI, ADDOFQI, SUBCQI, SUBCFQI, SUBOFQI):Hans-Peter Nilsson1-1/+54
New functions.
2000-12-112000-12-11 Ben Elliston <bje@redhat.com>Ben Elliston1-0/+9
* cgen-ops.h (SUBWORDDFDI): New function.
2000-12-042000-12-04 Ben Elliston <bje@redhat.com>Ben Elliston1-3/+11
* cgen-ops.h (SUBWORDSIQI): Mask off top bits. (SUBWORDSIUQI): Likewise. (SUBWORDDIHI): Likewise. (SUBWORDDIQI): New function.
2000-11-192000-11-20 Ben Elliston <bje@redhat.com>Ben Elliston1-1/+56
* cgen-ops.h (SUBBI): New macro. (SUBWORDSIQI, SUBWORDSIHI, SUBWORDSIUQI): New functions. (SUBWORDDIHI, SUBWORDDIUQI, SUBWORDDIDF): Likewise.
2000-03-132000-03-13 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston1-0/+1
* cgen-ops.h: Added TRUNCSISI.
2000-01-26import gdb-2000-01-26 snapshotJason Molenda1-0/+1
2000-01-25import gdb-2000-01-24 snapshotJason Molenda1-0/+60
1999-09-28import gdb-1999-09-28 snapshotJason Molenda1-52/+36
1999-07-05import gdb-1999-07-05 snapshotJason Molenda1-602/+86
1999-04-26import gdb-19990422 snapshotStan Shebs1-23/+125
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+897