repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BR 2781900: handle common labels while optimizing
[nasm.git]
/
tokens.dat
blob
ff2946be06859cdde9f7afcf01139b607946494f
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
wait
22
23
%
TOKEN_SPECIAL
,
0
,
S_
*
24
abs
25
byte
26
dword
27
far
28
long
29
near
30
nosplit
31
oword
32
qword
33
rel
34
short
35
strict
36
to
37
tword
38
word
39
yword
40
41
%
TOKEN_FLOAT
,
0
,
0
42
__infinity__
43
__nan__
44
__qnan__
45
__snan__
46
47
%
TOKEN_FLOATIZE
,
0
,
FLOAT_
{
__float
*
__
}
48
__float8__
49
__float16__
50
__float32__
51
__float64__
52
__float80m__
53
__float80e__
54
__float128l__
55
__float128h__
56
57
%
TOKEN_STRFUNC
,
0
,
STRFUNC_
{
__
*
__
}
58
__utf16__
59
__utf32__
60
61
%
TOKEN_
*,
0
,
0
62
seg
63
wrt