added support for write-through cache, removed cache snooping support
This commit is contained in:
@@ -142,11 +142,11 @@ Disassembly of section .text:
|
||||
80000180: 00008067 ret
|
||||
|
||||
80000184 <vx_num_cycles>:
|
||||
80000184: c0002573 rdcycle a0
|
||||
80000184: b0002573 csrr a0,mcycle
|
||||
80000188: 00008067 ret
|
||||
|
||||
8000018c <vx_num_instrs>:
|
||||
8000018c: c0202573 rdinstret a0
|
||||
8000018c: b0202573 csrr a0,minstret
|
||||
80000190: 00008067 ret
|
||||
|
||||
80000194 <atexit>:
|
||||
@@ -390,7 +390,7 @@ Disassembly of section .text:
|
||||
80000518: 00492703 lw a4,4(s2)
|
||||
8000051c: 148a2783 lw a5,328(s4)
|
||||
80000520: 01871463 bne a4,s8,80000528 <__call_exitprocs+0xe4>
|
||||
80000524: f8f904e3 beq s2,a5,800004ac <__call_exitprocs+0x68>
|
||||
80000524: f92784e3 beq a5,s2,800004ac <__call_exitprocs+0x68>
|
||||
80000528: f80788e3 beqz a5,800004b8 <__call_exitprocs+0x74>
|
||||
8000052c: 00078913 mv s2,a5
|
||||
80000530: f5dff06f j 8000048c <__call_exitprocs+0x48>
|
||||
@@ -450,21 +450,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: 2541 jal 680 <_start-0x7ffff980>
|
||||
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: 0000001b 0x1b
|
||||
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)
|
||||
@@ -473,3 +472,5 @@ Disassembly of section .riscv.attributes:
|
||||
1c: 326d jal fffff9c6 <__global_pointer$+0x7fffdc5e>
|
||||
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