one more space reduction
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 9 Jan 2024 14:11:28 +0000 (14:11 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 9 Jan 2024 14:11:28 +0000 (14:11 +0000)
conferences/fosdem2024/fosdem2024_ddffirst/pospopcount.s

index 3bbdddf10a11c94284d56ecdcebbcf5716fbcdad..0f0839402e07938e4c090bb422317a4578c31739 100644 (file)
@@ -1,7 +1,7 @@
-mtspr 9, 3              # move r3 to CTR
-setvl 3,0,8,0,1,1       # MVL=8, VL=r3=MIN(MVL,CTR)
+mtspr 9, 3             # move r3 to CTR
+setvl 3,0,8,0,1,1      # MVL=8, VL=r3=MIN(MVL,CTR)
 # load VL bytes (update r4 addr) at width=8 (dw=8)
-addi 6, 0, 0            # set all 64-bits of r6=0
+addi 6, 0, 0           # set all 64-bits of r6=0
 sv.lbzu/pi/dw=8 *6, 1(4)
 gbbd 8,6 # gbbd performs the transpose
 # now bits are turned around, popcnt and sum them