Searched refs:FSL (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 83 FSL, enumerator
|
| H A D | RISCVInstrInfoZb.td | 44 def riscv_fsl : SDNode<"RISCVISD::FSL", SDTIntShiftDOp>; 462 def FSL : RVBTernaryR<0b10, 0b001, OPC_OP, "fsl", "$rd, $rs1, $rs3, $rs2">, 994 (FSL GPR:$rs1, GPR:$rs2, GPR:$rs3)>; 999 // We can use FSRI for FSL by immediate if we subtract the immediate from
|
| H A D | RISCVISelLowering.cpp | 3231 unsigned Opc = RISCVISD::FSL; in LowerOperation() 4891 return DAG.getNode(RISCVISD::FSL, DL, XLenVT, Op.getOperand(1), in LowerINTRINSIC_WO_CHAIN() 8966 case RISCVISD::FSL: in PerformDAGCombine() 11632 NODE_NAME_CASE(FSL) in getTargetNodeName()
|