diff options
| author | Xiaolin Zhao <zhaoxiaolin@loongson.cn> | 2025-05-06 10:47:07 +0800 |
|---|---|---|
| committer | abner chenc <chenguoqi@loongson.cn> | 2025-05-08 17:40:23 -0700 |
| commit | d65c209b4b5bc99e7e5587817b79e0850cff32cb (patch) | |
| tree | e3e8e6f82b405fc4f62d1b8b9058257f8f3f2dec /src/internal/bytealg | |
| parent | 0c8615be08673838ed5c1c324dd138f73dfe0689 (diff) | |
| download | go-d65c209b4b5bc99e7e5587817b79e0850cff32cb.tar.xz | |
cmd/internal/obj/loong64: add [X]VF{ADD/SUB/MUL/DIV}.{S/D} instructions
Go asm syntax:
V{ADD/SUB/MUL/DIV}{F/D} VK, VJ, VD
XV{ADD/SUB/MUL/DIV}{F/D} XK, XJ, XD
Equivalent platform assembler syntax:
vf{add/sub/mul/div}.{s/d} vd, vj, vk
xvf{add/sub/mul/div}.{s/d} xd, xj, xk
Change-Id: I4607884212167ac97d7b6448ea3c849fc0fdd506
Reviewed-on: https://go-review.googlesource.com/c/go/+/670255
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'src/internal/bytealg')
0 files changed, 0 insertions, 0 deletions
