mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: add missing periods in comments
Change-Id: I69065f8adf101fdb28682c55997f503013a50e29 Reviewed-on: https://go-review.googlesource.com/c/go/+/449757 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Joedian Reid <joedian@golang.org> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Keith Randall <khr@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Joedian Reid <joedian@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
893964b972
commit
b2faff18ce
97 changed files with 174 additions and 174 deletions
|
|
@ -1092,7 +1092,7 @@ func OP_IR(op uint32, i uint32, r2 uint32) uint32 {
|
|||
return op | (i&0xFFFFF)<<5 | (r2&0x1F)<<0 // ui20, rd5
|
||||
}
|
||||
|
||||
// Encoding for the 'b' or 'bl' instruction
|
||||
// Encoding for the 'b' or 'bl' instruction.
|
||||
func OP_B_BL(op uint32, i uint32) uint32 {
|
||||
return op | ((i & 0xFFFF) << 10) | ((i >> 16) & 0x3FF)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue