Searched refs:fcvtns4s (Results 1 – 3 of 3) sorted by relevance
313 fcvtns4s, // round float -> int (nearest even) variable
2193 void Assembler::fcvtns4s(V d, V n) { this->op(0b0'1'0'01110'0'0'10000'1101'0'10, n,d); } in fcvtns4s() function in skvm::Assembler3992 case Op::round: a->fcvtns4s(dst(x), r(x)); break; in jit()
1635 a.fcvtns4s(A::v4, A::v3); in DEF_TEST()