HomeSort by: relevance | last modified time | path
    Searched refs:AVL (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/
sha512-riscv64-zvkb-zvknhb.S 30 # The AVL is 4 in SHA, so we could use a single e8(8 element masking) for masking.
sha256-riscv64-zvkb-zvknha_or_zvknhb.S 64 # The AVL is 4 in SHA, so we could use a single e8(8 element masking) for masking.
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelDAGToDAG.cpp 649 uint64_t AVL = C->getZExtValue();
650 if (isUInt<5>(AVL)) {
651 SDValue VLImm = CurDAG->getTargetConstant(AVL, DL, XLenVT);
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp 1661 auto AVL = DAG.getConstant(NumEls, DL, MVT::i32);
1663 AVL);
2702 SDValue AVL;
2706 // All upstream VP SDNodes always have a mask and avl.
2710 AVL = Op->getOperand(AVLIdx);
2714 AVL = DAG.getConstant(OpVecVT.getVectorNumElements(), DL, MVT::i32);
2734 Op->getOperand(1), Mask, AVL);

Completed in 39 milliseconds