Home | History | Annotate | Download | only in a64

Lines Matching refs:FCVTNU

1466 void Assembler::fcvtnu(const Register& rd, const FPRegister& fn) {
1467 FPConvertToInt(rd, fn, FCVTNU);