Change-Id: I37f3db37a318a72a9558c1a728be8099a41a8774
Reviewed-on: https://go-review.googlesource.com/c/go/+/671255
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
#define LOAD1(index) \
MOVW (index*4)(R5), REGTMP3; \
- WORD $0x3a73; \ // REVB2W REGTMP3, REGTMP3 to big-endian
+ REVB2W REGTMP3, REGTMP3; \
MOVW REGTMP3, (index*4)(R3)
#define LOAD(index) \