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
Fix dependency list generation
[nasm/autotest.git]
/
tokens.dat
blob
6c3ad65015363b1c00fcad6b066d4e84cdfd87c9
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
yword
39
40
%
TOKEN_FLOAT
,
0
,
0
41
__infinity__
42
__nan__
43
__qnan__
44
__snan__
45
46
%
TOKEN_FLOATIZE
,
0
,
FLOAT_
{
__float
*
__
}
47
__float8__
48
__float16__
49
__float32__
50
__float64__
51
__float80m__
52
__float80e__
53
__float128l__
54
__float128h__
55
56
%
TOKEN_
*,
0
,
0
57
seg
58
wrt