summaryrefslogtreecommitdiff
path: root/utils/va/note
diff options
context:
space:
mode:
authorforsyth <forsyth@lavoro.terzarima.net>2013-06-03 21:01:14 +0000
committerforsyth <forsyth@lavoro.terzarima.net>2013-06-03 21:01:14 +0000
commit45a20ab721a513710138340faff3d59a31c3e01e (patch)
treeeea29d2684c51cc73725b8992a2125bede48e118 /utils/va/note
parentcd8e99851af33e52bcdf8faf34f9d4e62fa0cbaf (diff)
sync compilers with Plan 9
remove 1[acl] 2[acl]
Diffstat (limited to 'utils/va/note')
-rw-r--r--utils/va/note51
1 files changed, 0 insertions, 51 deletions
diff --git a/utils/va/note b/utils/va/note
deleted file mode 100644
index f68e464f..00000000
--- a/utils/va/note
+++ /dev/null
@@ -1,51 +0,0 @@
-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.