Commit 1b74c71d authored by Rob Pike's avatar Rob Pike

cmd/asm: add copyright notices to tests

They were missing from the inputs.
Unfortunately this means the .out files all have wrong line numbers,
but they are easy to update.

Change-Id: I254742f24ab803421f34d52d13b9afa93674edd6
Reviewed-on: https://go-review.googlesource.com/11958Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
parent bd45bce3
5 00001 (testdata/amd64.s:5) TEXT foo(SB), 0, $0 9 00001 (testdata/amd64.s:9) TEXT foo(SB), 0, $0
8 00002 (testdata/amd64.s:8) NEGQ R11 12 00002 (testdata/amd64.s:12) NEGQ R11
9 00003 (testdata/amd64.s:9) NEGQ 4(R11) 13 00003 (testdata/amd64.s:13) NEGQ 4(R11)
10 00004 (testdata/amd64.s:10) NEGQ foo+4(SB) 14 00004 (testdata/amd64.s:14) NEGQ foo+4(SB)
13 00005 (testdata/amd64.s:13) INT $4 17 00005 (testdata/amd64.s:17) INT $4
14 00006 (testdata/amd64.s:14) DIVB R11 18 00006 (testdata/amd64.s:18) DIVB R11
15 00007 (testdata/amd64.s:15) DIVB 4(R11) 19 00007 (testdata/amd64.s:19) DIVB 4(R11)
16 00008 (testdata/amd64.s:16) DIVB foo+4(SB) 20 00008 (testdata/amd64.s:20) DIVB foo+4(SB)
19 00009 (testdata/amd64.s:19) SUBQ $4, DI 23 00009 (testdata/amd64.s:23) SUBQ $4, DI
20 00010 (testdata/amd64.s:20) SUBQ R11, DI 24 00010 (testdata/amd64.s:24) SUBQ R11, DI
21 00011 (testdata/amd64.s:21) SUBQ 4(R11), DI 25 00011 (testdata/amd64.s:25) SUBQ 4(R11), DI
22 00012 (testdata/amd64.s:22) SUBQ foo+4(SB), DI 26 00012 (testdata/amd64.s:26) SUBQ foo+4(SB), DI
23 00013 (testdata/amd64.s:23) SUBQ $4, 8(R12) 27 00013 (testdata/amd64.s:27) SUBQ $4, 8(R12)
24 00014 (testdata/amd64.s:24) SUBQ R11, 8(R12) 28 00014 (testdata/amd64.s:28) SUBQ R11, 8(R12)
25 00015 (testdata/amd64.s:25) SUBQ R11, foo+4(SB) 29 00015 (testdata/amd64.s:29) SUBQ R11, foo+4(SB)
28 00016 (testdata/amd64.s:28) CMPB CX, $4 32 00016 (testdata/amd64.s:32) CMPB CX, $4
32 00017 (testdata/amd64.s:32) JCS 13(PC) 36 00017 (testdata/amd64.s:36) JCS 13(PC)
33 00018 (testdata/amd64.s:33) JCS 17 37 00018 (testdata/amd64.s:37) JCS 17
36 00019 (testdata/amd64.s:36) JMP 15(PC) 40 00019 (testdata/amd64.s:40) JMP 15(PC)
37 00020 (testdata/amd64.s:37) JMP 17 41 00020 (testdata/amd64.s:41) JMP 17
38 00021 (testdata/amd64.s:38) JMP foo+4(SB) 42 00021 (testdata/amd64.s:42) JMP foo+4(SB)
39 00022 (testdata/amd64.s:39) JMP bar<>+4(SB) 43 00022 (testdata/amd64.s:43) JMP bar<>+4(SB)
40 00023 (testdata/amd64.s:40) JMP bar<>+4(SB)(R11*4) 44 00023 (testdata/amd64.s:44) JMP bar<>+4(SB)(R11*4)
41 00024 (testdata/amd64.s:41) JMP 4(SP) 45 00024 (testdata/amd64.s:45) JMP 4(SP)
42 00025 (testdata/amd64.s:42) JMP (R12) 46 00025 (testdata/amd64.s:46) JMP (R12)
44 00026 (testdata/amd64.s:44) JMP (R12)(R13*4) 48 00026 (testdata/amd64.s:48) JMP (R12)(R13*4)
45 00027 (testdata/amd64.s:45) JMP (AX) 49 00027 (testdata/amd64.s:49) JMP (AX)
46 00028 (testdata/amd64.s:46) JMP (SP) 50 00028 (testdata/amd64.s:50) JMP (SP)
48 00029 (testdata/amd64.s:48) JMP (AX)(AX*4) 52 00029 (testdata/amd64.s:52) JMP (AX)(AX*4)
49 00030 (testdata/amd64.s:49) JMP 4(SP) 53 00030 (testdata/amd64.s:53) JMP 4(SP)
50 00031 (testdata/amd64.s:50) JMP (R12) 54 00031 (testdata/amd64.s:54) JMP (R12)
52 00032 (testdata/amd64.s:52) JMP (R12)(R13*4) 56 00032 (testdata/amd64.s:56) JMP (R12)(R13*4)
53 00033 (testdata/amd64.s:53) JMP (AX) 57 00033 (testdata/amd64.s:57) JMP (AX)
54 00034 (testdata/amd64.s:54) JMP (SP) 58 00034 (testdata/amd64.s:58) JMP (SP)
56 00035 (testdata/amd64.s:56) JMP (AX)(AX*4) 60 00035 (testdata/amd64.s:60) JMP (AX)(AX*4)
57 00036 (testdata/amd64.s:57) JMP R13 61 00036 (testdata/amd64.s:61) JMP R13
60 00037 (testdata/amd64.s:60) NOP 64 00037 (testdata/amd64.s:64) NOP
61 00038 (testdata/amd64.s:61) NOP AX 65 00038 (testdata/amd64.s:65) NOP AX
62 00039 (testdata/amd64.s:62) NOP foo+4(SB) 66 00039 (testdata/amd64.s:66) NOP foo+4(SB)
65 00040 (testdata/amd64.s:65) SHLL R11, R12 69 00040 (testdata/amd64.s:69) SHLL R11, R12
66 00041 (testdata/amd64.s:66) SHLL R11, foo+4(SB) 70 00041 (testdata/amd64.s:70) SHLL R11, foo+4(SB)
67 00042 (testdata/amd64.s:67) SHLL R11, AX, R11 71 00042 (testdata/amd64.s:71) SHLL R11, AX, R11
70 00043 (testdata/amd64.s:70) MOVL AX, R11 74 00043 (testdata/amd64.s:74) MOVL AX, R11
71 00044 (testdata/amd64.s:71) MOVL $4, R11 75 00044 (testdata/amd64.s:75) MOVL $4, R11
72 00045 (testdata/amd64.s:72) MOVL AX, CS, AX 76 00045 (testdata/amd64.s:76) MOVL AX, CS, AX
75 00046 (testdata/amd64.s:75) IMULB $4 79 00046 (testdata/amd64.s:79) IMULB $4
76 00047 (testdata/amd64.s:76) IMULB R11 80 00047 (testdata/amd64.s:80) IMULB R11
77 00048 (testdata/amd64.s:77) IMULB $4, R11 81 00048 (testdata/amd64.s:81) IMULB $4, R11
78 00049 (testdata/amd64.s:78) IMULB R11, R12 82 00049 (testdata/amd64.s:82) IMULB R11, R12
79 00050 (testdata/amd64.s:79) IMULB R11, foo+4(SB) 83 00050 (testdata/amd64.s:83) IMULB R11, foo+4(SB)
82 00051 (testdata/amd64.s:82) CMPPD R11, R12, 4 86 00051 (testdata/amd64.s:86) CMPPD R11, R12, 4
83 00052 (testdata/amd64.s:83) CMPPD R11, foo+4(SB), 4 87 00052 (testdata/amd64.s:87) CMPPD R11, foo+4(SB), 4
86 00053 (testdata/amd64.s:86) PINSRW $4, R11, AX 90 00053 (testdata/amd64.s:90) PINSRW $4, R11, AX
87 00054 (testdata/amd64.s:87) PINSRW $4, foo+4(SB), AX 91 00054 (testdata/amd64.s:91) PINSRW $4, foo+4(SB), AX
90 00055 (testdata/amd64.s:90) RETFL $4 94 00055 (testdata/amd64.s:94) RETFL $4
94 00056 (testdata/amd64.s:94) LOOP 98 00056 (testdata/amd64.s:98) LOOP
97 00057 (testdata/amd64.s:97) RET 101 00057 (testdata/amd64.s:101) RET
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This input was created by taking the instruction productions in // This input was created by taking the instruction productions in
// the old assembler's (6a's) grammar and hand-writing complete // the old assembler's (6a's) grammar and hand-writing complete
// instructions for each rule, to guarantee we cover the same space. // instructions for each rule, to guarantee we cover the same space.
......
5 00001 (testdata/arm.s:5) TEXT foo(SB), 0, $0 9 00001 (testdata/arm.s:9) TEXT foo(SB), 0, $0
14 00002 (testdata/arm.s:14) ADD $1, R2, R3 18 00002 (testdata/arm.s:18) ADD $1, R2, R3
15 00003 (testdata/arm.s:15) ADD R1<<R2, R3, R4 19 00003 (testdata/arm.s:19) ADD R1<<R2, R3, R4
16 00004 (testdata/arm.s:16) ADD R1>>R2, R3, R4 20 00004 (testdata/arm.s:20) ADD R1>>R2, R3, R4
17 00005 (testdata/arm.s:17) ADD R1@>R2, R3, R4 21 00005 (testdata/arm.s:21) ADD R1@>R2, R3, R4
18 00006 (testdata/arm.s:18) ADD R1->R2, R3, R4 22 00006 (testdata/arm.s:22) ADD R1->R2, R3, R4
19 00007 (testdata/arm.s:19) ADD R1, R2, R3 23 00007 (testdata/arm.s:23) ADD R1, R2, R3
20 00008 (testdata/arm.s:20) ADD R1<<R2, R3, R4 24 00008 (testdata/arm.s:24) ADD R1<<R2, R3, R4
30 00009 (testdata/arm.s:30) ADD $1, R2 34 00009 (testdata/arm.s:34) ADD $1, R2
31 00010 (testdata/arm.s:31) ADD R1<<R2, R3 35 00010 (testdata/arm.s:35) ADD R1<<R2, R3
32 00011 (testdata/arm.s:32) ADD R1>>R2, R3 36 00011 (testdata/arm.s:36) ADD R1>>R2, R3
33 00012 (testdata/arm.s:33) ADD R1@>R2, R3 37 00012 (testdata/arm.s:37) ADD R1@>R2, R3
34 00013 (testdata/arm.s:34) ADD R1->R2, R3 38 00013 (testdata/arm.s:38) ADD R1->R2, R3
35 00014 (testdata/arm.s:35) ADD R1, R2 39 00014 (testdata/arm.s:39) ADD R1, R2
44 00015 (testdata/arm.s:44) CLZ.S R1, R2 48 00015 (testdata/arm.s:48) CLZ.S R1, R2
53 00016 (testdata/arm.s:53) MOVW.S R1, R2 57 00016 (testdata/arm.s:57) MOVW.S R1, R2
54 00017 (testdata/arm.s:54) MOVW.S $1, R2 58 00017 (testdata/arm.s:58) MOVW.S $1, R2
55 00018 (testdata/arm.s:55) MOVW.S R1<<R2, R3 59 00018 (testdata/arm.s:59) MOVW.S R1<<R2, R3
64 00019 (testdata/arm.s:64) JMP.S 20(PC) 68 00019 (testdata/arm.s:68) JMP.S 20(PC)
70 00020 (testdata/arm.s:70) JMP.S (R2) 74 00020 (testdata/arm.s:74) JMP.S (R2)
71 00021 (testdata/arm.s:71) JMP.S foo(SB) 75 00021 (testdata/arm.s:75) JMP.S foo(SB)
72 00022 (testdata/arm.s:72) JMP.S bar<>(SB) 76 00022 (testdata/arm.s:76) JMP.S bar<>(SB)
81 00023 (testdata/arm.s:81) BX (R2) 85 00023 (testdata/arm.s:85) BX (R2)
90 00024 (testdata/arm.s:90) BEQ 25(PC) 94 00024 (testdata/arm.s:94) BEQ 25(PC)
99 00025 (testdata/arm.s:99) SWI.S R1 103 00025 (testdata/arm.s:103) SWI.S R1
100 00026 (testdata/arm.s:100) SWI.S (R1) 104 00026 (testdata/arm.s:104) SWI.S (R1)
101 00027 (testdata/arm.s:101) SWI.S foo(SB) 105 00027 (testdata/arm.s:105) SWI.S foo(SB)
110 00028 (testdata/arm.s:110) CMP.S $1, R2 114 00028 (testdata/arm.s:114) CMP.S $1, R2
111 00029 (testdata/arm.s:111) CMP.S R1<<R2, R3 115 00029 (testdata/arm.s:115) CMP.S R1<<R2, R3
112 00030 (testdata/arm.s:112) CMP.S R1, R2 116 00030 (testdata/arm.s:116) CMP.S R1, R2
126 00031 (testdata/arm.s:126) MOVM (R1), [R2,R5,R8,g] 130 00031 (testdata/arm.s:130) MOVM (R1), [R2,R5,R8,g]
127 00032 (testdata/arm.s:127) MOVM (R1), [R2,R3,R4,R5] 131 00032 (testdata/arm.s:131) MOVM (R1), [R2,R3,R4,R5]
128 00033 (testdata/arm.s:128) MOVM.S (R1), [R2] 132 00033 (testdata/arm.s:132) MOVM.S (R1), [R2]
139 00034 (testdata/arm.s:139) MOVM [R2,R5,R8,g], (R1) 143 00034 (testdata/arm.s:143) MOVM [R2,R5,R8,g], (R1)
140 00035 (testdata/arm.s:140) MOVM [R2,R3,R4,R5], (R1) 144 00035 (testdata/arm.s:144) MOVM [R2,R3,R4,R5], (R1)
141 00036 (testdata/arm.s:141) MOVM.S [R2], (R1) 145 00036 (testdata/arm.s:145) MOVM.S [R2], (R1)
150 00037 (testdata/arm.s:150) STREX.S (R2), R1, R3 154 00037 (testdata/arm.s:154) STREX.S (R2), R1, R3
156 00038 (testdata/arm.s:156) STREX.S (R2), R1, R1 160 00038 (testdata/arm.s:160) STREX.S (R2), R1, R1
162 00039 (testdata/arm.s:162) STREX.S (R2), R3, R3 166 00039 (testdata/arm.s:166) STREX.S (R2), R3, R3
170 00040 (testdata/arm.s:170) CASE.S R1 174 00040 (testdata/arm.s:174) CASE.S R1
179 00041 (testdata/arm.s:179) WORD $1234 183 00041 (testdata/arm.s:183) WORD $1234
188 00042 (testdata/arm.s:188) ABSF.S F1, F2 192 00042 (testdata/arm.s:192) ABSF.S F1, F2
194 00043 (testdata/arm.s:194) ADDD.S F1, F2 198 00043 (testdata/arm.s:198) ADDD.S F1, F2
195 00044 (testdata/arm.s:195) ADDD.S $(0.5), F2 199 00044 (testdata/arm.s:199) ADDD.S $(0.5), F2
201 00045 (testdata/arm.s:201) ADDD.S F1, F2, F3 205 00045 (testdata/arm.s:205) ADDD.S F1, F2, F3
202 00046 (testdata/arm.s:202) ADDD.S $(0.5), F2, F3 206 00046 (testdata/arm.s:206) ADDD.S $(0.5), F2, F3
208 00047 (testdata/arm.s:208) CMPD.S F1, F2 212 00047 (testdata/arm.s:212) CMPD.S F1, F2
232 00048 (testdata/arm.s:232) MRC $8301712627 236 00048 (testdata/arm.s:236) MRC $8301712627
233 00049 (testdata/arm.s:233) MRC $8300664051 237 00049 (testdata/arm.s:237) MRC $8300664051
242 00050 (testdata/arm.s:242) MULL R1, R2, (R3, R4) 246 00050 (testdata/arm.s:246) MULL R1, R2, (R3, R4)
254 00051 (testdata/arm.s:254) MULAWT R1, R2, R3, R4 258 00051 (testdata/arm.s:258) MULAWT R1, R2, R3, R4
262 00052 (testdata/arm.s:262) PLD (R1) 266 00052 (testdata/arm.s:266) PLD (R1)
263 00053 (testdata/arm.s:263) PLD 4(R1) 267 00053 (testdata/arm.s:267) PLD 4(R1)
272 00054 (testdata/arm.s:272) RET 276 00054 (testdata/arm.s:276) RET
281 00055 (testdata/arm.s:281) END 285 00055 (testdata/arm.s:285) END
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This input was created by taking the instruction productions in // This input was created by taking the instruction productions in
// the old assembler's (5a's) grammar and hand-writing complete // the old assembler's (5a's) grammar and hand-writing complete
// instructions for each rule, to guarantee we cover the same space. // instructions for each rule, to guarantee we cover the same space.
......
5 00001 (testdata/arm64.s:5) TEXT foo(SB), 7, $-8 9 00001 (testdata/arm64.s:9) TEXT foo(SB), 7, $-8
16 00002 (testdata/arm64.s:16) ADDW $1, R2, R3 20 00002 (testdata/arm64.s:20) ADDW $1, R2, R3
17 00003 (testdata/arm64.s:17) ADDW R1, R2, R3 21 00003 (testdata/arm64.s:21) ADDW R1, R2, R3
18 00004 (testdata/arm64.s:18) ADDW R1, ZR, R3 22 00004 (testdata/arm64.s:22) ADDW R1, ZR, R3
19 00005 (testdata/arm64.s:19) ADD $1, R2, R3 23 00005 (testdata/arm64.s:23) ADD $1, R2, R3
20 00006 (testdata/arm64.s:20) ADD R1, R2, R3 24 00006 (testdata/arm64.s:24) ADD R1, R2, R3
21 00007 (testdata/arm64.s:21) ADD R1, ZR, R3 25 00007 (testdata/arm64.s:25) ADD R1, ZR, R3
22 00008 (testdata/arm64.s:22) ADD $1, R2, R3 26 00008 (testdata/arm64.s:26) ADD $1, R2, R3
32 00009 (testdata/arm64.s:32) ADDW $1, R2 36 00009 (testdata/arm64.s:36) ADDW $1, R2
33 00010 (testdata/arm64.s:33) ADDW R1, R2 37 00010 (testdata/arm64.s:37) ADDW R1, R2
34 00011 (testdata/arm64.s:34) ADD $1, R2 38 00011 (testdata/arm64.s:38) ADD $1, R2
35 00012 (testdata/arm64.s:35) ADD R1, R2 39 00012 (testdata/arm64.s:39) ADD R1, R2
44 00013 (testdata/arm64.s:44) CLSW R1, R2 48 00013 (testdata/arm64.s:48) CLSW R1, R2
45 00014 (testdata/arm64.s:45) CLS R1, R2 49 00014 (testdata/arm64.s:49) CLS R1, R2
54 00015 (testdata/arm64.s:54) MOVW R1, R2 58 00015 (testdata/arm64.s:58) MOVW R1, R2
55 00016 (testdata/arm64.s:55) MOVW ZR, R1 59 00016 (testdata/arm64.s:59) MOVW ZR, R1
56 00017 (testdata/arm64.s:56) MOVW R1, ZR 60 00017 (testdata/arm64.s:60) MOVW R1, ZR
57 00018 (testdata/arm64.s:57) MOVW $1, ZR 61 00018 (testdata/arm64.s:61) MOVW $1, ZR
58 00019 (testdata/arm64.s:58) MOVW $1, R1 62 00019 (testdata/arm64.s:62) MOVW $1, R1
59 00020 (testdata/arm64.s:59) MOVW ZR, (R1) 63 00020 (testdata/arm64.s:63) MOVW ZR, (R1)
60 00021 (testdata/arm64.s:60) MOVD R1, R2 64 00021 (testdata/arm64.s:64) MOVD R1, R2
61 00022 (testdata/arm64.s:61) MOVD ZR, R1 65 00022 (testdata/arm64.s:65) MOVD ZR, R1
62 00023 (testdata/arm64.s:62) MOVD $1, ZR 66 00023 (testdata/arm64.s:66) MOVD $1, ZR
63 00024 (testdata/arm64.s:63) MOVD $1, R1 67 00024 (testdata/arm64.s:67) MOVD $1, R1
64 00025 (testdata/arm64.s:64) MOVD ZR, (R1) 68 00025 (testdata/arm64.s:68) MOVD ZR, (R1)
73 00026 (testdata/arm64.s:73) MOVK $1, R1 77 00026 (testdata/arm64.s:77) MOVK $1, R1
82 00027 (testdata/arm64.s:82) CALL 28(PC) 86 00027 (testdata/arm64.s:86) CALL 28(PC)
88 00028 (testdata/arm64.s:88) CALL (R2) 92 00028 (testdata/arm64.s:92) CALL (R2)
89 00029 (testdata/arm64.s:89) CALL foo(SB) 93 00029 (testdata/arm64.s:93) CALL foo(SB)
90 00030 (testdata/arm64.s:90) CALL bar<>(SB) 94 00030 (testdata/arm64.s:94) CALL bar<>(SB)
98 00031 (testdata/arm64.s:98) BEQ 32(PC) 102 00031 (testdata/arm64.s:102) BEQ 32(PC)
106 00032 (testdata/arm64.s:106) SVC 110 00032 (testdata/arm64.s:110) SVC
115 00033 (testdata/arm64.s:115) CMP $3, R2 119 00033 (testdata/arm64.s:119) CMP $3, R2
116 00034 (testdata/arm64.s:116) CMP R1, R2 120 00034 (testdata/arm64.s:120) CMP R1, R2
126 00035 (testdata/arm64.s:126) CBZ R1 130 00035 (testdata/arm64.s:130) CBZ R1
135 00036 (testdata/arm64.s:135) CSET GT, R1 139 00036 (testdata/arm64.s:139) CSET GT, R1
143 00037 (testdata/arm64.s:143) CSEL LT, R1, R2, ZR 147 00037 (testdata/arm64.s:147) CSEL LT, R1, R2, ZR
144 00038 (testdata/arm64.s:144) CSINC GT, R1, ZR, R3 148 00038 (testdata/arm64.s:148) CSINC GT, R1, ZR, R3
145 00039 (testdata/arm64.s:145) CSNEG MI, R1, R2, R3 149 00039 (testdata/arm64.s:149) CSNEG MI, R1, R2, R3
146 00040 (testdata/arm64.s:146) CSINV 0, R1, R2, R3 150 00040 (testdata/arm64.s:150) CSINV 0, R1, R2, R3
152 00041 (testdata/arm64.s:152) CSEL LT, R1, R2 156 00041 (testdata/arm64.s:156) CSEL LT, R1, R2
160 00042 (testdata/arm64.s:160) CCMN MI, ZR, R1, $4 164 00042 (testdata/arm64.s:164) CCMN MI, ZR, R1, $4
169 00043 (testdata/arm64.s:169) FADDD $(0.5), F1 173 00043 (testdata/arm64.s:173) FADDD $(0.5), F1
170 00044 (testdata/arm64.s:170) FADDD F1, F2 174 00044 (testdata/arm64.s:174) FADDD F1, F2
176 00045 (testdata/arm64.s:176) FADDD $(0.69999999999999996), F1, F2 180 00045 (testdata/arm64.s:180) FADDD $(0.69999999999999996), F1, F2
177 00046 (testdata/arm64.s:177) FADDD F1, F2, F3 181 00046 (testdata/arm64.s:181) FADDD F1, F2, F3
229 00047 (testdata/arm64.s:229) DMB $1 233 00047 (testdata/arm64.s:233) DMB $1
238 00048 (testdata/arm64.s:238) LDAXRW (R0), R2 242 00048 (testdata/arm64.s:242) LDAXRW (R0), R2
239 00049 (testdata/arm64.s:239) STLXRW R1, (R0), R3 243 00049 (testdata/arm64.s:243) STLXRW R1, (R0), R3
247 00050 (testdata/arm64.s:247) RET 251 00050 (testdata/arm64.s:251) RET
255 00051 (testdata/arm64.s:255) END 259 00051 (testdata/arm64.s:259) END
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This input was created by taking the instruction productions in // This input was created by taking the instruction productions in
// the old assembler's (7a's) grammar and hand-writing complete // the old assembler's (7a's) grammar and hand-writing complete
// instructions for each rule, to guarantee we cover the same space. // instructions for each rule, to guarantee we cover the same space.
......
This diff is collapsed.
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This input was created by taking the instruction productions in // This input was created by taking the instruction productions in
// the old assembler's (9a's) grammar and hand-writing complete // the old assembler's (9a's) grammar and hand-writing complete
// instructions for each rule, to guarantee we cover the same space. // instructions for each rule, to guarantee we cover the same space.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment