Updated Golang ppc64x asm Reference (markdown)

Sun Yimin 2024-08-30 13:04:15 +08:00
parent bc33896630
commit 2ecbeb004f

@ -93,6 +93,7 @@
## 其它 ## 其它
- **VSLDOI** "Vector Shift Left Double by Octet Immediate". This instruction is used to shift the contents of a vector register left by a specified number of octets (8-bit bytes). - **VSLDOI** "Vector Shift Left Double by Octet Immediate". This instruction is used to shift the contents of a vector register left by a specified number of octets (8-bit bytes).
- **XXPERMDI** "Vector Permute Doubleword Immediate". This instruction is used to permute (rearrange) the doublewords (64-bit elements) in a vector register based on an immediate value. - **XXPERMDI** "Vector Permute Doubleword Immediate". This instruction is used to permute (rearrange) the doublewords (64-bit elements) in a vector register based on an immediate value.
- **VPERM** "Vector Permute". This instruction is used to permute (rearrange) the bytes in two vector registers based on a permutation vector.
# 典型的ppc64及ppc64le # 典型的ppc64及ppc64le