Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(846)

Side by Side Diff: src/pkg/math/big/arith_amd64p32.s

Issue 160200044: [dev.power64] code review 160200044: build: merge default into dev.power64 (Closed)
Patch Set: diff -r be0c14f62257b42485019e9e1db23cf40d2e249f https://code.google.com/p/go Created 10 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/pkg/math/big/arith_amd64.s ('k') | src/pkg/math/big/arith_arm.s » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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)
OLDNEW
« no previous file with comments | « src/pkg/math/big/arith_amd64.s ('k') | src/pkg/math/big/arith_arm.s » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b