mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
df7d452980
Changes include: - Updates to the instruction descriptor flags. - Improvements to the packet shuffler and checker. - Updates to the handling of certain relocations. - Better handling of duplex instructions. llvm-svn: 294226
11 lines
197 B
ArmAsm
11 lines
197 B
ArmAsm
# RUN: llvm-mc -triple hexagon -filetype=obj %s | llvm-objdump -d - | FileCheck %s
|
|
|
|
# CHECK: 11 df 75 f1
|
|
r17 = xor(r21, lr)
|
|
|
|
# CHECK: 1d df 35 f3
|
|
sp = sub(lr, r21)
|
|
|
|
# CHECK: 15 c0 3e 71
|
|
fp.l = #21
|