/xen/tools/tests/x86_emulator/ |
A D | simd-fma.c | 22 #ifndef eq 23 # define eq(x, y) to_bool((x) == (y)) macro 78 if ( !eq(x, z) ) return __LINE__; in fma_test() 82 if ( !eq(-x, z) ) return __LINE__; in fma_test() 86 if ( !eq(y, z) ) return __LINE__; in fma_test() 97 if ( !eq(x, z) ) return __LINE__; in fma_test() 105 if ( !eq(y, z) ) return __LINE__; in fma_test() 117 if ( !eq(x, z) ) return __LINE__; in fma_test() 121 if ( !eq(y, z) ) return __LINE__; in fma_test() 127 if ( !eq(x, z) ) return __LINE__; in fma_test() [all …]
|
A D | simd-clmul.c | 8 # 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 D | simd-aes.c | 41 # 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 D | simd.c | 8 # define eq(x, y) ({ \ macro 16 # define eq(x, y) ({ \ macro 87 #ifndef eq 88 # define eq(x, y) to_bool((x) == (y)) macro 1253 if ( !eq(x, z) ) return __LINE__; in simd_test() 1285 if ( !eq(x, y) ) return __LINE__; in simd_test() 1349 if ( !eq(y, z) ) return __LINE__; in simd_test() 1362 if ( !eq(x, y) ) return __LINE__; in simd_test() 1385 if ( !eq(x, y) ) return __LINE__; in simd_test() 1410 if ( !eq(y, z) ) return __LINE__; in simd_test() [all …]
|
A D | simd-gf.c | 16 # 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 D | simd-sha.c | 10 # 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 D | simd-sg.c | 43 # 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()
|
/xen/xen/arch/arm/arm64/lib/ |
A D | strncmp.S | 98 ccmp endloop, #0, #0, eq 99 b.eq .Lloop_aligned 106 b.eq .Lnot_limit 177 b.eq .Ltinycmp 181 b.eq .Lstart_align /*the last bytes are equal....*/ 191 b.eq .Lrecal_offset 206 ccmp endloop, #0, #0, eq /*has_null is ZERO: no null byte*/ 228 csinv endloop, diff, xzr, eq 241 b.eq .Lloopcmp_proc 295 b.eq .Lret0 [all …]
|
A D | memcmp.S | 87 b.eq .Lnot_limit 156 b.eq .Ltinycmp 159 b.eq .Lstart_align 169 b.eq .Lrecal_offset 243 b.eq .Lret0 251 b.eq .Ltiny8proc
|
A D | memset.S | 84 b.eq .Laligned 103 b.eq 3f 105 b.eq 1f 181 b.eq 2f /* Already aligned. */
|
A D | memcpy.S | 66 b.eq .LSrcAligned 103 b.eq .Ltiny15 105 b.eq 1f
|
A D | memmove.S | 72 b.eq .LSrcAligned 109 b.eq .Ltail15 111 b.eq 1f
|
A D | strlen.S | 84 ccmp has_nul1, #0, #0, eq /* NZCV = 0000 */ 85 b.eq .Lloop
|
A D | strcmp.S | 128 b.eq .Ltinycmp 132 b.eq .Lstart_align /*the last bytes are equal....*/ 139 b.eq .Lrecal_offset
|
A D | strchr.S | 38 csel x0, x0, xzr, eq
|
A D | strnlen.S | 95 b.eq .Lloop
|
/xen/xen/arch/x86/cpu/microcode/ |
A D | amd.c | 59 struct equiv_cpu_entry eq[]; member 260 unsigned int i, nr = et->len / sizeof(et->eq[0]); in scan_equiv_cpu_table() 263 for ( i = 0; i < nr && et->eq[i].installed_cpu; ++i ) in scan_equiv_cpu_table() 265 if ( et->eq[i].installed_cpu != sig->sig ) in scan_equiv_cpu_table() 271 equiv.id = et->eq[i].equiv_cpu; in scan_equiv_cpu_table() 275 if ( equiv.sig != sig->sig || equiv.id != et->eq[i].equiv_cpu ) in scan_equiv_cpu_table() 285 sig->sig, et->eq[i].equiv_cpu, equiv.id); in scan_equiv_cpu_table() 322 et->len % sizeof(et->eq[0]) || in cpu_request_microcode() 323 et->eq[(et->len / sizeof(et->eq[0])) - 1].installed_cpu ) in cpu_request_microcode()
|
/xen/tools/flask/policy/policy/ |
A D | mls | 57 # 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));
|
/xen/xen/common/ |
A D | spinlock.c | 359 struct lock_profile *eq; in spinlock_profile_iterate() local 364 for ( eq = hq->elem_q; eq; eq = eq->next ) in spinlock_profile_iterate() 365 sub(eq, i, hq->idx, par); in spinlock_profile_iterate()
|
/xen/tools/pygrub/src/ |
A D | GrubConf.py | 22 eq = s.find('=') 23 if eq == -1: 32 if eq != -1 and eq < sp or (eq != -1 and sp == -1):
|
/xen/m4/ |
A D | ax_compare_version.m4 | 25 # eq - equal (test A == B) 32 # Additionally, the eq and ne operator can have a number after it to limit 52 # AX_COMPARE_VERSION([3.15.7],[eq],[3.15.8]) 161 [eq],[
|
/xen/tools/flask/policy/modules/ |
A D | vm_role.cons | 21 # role_op : == | != | eq | dom | domby | incomp
|
/xen/xen/arch/arm/arm32/lib/ |
A D | assembler.h | 159 asm_trace_hardirqs_on_cond eq
|
A D | div64.S | 187 @ eq -> division by 1: obvious enough...
|