Searched refs:uxtlh2s (Results 1 – 3 of 3) sorted by relevance
2383 void Assembler::uxtlh2s(V d, V n) { this->op(0b0'0'1'011110'0010'000'10100'1, n,d); } in uxtlh2s() function in skvm::Assembler4060 a->uxtlh2s(dst(), dst()); in jit()4065 a->uxtlh2s(dst(), dst()); in jit()4228 a->uxtlh2s(dst(), dst()); // expand to 4x f16 in even 16-bit lanes in jit()
321 uxtlh2s, // u16 -> u32 (TODO: this is a special case of ushll.4s) variable
1925 a.uxtlh2s(A::v0, A::v0); in DEF_TEST()