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

Subversion Repositories open8_urisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 148 to Rev 149
    Reverse comparison

Rev 148 → Rev 149

/open8_urisc/trunk/gnu/binutils/gas/testsuite/gas/open8/clr.d
0,0 → 1,9
#objdump: -d
#name: Clear Accumulator
 
.*: .*
 
Disassembly of section \.text:
 
0+ <.text>:
[ ]+[0-9a-f]+:[ ]+28 clr
/open8_urisc/trunk/gnu/binutils/gas/testsuite/gas/open8/sample.d
6,7 → 6,7
Disassembly of section \.text:
 
0+ <init>:
[ ]+[0-9a-f]+:[ ]+28 xor r0
[ ]+[0-9a-f]+:[ ]+28 clr
[ ]+[0-9a-f]+:[ ]+71 t0x r1
[ ]+[0-9a-f]+:[ ]+72 t0x r2
[ ]+[0-9a-f]+:[ ]+73 t0x r3
51,7 → 51,7
[ ]+[0-9a-f]+:[ ]+25 and r5
[ ]+[0-9a-f]+:[ ]+26 and r6
[ ]+[0-9a-f]+:[ ]+27 and r7
[ ]+[0-9a-f]+:[ ]+28 xor r0
[ ]+[0-9a-f]+:[ ]+28 clr
[ ]+[0-9a-f]+:[ ]+29 xor r1
[ ]+[0-9a-f]+:[ ]+2a xor r2
[ ]+[0-9a-f]+:[ ]+2b xor r3
/open8_urisc/trunk/gnu/binutils/gas/testsuite/gas/open8/xor.d
6,7 → 6,7
Disassembly of section \.text:
 
0+ <.text>:
[ ]+[0-9a-f]+:[ ]+28 xor r0
[ ]+[0-9a-f]+:[ ]+28 clr
[ ]+[0-9a-f]+:[ ]+29 xor r1
[ ]+[0-9a-f]+:[ ]+2a xor r2
[ ]+[0-9a-f]+:[ ]+2b xor r3
/open8_urisc/trunk/gnu/binutils/include/opcode/open8.h
216,6 → 216,8
 
OPEN8_INSN (nop, "", "10111011", 1, OPEN8_ISA_ALL, 0x0BBU, 0x0FFU)
/* brk */
OPEN8_INSN (clr, "", "00101000", 1, OPEN8_ISA_ALL, 0x028U, 0x0FFU)
/* clr */
 
/* Native instructions */
OPEN8_INSN (inc, "r", "00000" R, 1, OPEN8_ISA_ALL, 0x000U, 0x0F8U)

powered by: WebSVN 2.1.0

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