mirror of
https://github.com/golang/go
synced 2024-11-27 01:11:20 -07:00
Fix spelling errors in obj/arm64/doc.go
ln5: "instrutions" => "instructions"; ln159: "immedate" => "immediate";
This commit is contained in:
parent
45e9c5538b
commit
78627835e7
@ -35,7 +35,7 @@ ldrsh, sturh, strh => MOVH.
|
||||
|
||||
4. Go moves conditions into opcode suffix, like BLT.
|
||||
|
||||
5. Go adds a V prefix for most floating-point and SIMD instrutions except cryptographic extension
|
||||
5. Go adds a V prefix for most floating-point and SIMD instructions, except cryptographic extension
|
||||
instructions and floating-point(scalar) instructions.
|
||||
|
||||
Examples:
|
||||
@ -156,7 +156,7 @@ FCSELD, FCSELS <cond>, <Fn>, <Fm>, <Fd>
|
||||
|
||||
#<immediate> is written as $<immediate>.
|
||||
|
||||
Optionally-shifted immedate.
|
||||
Optionally-shifted immediate.
|
||||
|
||||
Examples:
|
||||
ADD $(3151<<12), R14, R20 <=> add x20, x14, #0xc4f, lsl #12
|
||||
|
Loading…
Reference in New Issue
Block a user