Home
last modified time | relevance | path

Searched refs:vrepf (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl483 vrepf ($CTR,@K[3],0);
490 vrepf ($xb0,@K[1],0); # smash the key
491 vrepf ($xb1,@K[1],1);
492 vrepf ($xb2,@K[1],2);
493 vrepf ($xb3,@K[1],3);
495 vrepf ($xc0,@K[2],0);
496 vrepf ($xc1,@K[2],1);
497 vrepf ($xc2,@K[2],2);
498 vrepf ($xc3,@K[2],3);
501 vrepf ($xd1,@K[3],1);
[all …]
/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm566 sub vrepf { subroutine
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td371 def VREPF : BinaryVRIc<"vrepf", 0xE74D, z_splat, v128f, v128f, 2>;