Skip to content
Snippets Groups Projects
  1. Dec 21, 2004
  2. Nov 29, 2004
  3. Nov 15, 2004
  4. Oct 27, 2004
  5. Aug 27, 2004
    • Richard Sandiford's avatar
      cpu/ · ac28a1cb
      Richard Sandiford authored
      	* frv.cpu (cfmovs): Change UNIT attribute to FMALL.
      
      opcodes/
      	* frv-desc.[ch], frv-opc.[ch]: Regenerated.
      
      gas/testsuite/
      	* gas/frv/fr550-pack1.[sd]: New test.
      	* gas/frv/allinsn.exp: Run it.
      ac28a1cb
  6. May 15, 2004
  7. Mar 30, 2004
  8. Mar 01, 2004
    • Richard Sandiford's avatar
      Add fr450 support. · 676a64f4
      Richard Sandiford authored
      676a64f4
    • Richard Sandiford's avatar
      cpu/ · c7a48b9a
      Richard Sandiford authored
      	* frv.cpu (nsdiv, nudiv, nsdivi, nudivi): Remove fr400 profiling unit.
      	(scutss): Change unit to I0.
      	(calll, callil, ccalll): Add missing FR550-MAJOR and profile unit.
      	(mqsaths): Fix FR400-MAJOR categorization.
      	(media-quad-multiply-cross-acc, media-quad-cross-multiply-cross-acc)
      	(media-quad-cross-multiply-acc): Change unit from MDUALACC to FMALL.
      	* frv.opc (fr400_check_insn_major_constraints): Check for (M-2,M-1)
      	combinations.
      
      opcodes/
      	* frv-desc.c, frv-opc.c: Regenerate.
      
      sim/frv/
      	* cache.c (frv_cache_init): Change fr400 cache statistics to match
      	the fr405.
      	(non_cache_access): Add missing breaks.
      	* interrupts.c (set_exception_status_registers): Always set EAR15
      	for data_access_errors.
      	* memory.c (fr400_check_write_address): Remove redundant alignment
      	check.
      	* model.c: Regenerate.
      c7a48b9a
    • Richard Sandiford's avatar
      cpu/ · 8ae0baa2
      Richard Sandiford authored
      	* frv.cpu (r-store, r-store-dual, r-store-quad): Delete.
      	(rstb, rsth, rst, rstd, rstq): Delete.
      	(rstbf, rsthf, rstf, rstdf, rstqf): Delete.
      
      gas/testsuite/
      	* gas/frv/allinsn.s (rstb, rsth, rst, rstd, rstq): Replace with nops.
      	(rstbf, rsthf, rstf, rstdf, rstqf): Likewise.
      	* gas/frv/allinsn.d: Update accordingly.
      
      opcodes/
      	* frv-desc.c, frv-opc.c, frv-opc.h: Regenerate.
      
      sim/frv/
      	* decode.c, decode.h, model.c, sem.c: Regenerate.
      
      sim/testsuite/
      	* sim/frv/{rstb,rsth,rst,rstd,rstq}.cgs: Delete.
      	* sim/frv/{rstbf,rsthf,rstf,rstdf,rstqf}.cgs: Delete.
      8ae0baa2
  9. Feb 23, 2004
  10. Feb 20, 2004
  11. Jan 14, 2004
    • Richard Sandiford's avatar
      cpu/ · cb10e79a
      Richard Sandiford authored
      	* frv.cpu (UNIT): Add IACC.
      	(iacc-multiply-r-r): Use it.
      	* frv.opc (fr400_unit_mapping): Add entry for IACC.
      	(fr500_unit_mapping, fr550_unit_mapping): Likewise.
      
      opcodes/
      	* frv-desc.h: Regenerate.
      	* frv-desc.c: Regenerate.
      	* frv-opc.c: Regenerate.
      cb10e79a
  12. Jan 06, 2004
    • Alexandre Oliva's avatar
      2003-12-19 Alexandre Oliva <aoliva@redhat.com> · d4e4dc14
      Alexandre Oliva authored
      * frv.opc (parse_ulo16, parse_uhi16, parse_d12): Fix some
      cut&paste errors in shifting/truncating numerical operands.
      2003-08-08  Alexandre Oliva  <aoliva@redhat.com>
      * frv.opc (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
      (parse_uslo16): Likewise.
      (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
      (parse_d12): Parse gotoff12 and gotofffuncdesc12.
      (parse_s12): Likewise.
      2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
      * frv.opc (parse_ulo16): Parse gotlo and gotfuncdesclo.
      (parse_uslo16): Likewise.
      (parse_uhi16): Parse gothi and gotfuncdeschi.
      (parse_d12): Parse got12 and gotfuncdesc12.
      (parse_s12): Likewise.
      d4e4dc14
  13. Oct 10, 2003
    • Dave Brolley's avatar
      2003-10-10 Dave Brolley <brolley@redhat.com> · 1340b9a9
      Dave Brolley authored
              * frv.cpu (dnpmop): New p-macro.
              (GRdoublek): Use dnpmop.
              (CPRdoublek, FRdoublei, FRdoublej, FRdoublek): Ditto.
              (store-double-r-r): Use (.sym regtype doublek).
              (r-store-double): Ditto.
              (store-double-r-r-u): Ditto.
              (conditional-store-double): Ditto.
              (conditional-store-double-u): Ditto.
              (store-double-r-simm): Ditto.
              (fmovs): Assign to UNIT FMALL.
      1340b9a9
  14. Oct 08, 2003
  15. Sep 24, 2003
    • Dave Brolley's avatar
      2003-09-24 Dave Brolley <brolley@redhat.com> · d0312406
      Dave Brolley authored
              * frv.cpu (u-commit): New modelling unit for fr500.
              (mwtaccg): Use frv_ref_SI to reference ACC40Sk as an input operand.
              (commit-r): Use u-commit model for fr500.
              (commit): Ditto.
              (conditional-float-binary-op): Take profiling data as an argument.
              Update callers.
              (ne-float-binary-op): Ditto.
      d0312406
  16. Sep 19, 2003
  17. Sep 13, 2003
    • Dave Brolley's avatar
      2003-09-12 Dave Brolley <brolley@redhat.com> · 23600bb3
      Dave Brolley authored
              * frv.cpu (u-clrgr, u-clrfr): New units of model fr500.
              (clear-ne-flag-r): Pass insn profiling in as an argument. Call
              frv_ref_SI to get input register referenced for profiling.
              (clear-ne-flag-all): Pass insn profiling in as an argument.
              (clrgr,clrfr,clrga,clrfa): Add profiling information.
      23600bb3
  18. Sep 11, 2003
  19. Sep 10, 2003
  20. Sep 05, 2003
    • Dave Brolley's avatar
      2003-09-04 Dave Brolley <brolley@redhat.com> · 0457efce
      Dave Brolley authored
              * frv.cpu (register-transfer): Pass in all attributes in on argument.
              Update all callers.
              (conditional-register-transfer): Ditto.
              (cache-preload): Ditto.
              (floating-point-conversion): Ditto.
              (floating-point-neg): Ditto.
              (float-abs): Ditto.
              (float-binary-op-s): Ditto.
              (conditional-float-binary-op): Ditto.
              (ne-float-binary-op): Ditto.
              (float-dual-arith): Ditto.
              (ne-float-dual-arith): Ditto.
      0457efce
  21. Sep 04, 2003
    • Dave Brolley's avatar
      2003-09-03 Dave Brolley <brolley@redhat.com> · 8caa9169
      Dave Brolley authored
              * frv.opc (parse_A, parse_A0, parse_A1): New parse handlers.
              * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC,
              MCLRACC-1.
              (A): Removed operand.
              (A0,A1): New operands replace operand A.
              (mnop): Now a real insn
              (mclracc): Removed insn.
              (mclracc-0, mclracc-1): New insns replace mclracc.
              (all insns): Use new UNIT attributes.
      8caa9169
  22. Aug 21, 2003
  23. Aug 20, 2003
  24. Jun 10, 2003
  25. Jun 06, 2003
    • Andrew Cagney's avatar
      2003-06-06 Andrew Cagney <cagney@redhat.com> · 539ee71a
      Andrew Cagney authored
      	Contributed by Red Hat.
      	* iq2000.cpu: New file.  Written by Ben Elliston, Jeff Johnston,
      	Stan Cox, and Frank Ch. Eigler.
      	* iq2000.opc: New file.  Written by Ben Elliston, Frank
      	Ch. Eigler, Chris Moller, Jeff Johnston, and Stan Cox.
      	* iq2000m.cpu: New file.  Written by Jeff Johnston.
      	* iq10.cpu: New file.  Written by Jeff Johnston.
      539ee71a
  26. Jun 05, 2003
  27. Jun 03, 2003
  28. May 03, 2003
Loading