]> Cypherpunks repositories - gostls13.git/commit
test/codegen: add tests for multiplication-subtraction
authorBen Shi <powerman1st@163.com>
Mon, 15 Oct 2018 02:25:10 +0000 (02:25 +0000)
committerCherry Zhang <cherryyz@google.com>
Mon, 15 Oct 2018 02:41:33 +0000 (02:41 +0000)
commitc3208842e138a4dd51499ca84b3bdba99ac4d413
treecd4c559cef780fd2ea0516514c52f9eef20f5ef1
parent389e942745ddd7eef44b71571c463b0dfc3dcac2
test/codegen: add tests for multiplication-subtraction

This CL adds tests for armv7's MULS and arm64's MSUBW.

Change-Id: Id0fd5d26fd477e4ed14389b0d33cad930423eb5b
Reviewed-on: https://go-review.googlesource.com/c/141651
Run-TryBot: Ben Shi <powerman1st@163.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/codegen/arithmetic.go