repo.or.cz
/
nasm
/
autotest.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove redundant, bogus CLFLUSH entry
[nasm/autotest.git]
/
tokens.dat
blob
9e22183110a18e8258ce87c071bd96a4cd456408
1
#
2
# Tokens other than instructions and registers
3
#
4
5
%
TOKEN_PREFIX
,
0
,
P_
*
6
a16
7
a32
8
a64
9
asp
10
lock
11
o16
12
o32
13
o64
14
osp
15
rep
16
repe
17
repne
18
repnz
19
repz
20
times
21
22
%
TOKEN_SPECIAL
,
0
,
S_
*
23
abs
24
byte
25
dword
26
far
27
long
28
near
29
nosplit
30
oword
31
qword
32
rel
33
short
34
strict
35
to
36
tword
37
word
38
39
%
TOKEN_FLOAT
,
0
,
0
40
__infinity__
41
__nan__
42
__qnan__
43
__snan__
44
45
%
TOKEN_FLOATIZE
,
0
,
FLOAT_
{
__float
*
__
}
46
__float8__
47
__float16__
48
__float32__
49
__float64__
50
__float80m__
51
__float80e__
52
__float128l__
53
__float128h__
54
55
%
TOKEN_
*,
0
,
0
56
seg
57
wrt