Home
last modified time | relevance | path

Searched refs:eq (Results 1 – 11 of 11) sorted by relevance

/tools/tests/x86_emulator/
A Dsimd-fma.c22 #ifndef eq
23 # define eq(x, y) to_bool((x) == (y)) macro
167 if ( !eq(x, z) ) return __LINE__; in fma_test()
175 if ( !eq(y, z) ) return __LINE__; in fma_test()
187 if ( !eq(x, z) ) return __LINE__; in fma_test()
197 if ( !eq(y, z) ) return __LINE__; in fma_test()
212 if ( !eq(x, z) ) return __LINE__; in fma_test()
216 if ( !eq(y, z) ) return __LINE__; in fma_test()
222 if ( !eq(x, z) ) return __LINE__; in fma_test()
226 if ( !eq(y, z) ) return __LINE__; in fma_test()
[all …]
A Dsimd-clmul.c8 # define eq(x, y) (B(pcmpeqq, _mask, (vdi_t)(x), (vdi_t)(y), -1) == ALL_TRUE) macro
18 # define eq(x, y) to_bool((x) == (y)) macro
86 if ( !eq(y, x) ) return __LINE__; in clmul_test()
100 if ( !eq(y, src) ) return __LINE__; in clmul_test()
115 if ( !eq(y, z) ) return __LINE__; in clmul_test()
129 if ( !eq(l, y) ) return __LINE__; in clmul_test()
130 if ( !eq(h, z) ) return __LINE__; in clmul_test()
A Dsimd-aes.c41 # define eq(x, y) (B(pcmpeqb, _mask, (vqi_t)(x), (vqi_t)(y), -1) == ALL_TRUE) macro
51 # define eq(x, y) to_bool((x) == (y)) macro
74 if ( !eq(x, y) ) return __LINE__; in aes_test()
83 if ( !eq(x, src) ) return __LINE__; in aes_test()
94 if ( !eq(x, y) ) return __LINE__; in aes_test()
A Dsimd.c8 # define eq(x, y) ({ \ macro
16 # define eq(x, y) ({ \ macro
24 # define eq(x, y) ({ \ macro
97 #ifndef eq
98 # define eq(x, y) to_bool((x) == (y)) macro
1348 if ( !eq(x, z) ) return __LINE__; in simd_test()
1380 if ( !eq(x, y) ) return __LINE__; in simd_test()
1444 if ( !eq(y, z) ) return __LINE__; in simd_test()
1457 if ( !eq(x, y) ) return __LINE__; in simd_test()
1480 if ( !eq(x, y) ) return __LINE__; in simd_test()
[all …]
A Dsimd-gf.c16 # define eq(x, y) (B(pcmpeqb, _mask, (vqi_t)(x), (vqi_t)(y), -1) == ALL_TRUE) macro
37 # define eq(x, y) to_bool((x) == (y)) macro
67 if ( !eq(mul(src, inv), one) ) return __LINE__; in gf_test()
71 if ( !eq(mul(inv, src), one) ) return __LINE__; in gf_test()
A Dsimd-sha.c10 # define eq(x, y) (B(pcmpeqd, _mask, x, y, -1) == ALL_TRUE) macro
36 # define eq(x, y) to_bool((x) == (y)) macro
154 if ( !eq(x, y) ) return __LINE__; in sha_test()
166 if ( !eq(x, y) ) return __LINE__; in sha_test()
174 if ( !eq(x, y) ) return __LINE__; in sha_test()
183 if ( !eq(x, src + tmp) ) return __LINE__; in sha_test()
280 if ( !eq(x, a) ) return __LINE__; in sha_test()
287 if ( !eq(x, y) ) return __LINE__; in sha_test()
295 if ( !eq(x, y) ) return __LINE__; in sha_test()
386 if ( !eq(x, y) ) return __LINE__; in sha_test()
A Dsimd-sg.c43 # define eq(x, y) (B(pcmpeqd, _mask, (vsi_t)(x), (vsi_t)(y), -1) == ALL_TRUE) macro
47 # define eq(x, y) (__builtin_ia32_pcmpeqq512_mask(widen(x), widen(y), ~0) == ALL_TRUE) macro
54 # define eq(x, y) (B(pcmpeqq, _mask, (vdi_t)(x), (vdi_t)(y), -1) == ALL_TRUE) macro
192 #ifndef eq
193 # define eq(x, y) to_bool((x) == (y)) macro
262 if ( !eq(y, x - 1) ) in sg_test()
/tools/flask/policy/policy/
A Dmls57 # role_mls_op : == | != | eq | dom | domby | incomp
70 (( h1 dom h2 ) and (( l1 eq l2 ) or (t1 == mls_priv)));
78 ((l1 eq l2) or (t1 == mls_priv));
/tools/pygrub/src/
A DGrubConf.py22 eq = s.find('=')
23 if eq == -1:
32 if eq != -1 and eq < sp or (eq != -1 and sp == -1):
/tools/flask/policy/modules/
A Dvm_role.cons21 # role_op : == | != | eq | dom | domby | incomp
/tools/xenstored/
A Dcore.c2604 const char *eq = strchr(arg, '='); in set_timeout() local
2607 if (!eq) in set_timeout()
2609 val = get_optval_uint(eq + 1); in set_timeout()
2618 const char *eq = strchr(arg, '='); in set_quota() local
2623 if (!eq) in set_quota()
2625 val = get_optval_uint(eq + 1); in set_quota()

Completed in 27 milliseconds