Lines Matching refs:cmp
54 # define to_bool(cmp) (__builtin_ia32_pmovmskb(cmp) == 0xff) argument
58 # define to_bool(cmp) __builtin_ia32_vtestcps(cmp, (vec_t){} == 0) argument
60 # define to_bool(cmp) __builtin_ia32_vtestcpd(cmp, (vec_t){} == 0) argument
63 # define to_bool(cmp) __builtin_ia32_ptestc128(cmp, (vdi_t){} == 0) argument
65 # define to_bool(cmp) (__builtin_ia32_movmskps(cmp) == 0xf) argument
68 # define to_bool(cmp) (__builtin_ia32_movmskpd(cmp) == 3) argument
70 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
75 # define to_bool(cmp) __builtin_ia32_ptestc256(cmp, (vdi_t){} == 0) argument
77 # define to_bool(cmp) (__builtin_ia32_movmskps256(cmp) == 0xff) argument
79 # define to_bool(cmp) (__builtin_ia32_movmskpd256(cmp) == 0xf) argument
94 # define to_bool(cmp) _to_bool((byte_vec_t)(cmp)) argument