Home
last modified time | relevance | path

Searched defs:cmp (Results 1 – 25 of 29) sorted by relevance

12

/xen/tools/tests/x86_emulator/
A Dsimd-fma.c7 # define to_bool(cmp) (!~(cmp)[0]) argument
10 # define to_bool(cmp) __builtin_ia32_vtestcps(cmp, (vec_t){} == 0) argument
12 # define to_bool(cmp) __builtin_ia32_vtestcpd(cmp, (vec_t){} == 0) argument
16 # define to_bool(cmp) __builtin_ia32_vtestcps256(cmp, (vec_t){} == 0) argument
18 # define to_bool(cmp) __builtin_ia32_vtestcpd256(cmp, (vec_t){} == 0) argument
A Dsimd-aes.c45 # define to_bool(cmp) B(ptestc, , cmp, (vdi_t){} == 0) argument
48 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
A Dsimd-gf.c32 # define to_bool(cmp) B(ptestc, , cmp, (vdi_t){} == 0) argument
35 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
A Dsimd-clmul.c14 # define to_bool(cmp) B(ptestc, , cmp, (vdi_t){} == 0) argument
16 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
A Dsimd.c44 # 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
[all …]
A Dsimd-sg.c118 # define to_bool(cmp) __builtin_ia32_ptestc128(cmp, (vec_t){} == 0) argument
120 # define to_bool(cmp) __builtin_ia32_ptestc256(cmp, (vec_t){} == 0) argument
A Dsimd-sha.c35 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
/xen/xen/common/compat/
A Ddomain.c105 struct compat_vcpu_runstate_info cmp; in compat_vcpu_op() member
117 struct compat_vcpu_set_singleshot_timer cmp; in compat_vcpu_op() local
A Dmemory.c84 } cmp; in compat_memory_op() local
318 struct compat_remove_from_physmap cmp; in compat_memory_op() local
A Dgrant_table.c143 } cmp; in compat_grant_table_op() local
/xen/xen/arch/x86/x86_64/compat/
A Dmm.c24 struct compat_foreign_memory_map cmp; in compat_arch_memory_op() local
43 struct compat_memory_map cmp; in compat_arch_memory_op() local
70 struct compat_pod_target cmp; in compat_arch_memory_op() local
/xen/xen/drivers/vpci/
A Dvpci.c156 int cmp = vpci_register_cmp(r, this); in vpci_add_register() local
183 int cmp = vpci_register_cmp(&r, rm); in vpci_remove_register() local
333 int cmp = vpci_register_cmp(&emu, r); in vpci_read() local
446 int cmp = vpci_register_cmp(&emu, r); in vpci_write() local
/xen/xen/include/xen/
A Ddomain.h13 struct compat_vcpu_guest_context *cmp; member
/xen/xen/common/
A Dhypfs.c81 int cmp = strcmp(e->name, new->name); in add_entry() local
180 int cmp = strncmp(path, entry->name, name_len); in hypfs_get_entry_rel() local
/xen/tools/tests/vhpet/
A Dmain.c376 unsigned long cfg, cmp, cmp2, now; in hpet_set_mode() local
418 unsigned long cfg, cmp, delta, cmp2, cmp3; in hpet_check_stopped() local
A Demul.h166 uint64_t cmp; /* comparator */ member
286 uint64_t cmp; /* comparator */ member
/xen/xen/arch/arm/
A Dgic-v3-its.c660 int cmp; in gicv3_its_map_guest_device() local
803 int cmp; in get_its_device() local
/xen/xen/arch/x86/cpu/
A Dvpmu.c243 struct compat_pmu_regs *cmp; in vpmu_do_interrupt() local
/xen/xen/arch/x86/hvm/
A Ddm.c753 struct compat_dm_op_buf cmp; in compat_dm_op() local
A Dhpet.c648 uint64_t cmp; in hpet_load() local
/xen/xen/arch/x86/cpu/mcheck/
A Dmce.c1352 struct compat_mc_fetch *cmp; in do_mca() member
1356 struct compat_mc_physcpuinfo *cmp; in do_mca() member
/xen/xen/arch/x86/pv/
A Dshim.c688 struct compat_gnttab_setup_table cmp; in pv_shim_grant_table_op() local
/xen/xen/include/asm-x86/hvm/
A Dvpt.h77 uint64_t cmp; /* comparator */ member
/xen/xen/arch/x86/
A Dhpet.c101 uint32_t cnt, cmp; in hpet_next_event() local
/xen/tools/libfsimage/xfs/
A Dfsys_xfs.c541 int cmp, n, link_count; in xfs_dir() local

Completed in 53 milliseconds

12