Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11534 unsigned CmpOpc, F2IOpc, I2FOpc, FSGNJOpc, FSGNJXOpc; in emitFROUND() local
11542 I2FOpc = RISCV::FCVT_H_W; in emitFROUND()
11550 I2FOpc = RISCV::FCVT_S_W; in emitFROUND()
11559 I2FOpc = RISCV::FCVT_D_L; in emitFROUND()
11620 MIB = BuildMI(CvtMBB, DL, TII.get(I2FOpc), I2FReg).addReg(F2IReg).addImm(FRM); in emitFROUND()