Searched refs:HasZdinx (Results 1 – 1 of 1) sorted by relevance
967 bool HasZdinx = Subtarget->hasStdExtZdinx(); in Select() local988 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()