aboutsummaryrefslogtreecommitdiff
path: root/VexRiscv/src/test/resources/asm/rv32ui-p-sll.dump
diff options
context:
space:
mode:
Diffstat (limited to 'VexRiscv/src/test/resources/asm/rv32ui-p-sll.dump')
-rw-r--r--VexRiscv/src/test/resources/asm/rv32ui-p-sll.dump507
1 files changed, 507 insertions, 0 deletions
diff --git a/VexRiscv/src/test/resources/asm/rv32ui-p-sll.dump b/VexRiscv/src/test/resources/asm/rv32ui-p-sll.dump
new file mode 100644
index 0000000..19377f5
--- /dev/null
+++ b/VexRiscv/src/test/resources/asm/rv32ui-p-sll.dump
@@ -0,0 +1,507 @@
+
+rv32ui-p-sll: file format elf32-littleriscv
+
+
+Disassembly of section .text.init:
+
+80000000 <_start>:
+80000000: 04c0006f j 8000004c <reset_vector>
+
+80000004 <trap_vector>:
+80000004: 34202f73 csrr t5,mcause
+80000008: 00800f93 li t6,8
+8000000c: 03ff0a63 beq t5,t6,80000040 <write_tohost>
+80000010: 00900f93 li t6,9
+80000014: 03ff0663 beq t5,t6,80000040 <write_tohost>
+80000018: 00b00f93 li t6,11
+8000001c: 03ff0263 beq t5,t6,80000040 <write_tohost>
+80000020: 80000f17 auipc t5,0x80000
+80000024: fe0f0f13 addi t5,t5,-32 # 0 <_start-0x80000000>
+80000028: 000f0463 beqz t5,80000030 <trap_vector+0x2c>
+8000002c: 000f0067 jr t5
+80000030: 34202f73 csrr t5,mcause
+80000034: 000f5463 bgez t5,8000003c <handle_exception>
+80000038: 0040006f j 8000003c <handle_exception>
+
+8000003c <handle_exception>:
+8000003c: 539e6e13 ori t3,t3,1337
+
+80000040 <write_tohost>:
+80000040: 00001f17 auipc t5,0x1
+80000044: fdcf2023 sw t3,-64(t5) # 80001000 <tohost>
+80000048: ff9ff06f j 80000040 <write_tohost>
+
+8000004c <reset_vector>:
+8000004c: f1402573 csrr a0,mhartid
+80000050: 00051063 bnez a0,80000050 <reset_vector+0x4>
+80000054: 30102573 csrr a0,misa
+80000058: 00055863 bgez a0,80000068 <reset_vector+0x1c>
+8000005c: 0ff0000f fence
+80000060: 00100e13 li t3,1
+80000064: 00000073 ecall
+80000068: 00000e13 li t3,0
+8000006c: 00000297 auipc t0,0x0
+80000070: f9828293 addi t0,t0,-104 # 80000004 <trap_vector>
+80000074: 30529073 csrw mtvec,t0
+80000078: 30205073 csrwi medeleg,0
+8000007c: 30305073 csrwi mideleg,0
+80000080: 30405073 csrwi mie,0
+80000084: 80000297 auipc t0,0x80000
+80000088: f7c28293 addi t0,t0,-132 # 0 <_start-0x80000000>
+8000008c: 00028c63 beqz t0,800000a4 <reset_vector+0x58>
+80000090: 10529073 csrw stvec,t0
+80000094: 1ab00293 li t0,427
+80000098: 30229073 csrw medeleg,t0
+8000009c: 30202373 csrr t1,medeleg
+800000a0: f8629ee3 bne t0,t1,8000003c <handle_exception>
+800000a4: 30005073 csrwi mstatus,0
+800000a8: 00000297 auipc t0,0x0
+800000ac: 01428293 addi t0,t0,20 # 800000bc <test_2>
+800000b0: 34129073 csrw mepc,t0
+800000b4: f1402573 csrr a0,mhartid
+800000b8: 30200073 mret
+
+800000bc <test_2>:
+800000bc: 00100093 li ra,1
+800000c0: 00000113 li sp,0
+800000c4: 002091b3 sll gp,ra,sp
+800000c8: 00100e93 li t4,1
+800000cc: 00200e13 li t3,2
+800000d0: 53d19e63 bne gp,t4,8000060c <fail>
+
+800000d4 <test_3>:
+800000d4: 00100093 li ra,1
+800000d8: 00100113 li sp,1
+800000dc: 002091b3 sll gp,ra,sp
+800000e0: 00200e93 li t4,2
+800000e4: 00300e13 li t3,3
+800000e8: 53d19263 bne gp,t4,8000060c <fail>
+
+800000ec <test_4>:
+800000ec: 00100093 li ra,1
+800000f0: 00700113 li sp,7
+800000f4: 002091b3 sll gp,ra,sp
+800000f8: 08000e93 li t4,128
+800000fc: 00400e13 li t3,4
+80000100: 51d19663 bne gp,t4,8000060c <fail>
+
+80000104 <test_5>:
+80000104: 00100093 li ra,1
+80000108: 00e00113 li sp,14
+8000010c: 002091b3 sll gp,ra,sp
+80000110: 00004eb7 lui t4,0x4
+80000114: 00500e13 li t3,5
+80000118: 4fd19a63 bne gp,t4,8000060c <fail>
+
+8000011c <test_6>:
+8000011c: 00100093 li ra,1
+80000120: 01f00113 li sp,31
+80000124: 002091b3 sll gp,ra,sp
+80000128: 80000eb7 lui t4,0x80000
+8000012c: 00600e13 li t3,6
+80000130: 4dd19e63 bne gp,t4,8000060c <fail>
+
+80000134 <test_7>:
+80000134: fff00093 li ra,-1
+80000138: 00000113 li sp,0
+8000013c: 002091b3 sll gp,ra,sp
+80000140: fff00e93 li t4,-1
+80000144: 00700e13 li t3,7
+80000148: 4dd19263 bne gp,t4,8000060c <fail>
+
+8000014c <test_8>:
+8000014c: fff00093 li ra,-1
+80000150: 00100113 li sp,1
+80000154: 002091b3 sll gp,ra,sp
+80000158: ffe00e93 li t4,-2
+8000015c: 00800e13 li t3,8
+80000160: 4bd19663 bne gp,t4,8000060c <fail>
+
+80000164 <test_9>:
+80000164: fff00093 li ra,-1
+80000168: 00700113 li sp,7
+8000016c: 002091b3 sll gp,ra,sp
+80000170: f8000e93 li t4,-128
+80000174: 00900e13 li t3,9
+80000178: 49d19a63 bne gp,t4,8000060c <fail>
+
+8000017c <test_10>:
+8000017c: fff00093 li ra,-1
+80000180: 00e00113 li sp,14
+80000184: 002091b3 sll gp,ra,sp
+80000188: ffffceb7 lui t4,0xffffc
+8000018c: 00a00e13 li t3,10
+80000190: 47d19e63 bne gp,t4,8000060c <fail>
+
+80000194 <test_11>:
+80000194: fff00093 li ra,-1
+80000198: 01f00113 li sp,31
+8000019c: 002091b3 sll gp,ra,sp
+800001a0: 80000eb7 lui t4,0x80000
+800001a4: 00b00e13 li t3,11
+800001a8: 47d19263 bne gp,t4,8000060c <fail>
+
+800001ac <test_12>:
+800001ac: 212120b7 lui ra,0x21212
+800001b0: 12108093 addi ra,ra,289 # 21212121 <_start-0x5edededf>
+800001b4: 00000113 li sp,0
+800001b8: 002091b3 sll gp,ra,sp
+800001bc: 21212eb7 lui t4,0x21212
+800001c0: 121e8e93 addi t4,t4,289 # 21212121 <_start-0x5edededf>
+800001c4: 00c00e13 li t3,12
+800001c8: 45d19263 bne gp,t4,8000060c <fail>
+
+800001cc <test_13>:
+800001cc: 212120b7 lui ra,0x21212
+800001d0: 12108093 addi ra,ra,289 # 21212121 <_start-0x5edededf>
+800001d4: 00100113 li sp,1
+800001d8: 002091b3 sll gp,ra,sp
+800001dc: 42424eb7 lui t4,0x42424
+800001e0: 242e8e93 addi t4,t4,578 # 42424242 <_start-0x3dbdbdbe>
+800001e4: 00d00e13 li t3,13
+800001e8: 43d19263 bne gp,t4,8000060c <fail>
+
+800001ec <test_14>:
+800001ec: 212120b7 lui ra,0x21212
+800001f0: 12108093 addi ra,ra,289 # 21212121 <_start-0x5edededf>
+800001f4: 00700113 li sp,7
+800001f8: 002091b3 sll gp,ra,sp
+800001fc: 90909eb7 lui t4,0x90909
+80000200: 080e8e93 addi t4,t4,128 # 90909080 <begin_signature+0x10907080>
+80000204: 00e00e13 li t3,14
+80000208: 41d19263 bne gp,t4,8000060c <fail>
+
+8000020c <test_15>:
+8000020c: 212120b7 lui ra,0x21212
+80000210: 12108093 addi ra,ra,289 # 21212121 <_start-0x5edededf>
+80000214: 00e00113 li sp,14
+80000218: 002091b3 sll gp,ra,sp
+8000021c: 48484eb7 lui t4,0x48484
+80000220: 00f00e13 li t3,15
+80000224: 3fd19463 bne gp,t4,8000060c <fail>
+
+80000228 <test_16>:
+80000228: 212120b7 lui ra,0x21212
+8000022c: 12108093 addi ra,ra,289 # 21212121 <_start-0x5edededf>
+80000230: 01f00113 li sp,31
+80000234: 002091b3 sll gp,ra,sp
+80000238: 80000eb7 lui t4,0x80000
+8000023c: 01000e13 li t3,16
+80000240: 3dd19663 bne gp,t4,8000060c <fail>
+
+80000244 <test_17>:
+80000244: 212120b7 lui ra,0x21212
+80000248: 12108093 addi ra,ra,289 # 21212121 <_start-0x5edededf>
+8000024c: fc000113 li sp,-64
+80000250: 002091b3 sll gp,ra,sp
+80000254: 21212eb7 lui t4,0x21212
+80000258: 121e8e93 addi t4,t4,289 # 21212121 <_start-0x5edededf>
+8000025c: 01100e13 li t3,17
+80000260: 3bd19663 bne gp,t4,8000060c <fail>
+
+80000264 <test_18>:
+80000264: 212120b7 lui ra,0x21212
+80000268: 12108093 addi ra,ra,289 # 21212121 <_start-0x5edededf>
+8000026c: fc100113 li sp,-63
+80000270: 002091b3 sll gp,ra,sp
+80000274: 42424eb7 lui t4,0x42424
+80000278: 242e8e93 addi t4,t4,578 # 42424242 <_start-0x3dbdbdbe>
+8000027c: 01200e13 li t3,18
+80000280: 39d19663 bne gp,t4,8000060c <fail>
+
+80000284 <test_19>:
+80000284: 212120b7 lui ra,0x21212
+80000288: 12108093 addi ra,ra,289 # 21212121 <_start-0x5edededf>
+8000028c: fc700113 li sp,-57
+80000290: 002091b3 sll gp,ra,sp
+80000294: 90909eb7 lui t4,0x90909
+80000298: 080e8e93 addi t4,t4,128 # 90909080 <begin_signature+0x10907080>
+8000029c: 01300e13 li t3,19
+800002a0: 37d19663 bne gp,t4,8000060c <fail>
+
+800002a4 <test_20>:
+800002a4: 212120b7 lui ra,0x21212
+800002a8: 12108093 addi ra,ra,289 # 21212121 <_start-0x5edededf>
+800002ac: fce00113 li sp,-50
+800002b0: 002091b3 sll gp,ra,sp
+800002b4: 48484eb7 lui t4,0x48484
+800002b8: 01400e13 li t3,20
+800002bc: 35d19863 bne gp,t4,8000060c <fail>
+
+800002c0 <test_22>:
+800002c0: 00100093 li ra,1
+800002c4: 00700113 li sp,7
+800002c8: 002090b3 sll ra,ra,sp
+800002cc: 08000e93 li t4,128
+800002d0: 01600e13 li t3,22
+800002d4: 33d09c63 bne ra,t4,8000060c <fail>
+
+800002d8 <test_23>:
+800002d8: 00100093 li ra,1
+800002dc: 00e00113 li sp,14
+800002e0: 00209133 sll sp,ra,sp
+800002e4: 00004eb7 lui t4,0x4
+800002e8: 01700e13 li t3,23
+800002ec: 33d11063 bne sp,t4,8000060c <fail>
+
+800002f0 <test_24>:
+800002f0: 00300093 li ra,3
+800002f4: 001090b3 sll ra,ra,ra
+800002f8: 01800e93 li t4,24
+800002fc: 01800e13 li t3,24
+80000300: 31d09663 bne ra,t4,8000060c <fail>
+
+80000304 <test_25>:
+80000304: 00000213 li tp,0
+80000308: 00100093 li ra,1
+8000030c: 00700113 li sp,7
+80000310: 002091b3 sll gp,ra,sp
+80000314: 00018313 mv t1,gp
+80000318: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+8000031c: 00200293 li t0,2
+80000320: fe5214e3 bne tp,t0,80000308 <test_25+0x4>
+80000324: 08000e93 li t4,128
+80000328: 01900e13 li t3,25
+8000032c: 2fd31063 bne t1,t4,8000060c <fail>
+
+80000330 <test_26>:
+80000330: 00000213 li tp,0
+80000334: 00100093 li ra,1
+80000338: 00e00113 li sp,14
+8000033c: 002091b3 sll gp,ra,sp
+80000340: 00000013 nop
+80000344: 00018313 mv t1,gp
+80000348: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+8000034c: 00200293 li t0,2
+80000350: fe5212e3 bne tp,t0,80000334 <test_26+0x4>
+80000354: 00004eb7 lui t4,0x4
+80000358: 01a00e13 li t3,26
+8000035c: 2bd31863 bne t1,t4,8000060c <fail>
+
+80000360 <test_27>:
+80000360: 00000213 li tp,0
+80000364: 00100093 li ra,1
+80000368: 01f00113 li sp,31
+8000036c: 002091b3 sll gp,ra,sp
+80000370: 00000013 nop
+80000374: 00000013 nop
+80000378: 00018313 mv t1,gp
+8000037c: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+80000380: 00200293 li t0,2
+80000384: fe5210e3 bne tp,t0,80000364 <test_27+0x4>
+80000388: 80000eb7 lui t4,0x80000
+8000038c: 01b00e13 li t3,27
+80000390: 27d31e63 bne t1,t4,8000060c <fail>
+
+80000394 <test_28>:
+80000394: 00000213 li tp,0
+80000398: 00100093 li ra,1
+8000039c: 00700113 li sp,7
+800003a0: 002091b3 sll gp,ra,sp
+800003a4: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+800003a8: 00200293 li t0,2
+800003ac: fe5216e3 bne tp,t0,80000398 <test_28+0x4>
+800003b0: 08000e93 li t4,128
+800003b4: 01c00e13 li t3,28
+800003b8: 25d19a63 bne gp,t4,8000060c <fail>
+
+800003bc <test_29>:
+800003bc: 00000213 li tp,0
+800003c0: 00100093 li ra,1
+800003c4: 00e00113 li sp,14
+800003c8: 00000013 nop
+800003cc: 002091b3 sll gp,ra,sp
+800003d0: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+800003d4: 00200293 li t0,2
+800003d8: fe5214e3 bne tp,t0,800003c0 <test_29+0x4>
+800003dc: 00004eb7 lui t4,0x4
+800003e0: 01d00e13 li t3,29
+800003e4: 23d19463 bne gp,t4,8000060c <fail>
+
+800003e8 <test_30>:
+800003e8: 00000213 li tp,0
+800003ec: 00100093 li ra,1
+800003f0: 01f00113 li sp,31
+800003f4: 00000013 nop
+800003f8: 00000013 nop
+800003fc: 002091b3 sll gp,ra,sp
+80000400: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+80000404: 00200293 li t0,2
+80000408: fe5212e3 bne tp,t0,800003ec <test_30+0x4>
+8000040c: 80000eb7 lui t4,0x80000
+80000410: 01e00e13 li t3,30
+80000414: 1fd19c63 bne gp,t4,8000060c <fail>
+
+80000418 <test_31>:
+80000418: 00000213 li tp,0
+8000041c: 00100093 li ra,1
+80000420: 00000013 nop
+80000424: 00700113 li sp,7
+80000428: 002091b3 sll gp,ra,sp
+8000042c: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+80000430: 00200293 li t0,2
+80000434: fe5214e3 bne tp,t0,8000041c <test_31+0x4>
+80000438: 08000e93 li t4,128
+8000043c: 01f00e13 li t3,31
+80000440: 1dd19663 bne gp,t4,8000060c <fail>
+
+80000444 <test_32>:
+80000444: 00000213 li tp,0
+80000448: 00100093 li ra,1
+8000044c: 00000013 nop
+80000450: 00e00113 li sp,14
+80000454: 00000013 nop
+80000458: 002091b3 sll gp,ra,sp
+8000045c: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+80000460: 00200293 li t0,2
+80000464: fe5212e3 bne tp,t0,80000448 <test_32+0x4>
+80000468: 00004eb7 lui t4,0x4
+8000046c: 02000e13 li t3,32
+80000470: 19d19e63 bne gp,t4,8000060c <fail>
+
+80000474 <test_33>:
+80000474: 00000213 li tp,0
+80000478: 00100093 li ra,1
+8000047c: 00000013 nop
+80000480: 00000013 nop
+80000484: 01f00113 li sp,31
+80000488: 002091b3 sll gp,ra,sp
+8000048c: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+80000490: 00200293 li t0,2
+80000494: fe5212e3 bne tp,t0,80000478 <test_33+0x4>
+80000498: 80000eb7 lui t4,0x80000
+8000049c: 02100e13 li t3,33
+800004a0: 17d19663 bne gp,t4,8000060c <fail>
+
+800004a4 <test_34>:
+800004a4: 00000213 li tp,0
+800004a8: 00700113 li sp,7
+800004ac: 00100093 li ra,1
+800004b0: 002091b3 sll gp,ra,sp
+800004b4: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+800004b8: 00200293 li t0,2
+800004bc: fe5216e3 bne tp,t0,800004a8 <test_34+0x4>
+800004c0: 08000e93 li t4,128
+800004c4: 02200e13 li t3,34
+800004c8: 15d19263 bne gp,t4,8000060c <fail>
+
+800004cc <test_35>:
+800004cc: 00000213 li tp,0
+800004d0: 00e00113 li sp,14
+800004d4: 00100093 li ra,1
+800004d8: 00000013 nop
+800004dc: 002091b3 sll gp,ra,sp
+800004e0: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+800004e4: 00200293 li t0,2
+800004e8: fe5214e3 bne tp,t0,800004d0 <test_35+0x4>
+800004ec: 00004eb7 lui t4,0x4
+800004f0: 02300e13 li t3,35
+800004f4: 11d19c63 bne gp,t4,8000060c <fail>
+
+800004f8 <test_36>:
+800004f8: 00000213 li tp,0
+800004fc: 01f00113 li sp,31
+80000500: 00100093 li ra,1
+80000504: 00000013 nop
+80000508: 00000013 nop
+8000050c: 002091b3 sll gp,ra,sp
+80000510: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+80000514: 00200293 li t0,2
+80000518: fe5212e3 bne tp,t0,800004fc <test_36+0x4>
+8000051c: 80000eb7 lui t4,0x80000
+80000520: 02400e13 li t3,36
+80000524: 0fd19463 bne gp,t4,8000060c <fail>
+
+80000528 <test_37>:
+80000528: 00000213 li tp,0
+8000052c: 00700113 li sp,7
+80000530: 00000013 nop
+80000534: 00100093 li ra,1
+80000538: 002091b3 sll gp,ra,sp
+8000053c: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+80000540: 00200293 li t0,2
+80000544: fe5214e3 bne tp,t0,8000052c <test_37+0x4>
+80000548: 08000e93 li t4,128
+8000054c: 02500e13 li t3,37
+80000550: 0bd19e63 bne gp,t4,8000060c <fail>
+
+80000554 <test_38>:
+80000554: 00000213 li tp,0
+80000558: 00e00113 li sp,14
+8000055c: 00000013 nop
+80000560: 00100093 li ra,1
+80000564: 00000013 nop
+80000568: 002091b3 sll gp,ra,sp
+8000056c: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+80000570: 00200293 li t0,2
+80000574: fe5212e3 bne tp,t0,80000558 <test_38+0x4>
+80000578: 00004eb7 lui t4,0x4
+8000057c: 02600e13 li t3,38
+80000580: 09d19663 bne gp,t4,8000060c <fail>
+
+80000584 <test_39>:
+80000584: 00000213 li tp,0
+80000588: 01f00113 li sp,31
+8000058c: 00000013 nop
+80000590: 00000013 nop
+80000594: 00100093 li ra,1
+80000598: 002091b3 sll gp,ra,sp
+8000059c: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff>
+800005a0: 00200293 li t0,2
+800005a4: fe5212e3 bne tp,t0,80000588 <test_39+0x4>
+800005a8: 80000eb7 lui t4,0x80000
+800005ac: 02700e13 li t3,39
+800005b0: 05d19e63 bne gp,t4,8000060c <fail>
+
+800005b4 <test_40>:
+800005b4: 00f00093 li ra,15
+800005b8: 00101133 sll sp,zero,ra
+800005bc: 00000e93 li t4,0
+800005c0: 02800e13 li t3,40
+800005c4: 05d11463 bne sp,t4,8000060c <fail>
+
+800005c8 <test_41>:
+800005c8: 02000093 li ra,32
+800005cc: 00009133 sll sp,ra,zero
+800005d0: 02000e93 li t4,32
+800005d4: 02900e13 li t3,41
+800005d8: 03d11a63 bne sp,t4,8000060c <fail>
+
+800005dc <test_42>:
+800005dc: 000010b3 sll ra,zero,zero
+800005e0: 00000e93 li t4,0
+800005e4: 02a00e13 li t3,42
+800005e8: 03d09263 bne ra,t4,8000060c <fail>
+
+800005ec <test_43>:
+800005ec: 40000093 li ra,1024
+800005f0: 00001137 lui sp,0x1
+800005f4: 80010113 addi sp,sp,-2048 # 800 <_start-0x7ffff800>
+800005f8: 00209033 sll zero,ra,sp
+800005fc: 00000e93 li t4,0
+80000600: 02b00e13 li t3,43
+80000604: 01d01463 bne zero,t4,8000060c <fail>
+80000608: 01c01c63 bne zero,t3,80000620 <pass>
+
+8000060c <fail>:
+8000060c: 0ff0000f fence
+80000610: 000e0063 beqz t3,80000610 <fail+0x4>
+80000614: 001e1e13 slli t3,t3,0x1
+80000618: 001e6e13 ori t3,t3,1
+8000061c: 00000073 ecall
+
+80000620 <pass>:
+80000620: 0ff0000f fence
+80000624: 00100e13 li t3,1
+80000628: 00000073 ecall
+8000062c: c0001073 unimp
+80000630: 0000 unimp
+80000632: 0000 unimp
+80000634: 0000 unimp
+80000636: 0000 unimp
+80000638: 0000 unimp
+8000063a: 0000 unimp
+8000063c: 0000 unimp
+8000063e: 0000 unimp
+80000640: 0000 unimp
+80000642: 0000 unimp