Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/
H A Dauxv_386.h49 #define AV_386_AMD_MMX 0x00080 /* AMD's MMX insns */ macro
/onnv-gate/usr/src/common/crypto/arcfour/
H A Darcfour_crypt.c255 cached_result = ((ui & AV_386_AMD_MMX) == 0); in arcfour_crypt_on_intel()
/onnv-gate/usr/src/common/elfcap/
H A Delfcap.c214 AV_386_AMD_MMX, STRDESC("AV_386_AMD_MMX"),
/onnv-gate/usr/src/common/bignum/
H A Dbignumimpl.c203 cached_result = ((ui & AV_386_AMD_MMX) == 0); in bignum_on_intel()
/onnv-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c2651 hwcap_flags |= AV_386_AMD_MMX; in cpuid_pass4()