diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2022-07-25 17:55:39 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2022-07-25 17:55:39 +0200 |
commit | 3fff6023602822531efdae30bc8ebf862967f1ef (patch) | |
tree | 16028102b8d850f8ab3115d28a8539ca6bc5f51d /VexRiscv/src/test/resources/asm/rv32ui-p-jalr.dump |
Initial Commit
Diffstat (limited to 'VexRiscv/src/test/resources/asm/rv32ui-p-jalr.dump')
-rw-r--r-- | VexRiscv/src/test/resources/asm/rv32ui-p-jalr.dump | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/VexRiscv/src/test/resources/asm/rv32ui-p-jalr.dump b/VexRiscv/src/test/resources/asm/rv32ui-p-jalr.dump new file mode 100644 index 0000000..dc64624 --- /dev/null +++ b/VexRiscv/src/test/resources/asm/rv32ui-p-jalr.dump @@ -0,0 +1,150 @@ + +rv32ui-p-jalr: 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: 00200e13 li t3,2 +800000c0: 00000293 li t0,0 +800000c4: 00000317 auipc t1,0x0 +800000c8: 01030313 addi t1,t1,16 # 800000d4 <target_2> +800000cc: 000302e7 jalr t0,t1 + +800000d0 <linkaddr_2>: +800000d0: 0c00006f j 80000190 <fail> + +800000d4 <target_2>: +800000d4: 00000317 auipc t1,0x0 +800000d8: ffc30313 addi t1,t1,-4 # 800000d0 <linkaddr_2> +800000dc: 0a629a63 bne t0,t1,80000190 <fail> + +800000e0 <test_4>: +800000e0: 00400e13 li t3,4 +800000e4: 00000213 li tp,0 +800000e8: 00000317 auipc t1,0x0 +800000ec: 01030313 addi t1,t1,16 # 800000f8 <test_4+0x18> +800000f0: 000309e7 jalr s3,t1 +800000f4: 09c01e63 bne zero,t3,80000190 <fail> +800000f8: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff> +800000fc: 00200293 li t0,2 +80000100: fe5214e3 bne tp,t0,800000e8 <test_4+0x8> + +80000104 <test_5>: +80000104: 00500e13 li t3,5 +80000108: 00000213 li tp,0 +8000010c: 00000317 auipc t1,0x0 +80000110: 01430313 addi t1,t1,20 # 80000120 <test_5+0x1c> +80000114: 00000013 nop +80000118: 000309e7 jalr s3,t1 +8000011c: 07c01a63 bne zero,t3,80000190 <fail> +80000120: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff> +80000124: 00200293 li t0,2 +80000128: fe5212e3 bne tp,t0,8000010c <test_5+0x8> + +8000012c <test_6>: +8000012c: 00600e13 li t3,6 +80000130: 00000213 li tp,0 +80000134: 00000317 auipc t1,0x0 +80000138: 01830313 addi t1,t1,24 # 8000014c <test_6+0x20> +8000013c: 00000013 nop +80000140: 00000013 nop +80000144: 000309e7 jalr s3,t1 +80000148: 05c01463 bne zero,t3,80000190 <fail> +8000014c: 00120213 addi tp,tp,1 # 1 <_start-0x7fffffff> +80000150: 00200293 li t0,2 +80000154: fe5210e3 bne tp,t0,80000134 <test_6+0x8> + +80000158 <test_7>: +80000158: 00100293 li t0,1 +8000015c: 00000317 auipc t1,0x0 +80000160: 01c30313 addi t1,t1,28 # 80000178 <test_7+0x20> +80000164: ffc30067 jr -4(t1) +80000168: 00128293 addi t0,t0,1 +8000016c: 00128293 addi t0,t0,1 +80000170: 00128293 addi t0,t0,1 +80000174: 00128293 addi t0,t0,1 +80000178: 00128293 addi t0,t0,1 +8000017c: 00128293 addi t0,t0,1 +80000180: 00400e93 li t4,4 +80000184: 00700e13 li t3,7 +80000188: 01d29463 bne t0,t4,80000190 <fail> +8000018c: 01c01c63 bne zero,t3,800001a4 <pass> + +80000190 <fail>: +80000190: 0ff0000f fence +80000194: 000e0063 beqz t3,80000194 <fail+0x4> +80000198: 001e1e13 slli t3,t3,0x1 +8000019c: 001e6e13 ori t3,t3,1 +800001a0: 00000073 ecall + +800001a4 <pass>: +800001a4: 0ff0000f fence +800001a8: 00100e13 li t3,1 +800001ac: 00000073 ecall +800001b0: c0001073 unimp +800001b4: 0000 unimp +800001b6: 0000 unimp +800001b8: 0000 unimp +800001ba: 0000 unimp +800001bc: 0000 unimp +800001be: 0000 unimp +800001c0: 0000 unimp +800001c2: 0000 unimp |