Home
last modified time | relevance | path

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

/src/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);
/src/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()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsSystemZ.td266 defm int_s390_vacc : SystemZBinaryBHFG<"vacc">;
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td486 def VACC : BinaryVRRcGeneric<"vacc", 0xE7F1>;