1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test/MC/Hexagon/inst_sxth.ll

10 lines
205 B
LLVM
Raw Normal View History

; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
; RUN: | llvm-objdump -d - | FileCheck %s
define i32 @foo (i16 %a)
{
%1 = sext i16 %a to i32
ret i32 %1
}
; CHECK: c0 3f 00 54 54003fc0