From 6eebafdeb89b064e1aa19a3abfe008275beddfdf Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Tue, 27 Aug 2024 10:42:14 +0800 Subject: [PATCH] Updated Golang ppc64 asm Reference (markdown) --- Golang-ppc64-asm-Reference.md | 4 ++++ 1 file changed, 4 insertions(+) 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 ``` + +## 算术乘法 + +