diff --git a/Golang-ppc64-asm-Reference.md b/Golang-ppc64-asm-Reference.md index 0b07fb4..9c40f3e 100644 --- a/Golang-ppc64-asm-Reference.md +++ b/Golang-ppc64-asm-Reference.md @@ -32,3 +32,7 @@ VSUBEUQM T1, PH, CAR1, TT1 // VSBIQ T1, PH, CAR1, TT1 VSUBEUQM T2, ZER, CAR2, T2 // VSBIQ T2, ZER, CAR2, T2 ``` + +## 算术乘法 + +