Lines Matching +full:risc +full:- +full:v
1 //===---- RISCVISelDAGToDAG.h - A dag to dag inst selector for RISC-V -----===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines an instruction selector for the RISC-V target.
11 //===----------------------------------------------------------------------===//
21 // RISC-V specific code to select RISC-V machine instructions for
72 if (C && C->getZExtValue() == maskTrailingOnes<uint64_t>(Bits)) {
89 return selectShiftMask(N, Subtarget->getXLen(), ShAmt);
166 // Return the RISC-V condition code that matches the given DAG integer
167 // condition code. The CondCode must be one of those supported by the RISC-V