1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/MC/Hexagon/jumpdoublepound.s
2015-11-13 01:12:25 +00:00

14 lines
281 B
ArmAsm

# RUN: llvm-mc -triple=hexagon -filetype=obj %s -o - | llvm-objdump -d - | FileCheck %s
# Verify that jump encodes correctly
mylabel:
# CHECK: if (p0) jump
if (p0) jump ##mylabel
# CHECK: if (cmp.gtu(r5.new, r4)) jump:t
{ r5 = r4
if (cmp.gtu(r5.new, r4)) jump:t ##mylabel }