Home
last modified time | relevance | path

Searched defs:z (Results 1 – 11 of 11) sorted by relevance

/xen/tools/tests/x86_emulator/
A Dsimd-fma.c28 # define fmaddsub(x, y, z) BR(vfmaddsubps, _mask, x, y, z, ~0) argument
30 # define fmaddsub(x, y, z) BR(vfmaddsubpd, _mask, x, y, z, ~0) argument
36 # define fmaddsub(x, y, z) __builtin_ia32_vfmaddsubps(x, y, z) argument
41 # define fmaddsub(x, y, z) __builtin_ia32_vfmaddsubpd(x, y, z) argument
48 # define fmaddsub(x, y, z) __builtin_ia32_vfmaddsubps256(x, y, z) argument
53 # define fmaddsub(x, y, z) __builtin_ia32_vfmaddsubpd256(x, y, z) argument
65 vec_t x, y, z, src, inv, one; in fma_test() local
A Dsimd-clmul.c79 vec_t x = {}, y, z, lo, hi; in clmul_test() local
A Devex-disp8.c712 uint8_t z:1; in test_one() member
A Dsimd.c1219 vec_t x, y, z, src, inv, alt, sh; in simd_test() local
/xen/tools/libfsimage/zfs/
A Dzfs_sha256.c43 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
44 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument
/xen/xen/include/xen/
A Dperfc.h114 #define perfc_adda(x,y,z) ((void)0) argument
115 #define perfc_incr_histo(x,y,z) ((void)0) argument
/xen/xen/crypto/
A Dvmac.c361 #define GNU_AS3(x, y, z) #x ", " #y ", " #z ";" argument
363 #define GNU_ASJ(x, y, z) #x " " #y #z ";" argument
365 #define AS3(x, y, z) GNU_AS3(x, y, z) argument
368 #define ASJ(x, y, z) GNU_ASJ(x, y, z) argument
371 #define AS3(x, y, z) __asm {x, y, z} argument
374 #define ASJ(x, y, z) __asm {x label##y} argument
736 uint64_t rh, rl, t, z=0; in l3hash() local
/xen/tools/libs/hypfs/
A Dcore.c130 z_stream z = { .opaque = NULL }; in xenhypfs_inflate() local
/xen/stubdom/vtpmmgr/
A Ddisk_crypto.c183 struct mac128 z; in aes_cmac() local
/xen/xen/common/
A Dinflate.c347 unsigned z; /* number of entries in current table */ in huft_build() local
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c767 uint8_t z:1; /* z */ member

Completed in 43 milliseconds