/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 77 z = inv * src + inv; in fma_test() 81 z = -inv * src - inv; in fma_test() 85 z = inv * src - inv; in fma_test() 96 z = src * one + inv; in fma_test() [all …]
|
A D | simd-clmul.c | 79 vec_t x = {}, y, z, lo, hi; in clmul_test() local 94 z = clmul_lh(x, src); in clmul_test() 98 y[j + 1] = z[j]; in clmul_test() 113 z = clmul_hl(x, src); in clmul_test() 115 if ( !eq(y, z) ) return __LINE__; in clmul_test() 120 z = hi = clmul_hh(x, src); in clmul_test() 130 if ( !eq(h, z) ) return __LINE__; in clmul_test() 142 touch(z); in clmul_test() 143 z = lane_shr_i(z, 2); in clmul_test()
|
A D | simd.c | 1252 touch(z); in simd_test() 1262 z ^= inv; in simd_test() 1413 z = src; in simd_test() 1415 z *= alt; in simd_test() 1417 touch(z); in simd_test() 1419 touch(z); in simd_test() 1421 touch(z); in simd_test() 1427 if ( !eq(y, z + z) ) return __LINE__; in simd_test() 1429 z = src; in simd_test() 1450 if ( !eq(y, z + z) ) return __LINE__; in simd_test() [all …]
|
/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/tools/libs/hypfs/ |
A D | core.c | 130 z_stream z = { .opaque = NULL }; in xenhypfs_inflate() local 137 z.next_in = in_data; in xenhypfs_inflate() 138 z.avail_in = *sz; in xenhypfs_inflate() 139 ret = inflateInit2(&z, MAX_WBITS + 32); /* 32 == gzip */ in xenhypfs_inflate() 142 z.next_out = workbuf; in xenhypfs_inflate() 143 z.avail_out = BUF_SIZE; in xenhypfs_inflate() 144 ret = inflate(&z, Z_SYNC_FLUSH); in xenhypfs_inflate() 148 out_sz = z.next_out - workbuf; in xenhypfs_inflate() 157 inflateEnd(&z); in xenhypfs_inflate()
|
/xen/stubdom/vtpmmgr/ |
A D | disk_crypto.c | 183 struct mac128 z; in aes_cmac() local 184 memset(&z, 0, sizeof(z)); in aes_cmac() 185 memcpy(&z, M + bsize, size & 0xF); in aes_cmac() 187 xor128(&x, &y, &z); in aes_cmac()
|
/xen/xen/common/ |
A D | inflate.c | 347 unsigned z; /* number of entries in current table */ in huft_build() local 446 z = 0; /* ditto */ in huft_build() 466 z = (z = g - w) > (unsigned)l ? l : z; /* upper limit on table size */ in huft_build() 472 if (j < z) in huft_build() 473 while (++j < z) /* try smaller tables up to z bits */ in huft_build() 481 z = 1 << j; /* table entries for j-bit table */ in huft_build() 484 if ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) == in huft_build() 493 hufts += z + 1; /* track memory usage */ in huft_build() 532 for (j = i >> w; j < z; j += f) in huft_build()
|
/xen/tools/libxl/ |
A D | libxlu_cfg_l.l | 55 [a-z][._0-9a-z]* {
|
A D | libxlu_disk_l.l | 217 [a-z][-a-z0-9]*=[^,],? { xlu__disk_err(DPC,yytext,"unknown parameter"); } 250 [a-z][a-z0-9]*:/([^a-z0-9].*)? {
|
/xen/xen/crypto/ |
A D | vmac.c | 332 { uint64_t t1h, t1l, t2h, t2l, t3h, t3l, z=0; \ 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 744 ADD128(p1, p2, z, t); in l3hash() 763 ADD128(t, rl, z, rh); in l3hash() [all …]
|
/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/m4/ |
A D | features.m4 | 17 ], [test -z $ax_cv_$1], [
|
A D | set_cflags_ldflags.m4 | 18 if test ! -z "$EXTRA_PREFIX" ; then
|
/xen/tools/pygrub/examples/ |
A D | fedora-19.grub2 | 38 if [ -z "${boot_once}" ]; then 114 elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
|
A D | rhel-7-beta.grub2 | 40 if [ -z "${boot_once}" ]; then 115 elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
|
A D | ubuntu-14.04-lts.grub2 | 39 if [ -z "${boot_once}" ]; then 46 if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi 231 elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
|
A D | debian-wheezy-hvm.grub2 | 23 if [ -z "${boot_once}" ]; then
|
A D | fedora-16-with-xen.grub2 | 22 if [ -z "${boot_once}" ]; then
|
/xen/xen/arch/x86/hvm/svm/ |
A D | entry.S | 50 UNLIKELY_DONE(z, nsvm_hap)
|
/xen/ |
A D | .hgsigs | 8 …FrJ4AU7tLyC8Bt2vAH3ZaA/h1Tn2GWkQXf4tzBAvvwWNBrm1hdj73OaB7dD2l2kvL551AhoSd4/5z+pPtpC72ItwFFTr3Ep9GR…
|
/xen/xen/arch/x86/x86_64/compat/ |
A D | entry.S | 244 UNLIKELY_START(z, compat_syscall_gpf) 347 UNLIKELY_START(z, compat_bounce_null_selector)
|
/xen/tools/ |
A D | config.h.in | 36 /* Define to 1 if you have the `z' library (-lz). */
|
A D | configure.ac | 368 AS_IF([test -z "$PYTHON"], [AC_CHECK_PROGS([PYTHON], [python3 python python2], err)]) 425 AC_CHECK_LIB([z], [deflateCopy], [], [AC_MSG_ERROR([Could not find zlib])]) 510 cpu=`test -z "$target_cpu" && echo "$host_cpu" || echo "$target_cpu"`
|
/xen/xen/include/asm-x86/ |
A D | asm_defns.h | 56 ASSERT_INTERRUPT_STATUS(z, "INTERRUPTS DISABLED")
|
/xen/xen/arch/x86/x86_64/ |
A D | entry.S | 319 UNLIKELY_START(z, sysenter_gpf) 508 UNLIKELY_START(z, create_bounce_frame_bad_bounce_ip)
|