Fully shiftable??

This commit is contained in:
2022-08-21 01:23:57 -04:00
parent f739fb53af
commit 326199f2f4
38 changed files with 1194 additions and 918 deletions

View File

@@ -28,9 +28,9 @@ asm void __flush_cache(register void* address, register unsigned int size) {
add r4, r4, r3
loop:
dcbst 0, r5
dcbst r0, r5
sync
icbi 0, r5
icbi r0, r5
addic r5, r5, 8
subic. r4, r4, 8
bge loop