cpu.x86.features vocabulary
Factor handbook ยป Vocabulary index


Documentation
CPU x86 features

Metadata
Tags:not loaded
Authors:Slava Pestov


Words

Generic words
WordStack effect
(cpuid)( rax rcx regs -- )
instruction-count( -- n )


Ordinary words
WordStack effect
aes?( -- ? )
avx?( -- ? )
count-instructions( quot -- n )
cpu-extended-family( -- n )
cpu-extended-model( -- n )
cpu-family( -- n )
cpu-family-model-string( -- string )
cpu-model( -- n )
cpu-processor-type( -- n )
cpu-stepping( -- n )
cpuid( rax -- 4array )
cpuid-extended( rax rcx -- 4array )
cpuid-processor-info( -- eax )
enable-popcnt?( -- ? )
f16c?( -- ? )
msr?( -- ? )
osxsave?( -- ? )
parse-extended-family( eax -- n )
parse-extended-model( eax -- n )
parse-family( eax -- n )
parse-model( eax -- n )
parse-processor-type( eax -- n )
parse-stepping( eax -- n )
popcnt?( -- ? )
rdrand16( -- x )
rdrand32( -- x )
rdrand64( -- x )
rdrand8( -- x )
rdrand?( -- ? )
sse-string( version -- string )
sse-version( -- n )
sse2?( -- ? )
sse3?( -- ? )
sse4.1?( -- ? )
sse4.2?( -- ? )
sse?( -- ? )
ssse3?( -- ? )
tm1?( -- ? )
tm2?( -- ? )
tscdeadline?( -- ? )
xsave?( -- ? )


Files


Metadata files


Children
VocabularySummary
cpu.x86.features.private