Searched refs:swapmove2x (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Dbsaes-x86_64.pl771 sub swapmove2x { subroutine
798 &swapmove2x(@x[0,1,2,3],1,$t0,$t2,$t3);
799 &swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
803 &swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3);
804 &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
806 &swapmove2x(@x[0,4,1,5],4,$t0,$t2,$t3);
807 &swapmove2x(@x[2,6,3,7],4,$t0,$t2,$t3);
956 #&swapmove2x(@x[4,5,6,7],1,$t0,$t2,$t3);
958 &swapmove2x (@x[0,2,1,3],2,$bs1,$t2,$t3);
960 #&swapmove2x(
[all...]

Completed in 73 milliseconds