Home
last modified time | relevance | path

Searched defs:eq (Results 1 – 9 of 9) sorted by relevance

/xen/tools/tests/x86_emulator/
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
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
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
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
193 # define eq(x, y) to_bool((x) == (y)) macro
A Dsimd-fma.c23 # define eq(x, y) to_bool((x) == (y)) macro
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
A Dsimd.c8 # define eq(x, y) ({ \ macro
16 # define eq(x, y) ({ \ macro
31 # define eq(x, y) ((BR(cmpps, _mask, x, y, 0, -1) & ALL_TRUE) == ALL_TRUE) macro
33 # define eq(x, y) (BR(cmppd, _mask, x, y, 0, -1) == ALL_TRUE) macro
35 # define eq(x, y) (B(pcmpeqb, _mask, (vqi_t)(x), (vqi_t)(y), -1) == ALL_TRUE) macro
37 # define eq(x, y) (B(pcmpeqw, _mask, (vhi_t)(x), (vhi_t)(y), -1) == ALL_TRUE) macro
39 # define eq(x, y) (B(pcmpeqd, _mask, (vsi_t)(x), (vsi_t)(y), -1) == ALL_TRUE) macro
41 # define eq(x, y) (B(pcmpeqq, _mask, (vdi_t)(x), (vdi_t)(y), -1) == ALL_TRUE) macro
88 # define eq(x, y) to_bool((x) == (y)) macro
/xen/xen/arch/x86/cpu/microcode/
A Damd.c59 struct equiv_cpu_entry eq[]; member
/xen/xen/common/
A Dspinlock.c359 struct lock_profile *eq; in spinlock_profile_iterate() local

Completed in 17 milliseconds