LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: cvs at opencores.org<cvs@o...>
    Date: Wed Apr 30 19:00:36 CEST 2008
    Subject: [cvs-checkins] MODIFIED: jop ...
    Top
    Date: 00/08/04 30:19:00

    Modified: jop/java/tools/src/com/jopdesign/tools Instruction.java
    Log:
    Added support for non-blocking copying.




    Revision Changes Path
    1.9 jop/java/tools/src/com/jopdesign/tools/Instruction.java

    http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/Instruction.java.diff?r1=1.8&r2=1.9

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: Instruction.java
    ===================================================================
    RCS file: /cvsroot/jeuneS2/jop/java/tools/src/com/jopdesign/tools/Instruction.java,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -b -r1.8 -r1.9
    --- Instruction.java 25 Feb 2008 08:39:09 -0000 1.8
    +++ Instruction.java 30 Apr 2008 17:00:36 -0000 1.9
    @@ -57,6 +57,10 @@
    new Instruction("sub", 0x05, false, false),

    // extension 'address' selects function 4 bits
    +
    + // multiplication
    + new Instruction("stmul", 0x06, false, false),
    +
    new Instruction("stmwa", 0x07, false, false),

    new Instruction("stmra", 0x08+0, false, false),
    @@ -67,10 +71,10 @@
    // getfield/putfield
    new Instruction("stgf", 0x08+4, false, false),
    new Instruction("stpf", 0x08+5, false, false),
    - // multiplication
    - new Instruction("stmul", 0x08+6, false, false),
    + // magic copying
    + new Instruction("stcp", 0x08+6, false, false),
    // bytecode read
    - new Instruction("stbcrd", 0x08+7, false, false),
    + new Instruction("stbcrd",0x08+7, false, false),

    // st (vp) 3 bits
    new Instruction("st0", 0x10+0, false, false),



     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.