mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
6faa0c3ed4
Summary: This adds all of the AVR machine code tests. Reviewers: arsenm, kparzysz Subscribers: wdng, japaric Differential Revision: https://reviews.llvm.org/D26387 llvm-svn: 286417
13 lines
437 B
ArmAsm
13 lines
437 B
ArmAsm
; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s
|
|
|
|
|
|
foo:
|
|
|
|
brbs 3, .+8
|
|
brbs 0, .-12
|
|
|
|
; CHECK: brvs .Ltmp0+8 ; encoding: [0bAAAAA011,0b111100AA]
|
|
; CHECK: ; fixup A - offset: 0, value: .Ltmp0+8, kind: fixup_7_pcrel
|
|
; CHECK: brcs .Ltmp1-12 ; encoding: [0bAAAAA000,0b111100AA]
|
|
; CHECK: ; fixup A - offset: 0, value: .Ltmp1-12, kind: fixup_7_pcrel
|