Home
last modified time | relevance | path

Searched refs:vacc (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm728 sub vacc { subroutine
733 vacc(@_,0);
736 vacc(@_,1);
739 vacc(@_,2);
742 vacc(@_,3);
745 vacc(@_,4);
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.h5510 svuint64_t vacc = svld1_u64(mask, xacc); in XXH3_accumulate_512_sve() local
5511 ACCRND(vacc, 0); in XXH3_accumulate_512_sve()
5512 svst1_u64(mask, xacc, vacc); in XXH3_accumulate_512_sve()
5552 svuint64_t vacc = svld1_u64(mask, xacc + 0); in XXH3_accumulate_sve() local
5556 ACCRND(vacc, 0); in XXH3_accumulate_sve()
5562 svst1_u64(mask, xacc + 0, vacc); in XXH3_accumulate_sve()
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h5509 svuint64_t vacc = svld1_u64(mask, xacc); in XXH3_accumulate_512_sve() local
5510 ACCRND(vacc, 0); in XXH3_accumulate_512_sve()
5511 svst1_u64(mask, xacc, vacc); in XXH3_accumulate_512_sve()
5551 svuint64_t vacc = svld1_u64(mask, xacc + 0); in XXH3_accumulate_sve() local
5555 ACCRND(vacc, 0); in XXH3_accumulate_sve()
5561 svst1_u64(mask, xacc + 0, vacc); in XXH3_accumulate_sve()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsSystemZ.td266 defm int_s390_vacc : SystemZBinaryBHFG<"vacc">;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td545 def VACC : BinaryVRRcGeneric<"vacc", 0xE7F1>;
1304 Instruction vacc, Instruction vscbi> {
1307 (vacc VR128:$x, VR128:$y)>;
1309 (vacc VR128:$x, VR128:$y)>;