1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/MC/Hexagon/v60-permute.s
Sumanth Gundapaneni 262321d1ff [Hexagon] New HVX target features.
This patch lets the llvm tools handle the new HVX target features that
are added by frontend (clang). The target-features are of the form
"hvx-length64b" for 64 Byte HVX mode, "hvx-length128b" for 128 Byte mode HVX.
"hvx-double" is an alias to "hvx-length128b" and is soon will be deprecated.
The hvx version target feature is upgated form "+hvx" to "+hvxv{version_number}.
Eg: "+hvxv62"

For the correct HVX code generation, the user must use the following
target features.
For 64B mode: "+hvxv62" "+hvx-length64b"
For 128B mode: "+hvxv62" "+hvx-length128b"

Clang picks a default length if none is specified. If for some reason,
no hvx-length is specified to llvm, the compilation will bail out.
There is a corresponding clang patch.

Differential Revision: https://reviews.llvm.org/D38851

llvm-svn: 316101
2017-10-18 18:07:07 +00:00

52 lines
1.4 KiB
ArmAsm

#RUN: llvm-mc -triple=hexagon -mcpu=hexagonv60 -filetype=obj -mhvx %s | \
#RUN: llvm-objdump -triple=hexagon -mcpu=hexagonv60 -mhvx -d - | \
#RUN: FileCheck %s
#CHECK: 1fd2d5cf { v15.b = vpack(v21.h{{ *}},{{ *}}v18.h):sat }
v15.b=vpack(v21.h,v18.h):sat
#CHECK: 1fd7d7a2 { v2.ub = vpack(v23.h{{ *}},{{ *}}v23.h):sat }
v2.ub=vpack(v23.h,v23.h):sat
#CHECK: 1fc7d464 { v4.h = vpacke(v20.w{{ *}},{{ *}}v7.w) }
v4.h=vpacke(v20.w,v7.w)
#CHECK: 1fc2c75b { v27.b = vpacke(v7.h{{ *}},{{ *}}v2.h) }
v27.b=vpacke(v7.h,v2.h)
#CHECK: 1fc9c5ed { v13.uh = vpack(v5.w{{ *}},{{ *}}v9.w):sat }
v13.uh=vpack(v5.w,v9.w):sat
#CHECK: 1ff1d81f { v31.h = vpack(v24.w{{ *}},{{ *}}v17.w):sat }
v31.h=vpack(v24.w,v17.w):sat
#CHECK: 1fe6c435 { v21.b = vpacko(v4.h{{ *}},{{ *}}v6.h) }
v21.b=vpacko(v4.h,v6.h)
#CHECK: 1febc140 { v0.h = vpacko(v1.w{{ *}},{{ *}}v11.w) }
v0.h=vpacko(v1.w,v11.w)
#CHECK: 1e01d256 { v23:22.h = vunpack(v18.b) }
v23:22.h=vunpack(v18.b)
#CHECK: 1e01cc38 { v25:24.uw = vunpack(v12.uh) }
v25:24.uw=vunpack(v12.uh)
#CHECK: 1e01c61e { v31:30.uh = vunpack(v6.ub) }
v31:30.uh=vunpack(v6.ub)
#CHECK: 1e01d778 { v25:24.w = vunpack(v23.h) }
v25:24.w=vunpack(v23.h)
#CHECK: 1e00c0e0 { v0.b = vdeal(v0.b) }
v0.b=vdeal(v0.b)
#CHECK: 1e00d5c9 { v9.h = vdeal(v21.h) }
v9.h=vdeal(v21.h)
#CHECK: 1e02cb1c { v28.b = vshuff(v11.b) }
v28.b=vshuff(v11.b)
#CHECK: 1e01d8fe { v30.h = vshuff(v24.h) }
v30.h=vshuff(v24.h)