OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/orpsocv2/sw
    from Rev 801 to Rev 803
    Reverse comparison

Rev 801 → Rev 803

/tests/or1200/sim/or1200-ov.S
265,6 → 265,16
l.add r3, r0, r0 ;// Should clear overflow
l.nop 0x2
CHECK_OV_CLEAR
 
// Subtract the biggest negative number from the
// biggest positive number.
l.movhi r4,0x7fff
l.ori r4,r4,0xffff
l.movhi r5,0x8000
l.sub r3,r4,r5
l.nop 2
CHECK_OV_SET
#endif
l.movhi r4, 0x8000

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.