1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/MC/Hexagon/jumpdoublepound.s
2017-02-10 15:33:13 +00:00

14 lines
280 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 }