Searched refs:BR2 (Results 1 – 3 of 3) sorted by relevance
| /tools/tests/x86_emulator/ |
| A D | simd.h | 178 # define BR2(n, s, a...) __builtin_ia32_ ## n ## 512 ## s ## _round(a, 4) macro 187 #ifndef BR2 188 # define BR2 BR macro
|
| A D | simd.c | 175 # define to_int(x) BR2(vcvtw2ph, _mask, BR2(vcvtph2w, _mask, x, (vhi_t)undef(), ~0), undef(), ~0) 176 # define to_uint(x) BR2(vcvtuw2ph, _mask, BR2(vcvtph2uw, _mask, x, (vhi_t)undef(), ~0), undef(), ~… 200 lo_ = BR2(vcvtph2 ## s ## dq, _mask, t_, (vsi_t)undef(), ~0); \ 203 hi_ = BR2(vcvtph2 ## s ## dq, _mask, t_, (vsi_t)undef(), ~0); \ 465 # define frac(x) BR2(reduceph, _mask, x, 0b00001011, undef(), ~0) 468 # define max(x, y) BR2(maxph, _mask, x, y, undef(), ~0) 469 # define min(x, y) BR2(minph, _mask, x, y, undef(), ~0) 470 # define scale(x, y) BR2(scalefph, _mask, x, y, undef(), ~0) 475 # define sqrt(x) BR2(sqrtph, _mask, x, undef(), ~0) 476 # define trunc(x) BR2(rndscaleph, _mask, x, 0b1011, undef(), ~0) [all …]
|
| A D | simd-fma.c | 87 # define _cmul_vv(a, b, c) BR2(vf##c##mulcph, , a, b) 96 # define cmadd_vv(a, b, c) BR2(vfmaddcph, , a, b, c)
|
Completed in 598 milliseconds