Home
last modified time | relevance | path

Searched refs:FExt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.td105 def FExt : ExtInfo<0, [HasStdExtF]>;
110 def F : ExtInfo_r<FExt, FPR32>;
113 def FF : ExtInfo_rr<FExt, FPR32, FPR32>;
115 def FX : ExtInfo_rr<FExt, FPR32, GPR>;
119 def XF : ExtInfo_rr<FExt, GPR, FPR32>;
H A DRISCVISelLowering.cpp3350 SDValue FExt = DAG.getFPExtendOrRound(Src, DL, InterimFVT); in LowerOperation() local
3351 return DAG.getNode(Op.getOpcode(), DL, VT, FExt); in LowerOperation()