Searched refs:vhf_half_t (Results 1 – 2 of 2) sorted by relevance
| /tools/tests/x86_emulator/ |
| A D | simd.h | 106 typedef _Float16 __attribute__((vector_size(HALF_SIZE))) vhf_half_t; typedef
|
| A D | simd.c | 183 # define _half(x, lh) ((vhf_half_t)B(extracti32x4_, _mask, (vsi_t)(x), lh, (vsi_half_t){}, ~0)) 190 ((vhf_half_t)__builtin_ia32_extracti64x4_mask((vdi_t)(x), lh, (vdi_half_t){}, ~0)) 197 vhf_half_t t_ = low_half(x); \ 206 BR2(vcvt ## s ## dq2ph, _mask, lo_, (vhf_half_t){}, ~0), 0), \ 207 BR2(vcvt ## s ## dq2ph, _mask, hi_, (vhf_half_t){}, ~0), 1); \ 473 # define shrink1(x) BR2(vcvtps2phx, _mask, (vsf_t)(x), (vhf_half_t){}, ~0)
|
Completed in 9 milliseconds