Searched refs:hwcaps_host (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_mips_isel.c4177 UInt hwcaps_host = archinfo_host->hwcaps; local
4182 vassert(VEX_PRID_COMP_MIPS == VEX_MIPS_COMP_ID(hwcaps_host)
4183 || VEX_PRID_COMP_CAVIUM == VEX_MIPS_COMP_ID(hwcaps_host)
4184 || VEX_PRID_COMP_BROADCOM == VEX_MIPS_COMP_ID(hwcaps_host)
4185 || VEX_PRID_COMP_NETLOGIC == VEX_MIPS_COMP_ID(hwcaps_host)
4186 || VEX_PRID_COMP_INGENIC_E1 == VEX_MIPS_COMP_ID(hwcaps_host)
4187 || VEX_PRID_COMP_LEGACY == VEX_MIPS_COMP_ID(hwcaps_host));
4194 fp_mode64 = VEX_MIPS_HOST_FP_MODE(hwcaps_host);
4215 env->hwcaps = hwcaps_host;
4217 env->hwcaps = hwcaps_host;
[all...]
H A Dhost_s390_isel.c4102 UInt hwcaps_host = archinfo_host->hwcaps; local
4105 vassert((VEX_HWCAPS_S390X(hwcaps_host) & ~(VEX_HWCAPS_S390X_ALL)) == 0);
4140 env->hwcaps = hwcaps_host;
H A Dhost_x86_isel.c4435 UInt hwcaps_host = archinfo_host->hwcaps; local
4440 vassert(0 == (hwcaps_host
4468 env->hwcaps = hwcaps_host;
H A Dhost_amd64_isel.c4936 UInt hwcaps_host = archinfo_host->hwcaps; local
4941 vassert(0 == (hwcaps_host
4971 env->hwcaps = hwcaps_host;
H A Dhost_arm_isel.c6531 UInt hwcaps_host = archinfo_host->hwcaps; local
6544 arm_hwcaps = hwcaps_host; // JRS 2012 Mar 31: FIXME (RM)
6564 env->hwcaps = hwcaps_host;
6578 if (hwcaps_host & VEX_HWCAPS_ARM_NEON) {
H A Dhost_ppc_isel.c6832 UInt hwcaps_host = archinfo_host->hwcaps; local
6853 vassert((hwcaps_host & mask32) == 0);
6855 vassert((hwcaps_host & mask64) == 0);
6900 env->hwcaps = hwcaps_host;
H A Dhost_arm64_isel.c4117 UInt hwcaps_host = archinfo_host->hwcaps; local
4147 env->hwcaps = hwcaps_host;

Completed in 183 milliseconds