Lines Matching refs:d1
109 my ($a1,$b1,$c1,$d1) = map(($_&~3)+(($_+1)&3),($a0,$b0,$c0,$d0));
110 my ($a2,$b2,$c2,$d2) = map(($_&~3)+(($_+1)&3),($a1,$b1,$c1,$d1));
118 xor @x[$d1],@x[$d1],@x[$a1]
119 rotri.w @x[$d1],@x[$d1],16
124 add.w @x[$c1],@x[$c1],@x[$d1]
132 xor @x[$d1],@x[$d1],@x[$a1]
133 rotri.w @x[$d1],@x[$d1],24
138 add.w @x[$c1],@x[$c1],@x[$d1]
398 my ($a1,$b1,$c1,$d1) = map(($_&~3)+(($_+1)&3),($a0,$b0,$c0,$d0));
399 my ($a2,$b2,$c2,$d2) = map(($_&~3)+(($_+1)&3),($a1,$b1,$c1,$d1));
407 vxor.v @x[$d1],@x[$d1],@x[$a1]
408 vrotri.w @x[$d1],@x[$d1],16
413 vadd.w @x[$c1],@x[$c1],@x[$d1]
421 vxor.v @x[$d1],@x[$d1],@x[$a1]
422 vrotri.w @x[$d1],@x[$d1],24
427 vadd.w @x[$c1],@x[$c1],@x[$d1]
822 my ($a1,$b1,$c1,$d1) = map(($_&~3)+(($_+1)&3),($a0,$b0,$c0,$d0));
823 my ($a2,$b2,$c2,$d2) = map(($_&~3)+(($_+1)&3),($a1,$b1,$c1,$d1));
831 xvxor.v @x[$d1],@x[$d1],@x[$a1]
832 xvrotri.w @x[$d1],@x[$d1],16
837 xvadd.w @x[$c1],@x[$c1],@x[$d1]
845 xvxor.v @x[$d1],@x[$d1],@x[$a1]
846 xvrotri.w @x[$d1],@x[$d1],24
851 xvadd.w @x[$c1],@x[$c1],@x[$d1]