Lines Matching defs:cmp
44 # define to_bool(cmp) (__builtin_ia32_pmovmskb(cmp) == 0xff) argument
48 # define to_bool(cmp) __builtin_ia32_vtestcps(cmp, (vec_t){} == 0) argument
50 # define to_bool(cmp) __builtin_ia32_vtestcpd(cmp, (vec_t){} == 0) argument
53 # define to_bool(cmp) __builtin_ia32_ptestc128(cmp, (vdi_t){} == 0) argument
55 # define to_bool(cmp) (__builtin_ia32_movmskps(cmp) == 0xf) argument
58 # define to_bool(cmp) (__builtin_ia32_movmskpd(cmp) == 3) argument
60 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
65 # define to_bool(cmp) __builtin_ia32_ptestc256(cmp, (vdi_t){} == 0) argument
67 # define to_bool(cmp) (__builtin_ia32_movmskps256(cmp) == 0xff) argument
69 # define to_bool(cmp) (__builtin_ia32_movmskpd256(cmp) == 0xf) argument
84 # define to_bool(cmp) _to_bool((byte_vec_t)(cmp)) argument