added support for write-through cache, removed cache snooping support
This commit is contained in:
@@ -165,11 +165,11 @@ Disassembly of section .text:
|
||||
800001d4: 00008067 ret
|
||||
|
||||
800001d8 <vx_num_cycles>:
|
||||
800001d8: c0002573 rdcycle a0
|
||||
800001d8: b0002573 csrr a0,mcycle
|
||||
800001dc: 00008067 ret
|
||||
|
||||
800001e0 <vx_num_instrs>:
|
||||
800001e0: c0202573 rdinstret a0
|
||||
800001e0: b0202573 csrr a0,minstret
|
||||
800001e4: 00008067 ret
|
||||
|
||||
800001e8 <spawn_warp_runonce>:
|
||||
@@ -461,7 +461,7 @@ Disassembly of section .text:
|
||||
8000061c: 00492703 lw a4,4(s2)
|
||||
80000620: 148a2783 lw a5,328(s4)
|
||||
80000624: 01871463 bne a4,s8,8000062c <__call_exitprocs+0xe4>
|
||||
80000628: f8f904e3 beq s2,a5,800005b0 <__call_exitprocs+0x68>
|
||||
80000628: f92784e3 beq a5,s2,800005b0 <__call_exitprocs+0x68>
|
||||
8000062c: f80788e3 beqz a5,800005bc <__call_exitprocs+0x74>
|
||||
80000630: 00078913 mv s2,a5
|
||||
80000634: f5dff06f j 80000590 <__call_exitprocs+0x48>
|
||||
@@ -527,22 +527,20 @@ Disassembly of section .comment:
|
||||
0: 3a434347 fmsub.d ft6,ft6,ft4,ft7,rmm
|
||||
4: 2820 fld fs0,80(s0)
|
||||
6: 29554e47 fmsub.s ft8,fa0,fs5,ft5,rmm
|
||||
a: 3920 fld fs0,112(a0)
|
||||
c: 322e fld ft4,232(sp)
|
||||
e: 302e fld ft0,232(sp)
|
||||
...
|
||||
a: 3120 fld fs0,96(a0)
|
||||
c: 2e30 fld fa2,88(a2)
|
||||
e: 2e32 fld ft8,264(sp)
|
||||
10: 0030 addi a2,sp,8
|
||||
|
||||
Disassembly of section .riscv.attributes:
|
||||
|
||||
00000000 <.riscv.attributes>:
|
||||
0: 2041 jal 80 <_start-0x7fffff80>
|
||||
0: 2941 jal 490 <_start-0x7ffffb70>
|
||||
2: 0000 unimp
|
||||
4: 7200 flw fs0,32(a2)
|
||||
6: 7369 lui t1,0xffffa
|
||||
8: 01007663 bgeu zero,a6,14 <_start-0x7fffffec>
|
||||
c: 0016 c.slli zero,0x5
|
||||
e: 0000 unimp
|
||||
10: 1004 addi s1,sp,32
|
||||
c: 001f 0000 1004 0x10040000001f
|
||||
12: 7205 lui tp,0xfffe1
|
||||
14: 3376 fld ft6,376(sp)
|
||||
16: 6932 flw fs2,12(sp)
|
||||
@@ -550,4 +548,6 @@ Disassembly of section .riscv.attributes:
|
||||
1a: 5f30 lw a2,120(a4)
|
||||
1c: 326d jal fffff9c6 <__global_pointer$+0x7fffdb56>
|
||||
1e: 3070 fld fa2,224(s0)
|
||||
...
|
||||
20: 665f 7032 0030 0x307032665f
|
||||
26: 0108 addi a0,sp,128
|
||||
28: 0b0a slli s6,s6,0x2
|
||||
|
||||
Reference in New Issue
Block a user