Home
last modified time | relevance | path

Searched refs:AV_386_AMD_MMX (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dauxv_386.h51 #define AV_386_AMD_MMX 0x00080 /* AMD's MMX insns */ macro
/illumos-gate/usr/src/common/crypto/arcfour/
H A Darcfour_crypt.c248 cached_result = ((ui & AV_386_AMD_MMX) == 0); in arcfour_crypt_on_intel()
/illumos-gate/usr/src/common/elfcap/
H A Delfcap.c282 AV_386_AMD_MMX, STRDESC("AV_386_AMD_MMX"),
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c203 cached_result = ((ui & AV_386_AMD_MMX) == 0); in bignum_on_intel()
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c6008 hwcap_flags |= AV_386_AMD_MMX; in cpuid_pass_resolve()