OLD | NEW |
1 // Copyright 2013 The Go Authors. All rights reserved. | 1 // Copyright 2013 The Go Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style | 2 // Use of this source code is governed by a BSD-style |
3 // license that can be found in the LICENSE file. | 3 // license that can be found in the LICENSE file. |
4 | 4 |
5 #include "../../../cmd/ld/textflag.h" | 5 #include "textflag.h" |
6 | 6 |
7 TEXT ·mulWW(SB),NOSPLIT,$0 | 7 TEXT ·mulWW(SB),NOSPLIT,$0 |
8 JMP ·mulWW_g(SB) | 8 JMP ·mulWW_g(SB) |
9 | 9 |
10 TEXT ·divWW(SB),NOSPLIT,$0 | 10 TEXT ·divWW(SB),NOSPLIT,$0 |
11 JMP ·divWW_g(SB) | 11 JMP ·divWW_g(SB) |
12 | 12 |
13 TEXT ·addVV(SB),NOSPLIT,$0 | 13 TEXT ·addVV(SB),NOSPLIT,$0 |
14 JMP ·addVV_g(SB) | 14 JMP ·addVV_g(SB) |
15 | 15 |
(...skipping 16 matching lines...) Expand all Loading... |
32 JMP ·mulAddVWW_g(SB) | 32 JMP ·mulAddVWW_g(SB) |
33 | 33 |
34 TEXT ·addMulVVW(SB),NOSPLIT,$0 | 34 TEXT ·addMulVVW(SB),NOSPLIT,$0 |
35 JMP ·addMulVVW_g(SB) | 35 JMP ·addMulVVW_g(SB) |
36 | 36 |
37 TEXT ·divWVW(SB),NOSPLIT,$0 | 37 TEXT ·divWVW(SB),NOSPLIT,$0 |
38 JMP ·divWVW_g(SB) | 38 JMP ·divWVW_g(SB) |
39 | 39 |
40 TEXT ·bitLen(SB),NOSPLIT,$0 | 40 TEXT ·bitLen(SB),NOSPLIT,$0 |
41 JMP ·bitLen_g(SB) | 41 JMP ·bitLen_g(SB) |
OLD | NEW |