Home
last modified time | relevance | path

Searched refs:vsf_t (Results 1 – 2 of 2) sorted by relevance

/tools/tests/x86_emulator/
A Dsimd.c179 # define high_half(x) ((vec_t)B_(movhlps, , (vsf_t)undef(), (vsf_t)(x)))
180 # define insert_half(x, y, p) ((vec_t)((p) ? B_(movlhps, , (vsf_t)(x), (vsf_t)(y)) \
181 : B_(shufps, , (vsf_t)(y), (vsf_t)(x), 0b11100100)))
473 # define shrink1(x) BR2(vcvtps2phx, _mask, (vsf_t)(x), (vhf_half_t){}, ~0)
477 # define widen1(x) ((vec_t)BR2(vcvtph2psx, _mask, x, (vsf_t)undef(), ~0))
A Dsimd.h75 typedef float __attribute__((vector_size(VEC_SIZE))) vsf_t; typedef

Completed in 10 milliseconds