linux-packaging-mono/external/llvm/test/MC/Hexagon/duplex-addi-global-imm.s
Xamarin Public Jenkins (auto-signing) 64ac736ec5 Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
2019-04-12 14:10:50 +00:00

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
}