summaryrefslogtreecommitdiff
path: root/utils/va/note
blob: f68e464faf06985d4e8ab973dd348a4b9e9dab5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
gen address

$con
	type = D_CONST
	offset = con

$name+con(P)
	type = D_CONST
	offset = con
	name = P

$"xxx"
	type = D_SCONST

$1.0
	type = D_FCONST

con
	type = D_OREG
	offset = con

name+con(P)
	type = D_OREG
	offset = con
	name = P

con(R1)
	type = D_OREG
	offset = con
	reg = 1

name+con(P)(R1)
	type = D_OREG
	offset = con
	name = P
	reg = 1

R1
	type = D_REG
	reg = 1

MOVB[U]
	LB[U], SB
MOVH[U]
	LH[U], SB
MOVW[LR]
	LW[LR], SW[LR]
MOVW
	LW, SW, LUI, M[FT]HI, M[FT]LO
BREAK is synonym for CACHE.
operands make the difference.