/xen/tools/tests/x86_emulator/ |
A D | simd-fma.c | 28 # 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 D | simd-clmul.c | 79 vec_t x = {}, y, z, lo, hi; in clmul_test() local
|
A D | evex-disp8.c | 712 uint8_t z:1; in test_one() member
|
A D | simd.c | 1219 vec_t x, y, z, src, inv, alt, sh; in simd_test() local
|
/xen/tools/libfsimage/zfs/ |
A D | zfs_sha256.c | 43 #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 D | perfc.h | 114 #define perfc_adda(x,y,z) ((void)0) argument 115 #define perfc_incr_histo(x,y,z) ((void)0) argument
|
/xen/xen/crypto/ |
A D | vmac.c | 361 #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 D | core.c | 130 z_stream z = { .opaque = NULL }; in xenhypfs_inflate() local
|
/xen/stubdom/vtpmmgr/ |
A D | disk_crypto.c | 183 struct mac128 z; in aes_cmac() local
|
/xen/xen/common/ |
A D | inflate.c | 347 unsigned z; /* number of entries in current table */ in huft_build() local
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 767 uint8_t z:1; /* z */ member
|