mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
07121ea974
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232728 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
211 B
LLVM
10 lines
211 B
LLVM
; RUN: llc -march=hexagon -mcpu=hexagonv5 < %s | FileCheck %s
|
|
; CHECK: vmpybsu
|
|
; CHECK: vtrunehb
|
|
|
|
define <4 x i8> @t_i4x8(<4 x i8> %a, <4 x i8> %b) nounwind {
|
|
entry:
|
|
%0 = mul <4 x i8> %a, %b
|
|
ret <4 x i8> %0
|
|
}
|