repo.or.cz
/
fmap.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
completely wrong. Chebychev (Remez), Padé, and maybe Taylor.
[fmap.git]
/
x86_64_sse2_x87
/
fasm
/
examples
/
x86
/
include
/
ext
/
rdseed.inc
blob
d026881e54901628a1c3a422e199677e3193c3d1
1
\r
2
macro rdseed? dest*
\r
3
x86.parse_operand @dest,dest
\r
4
if @dest.type = 'reg'
\r
5
x86.select_operand_prefix @dest,@dest.size
\r
6
x86.store_instruction <0Fh,0C7h>,@dest,7
\r
7
else
\r
8
err 'invalid operand'
\r
9
end if
\r
10
end macro
\r