Searched refs:FExt (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoF.td | 112 def FExt : ExtInfo<0, [HasStdExtF]>; 117 def F : ExtInfo_r<FExt, FPR32>; 120 def FF : ExtInfo_rr<FExt, FPR32, FPR32>; 122 def FX : ExtInfo_rr<FExt, FPR32, GPR>; 126 def XF : ExtInfo_rr<FExt, GPR, FPR32>;
|
| H A D | RISCVISelLowering.cpp | 3945 SDValue FExt = DAG.getFPExtendOrRound(Src, DL, InterimFVT); in LowerOperation() local 3946 return DAG.getNode(Op.getOpcode(), DL, VT, FExt); in LowerOperation()
|