Home | History | Annotate | Download | only in a64

Lines Matching refs:FCVTZS

1481 void Assembler::fcvtzs(const Register& rd, const FPRegister& fn) {
1482 FPConvertToInt(rd, fn, FCVTZS);