mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 13:51:37 +00:00
61c1930d2b
llvm-svn: 306012
16 lines
242 B
ArmAsm
16 lines
242 B
ArmAsm
# RUN: llvm-mc -arch=hexagon -show-encoding %s | FileCheck %s
|
|
# Check that we generate a duplex for this packet.
|
|
# CHECK: encoding: [A,0x40'A',A,A,0x01'B',0x28'B',B,0x20'B']
|
|
|
|
.data
|
|
g:
|
|
.long 0
|
|
|
|
.text
|
|
{
|
|
r0 = add(r0,##g)
|
|
r1 = #0
|
|
}
|
|
|
|
|