Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp967 bool HasZdinx = Subtarget->hasStdExtZdinx(); in Select() local
988 Opc = HasZdinx ? RISCV::COPY : RISCV::FMV_D_X; in Select()
990 Opc = HasZdinx ? RISCV::FCVT_D_W_IN32X : RISCV::FCVT_D_W; in Select()
1005 if (HasZdinx) in Select()