Searched refs:I2FOpc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 18619 unsigned CmpOpc, F2IOpc, I2FOpc, FSGNJOpc, FSGNJXOpc; in emitFROUND() 18627 I2FOpc = RISCV::FCVT_H_W; in emitFROUND() 18635 I2FOpc = RISCV::FCVT_H_W_INX; in emitFROUND() 18643 I2FOpc = RISCV::FCVT_S_W; in emitFROUND() 18651 I2FOpc = RISCV::FCVT_S_W_INX; in emitFROUND() 18660 I2FOpc = RISCV::FCVT_D_L; in emitFROUND() 18669 I2FOpc = RISCV::FCVT_D_L_INX; in emitFROUND() 18730 MIB = BuildMI(CvtMBB, DL, TII.get(I2FOpc), I2FReg).addReg(F2IReg).addImm(FRM); in emitFROUND() 18616 unsigned CmpOpc, F2IOpc, I2FOpc, FSGNJOpc, FSGNJXOpc; emitFROUND() local
|