diff --git a/Golang-ppc64-asm-Reference.md b/Golang-ppc64-asm-Reference.md index a9fc54a..b266ba5 100644 --- a/Golang-ppc64-asm-Reference.md +++ b/Golang-ppc64-asm-Reference.md @@ -2,4 +2,10 @@ - https://golang.google.cn/cmd/internal/obj/ppc64/ # 向量指令 -## 算术加减、乘法 \ No newline at end of file +## 算术加减、减法 +- VADDCUQ,对应s390x的VACCQ,计算进位。 +- VADDUQM,对应s390x的VAQ,计算两个数之和的低128位。 +- VADDECUQ,对应s390x的VACCCQ,带进位加,计算进位。 +- VADDEUQM,对应s390x的VACQ,带进位加,两个数和进位的总和的低128位。 + +