]> granicus.if.org Git - llvm/commit
[AVR] Add all of the machine code test suite
authorDylan McKay <dylanmckay34@gmail.com>
Wed, 9 Nov 2016 23:46:25 +0000 (23:46 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Wed, 9 Nov 2016 23:46:25 +0000 (23:46 +0000)
commit64af2512f18ad5452fdf423c5c88cdf8f12faa0f
tree0e3d6073f7291db8a085e052d7b338882755b178
parent35ce2dbc66ef694f2bedfe1826a5e743c7c5e27d
[AVR] Add all of the machine code test suite

Summary: This adds all of the AVR machine code tests.

Reviewers: arsenm, kparzysz

Subscribers: wdng, japaric

Differential Revision: https://reviews.llvm.org/D26387

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286417 91177308-0d34-0410-b5e6-96231b3b80d8
102 files changed:
test/MC/AVR/inst-adc.s [new file with mode: 0644]
test/MC/AVR/inst-add.s [new file with mode: 0644]
test/MC/AVR/inst-adiw.s [new file with mode: 0644]
test/MC/AVR/inst-and.s [new file with mode: 0644]
test/MC/AVR/inst-andi.s [new file with mode: 0644]
test/MC/AVR/inst-asr.s [new file with mode: 0644]
test/MC/AVR/inst-bld.s [new file with mode: 0644]
test/MC/AVR/inst-brbc.s [new file with mode: 0644]
test/MC/AVR/inst-brbs.s [new file with mode: 0644]
test/MC/AVR/inst-break.s [new file with mode: 0644]
test/MC/AVR/inst-bst.s [new file with mode: 0644]
test/MC/AVR/inst-call.s [new file with mode: 0644]
test/MC/AVR/inst-cbi.s [new file with mode: 0644]
test/MC/AVR/inst-cbr.s [new file with mode: 0644]
test/MC/AVR/inst-clr.s [new file with mode: 0644]
test/MC/AVR/inst-com.s [new file with mode: 0644]
test/MC/AVR/inst-cp.s [new file with mode: 0644]
test/MC/AVR/inst-cpc.s [new file with mode: 0644]
test/MC/AVR/inst-cpi.s [new file with mode: 0644]
test/MC/AVR/inst-cpse.s [new file with mode: 0644]
test/MC/AVR/inst-dec.s [new file with mode: 0644]
test/MC/AVR/inst-des.s [new file with mode: 0644]
test/MC/AVR/inst-eicall.s [new file with mode: 0644]
test/MC/AVR/inst-eijmp.s [new file with mode: 0644]
test/MC/AVR/inst-elpm.s [new file with mode: 0644]
test/MC/AVR/inst-eor.s [new file with mode: 0644]
test/MC/AVR/inst-family-cond-branch.s [new file with mode: 0644]
test/MC/AVR/inst-family-set-clr-flag.s [new file with mode: 0644]
test/MC/AVR/inst-fmul.s [new file with mode: 0644]
test/MC/AVR/inst-fmuls.s [new file with mode: 0644]
test/MC/AVR/inst-fmulsu.s [new file with mode: 0644]
test/MC/AVR/inst-icall.s [new file with mode: 0644]
test/MC/AVR/inst-ijmp.s [new file with mode: 0644]
test/MC/AVR/inst-in.s [new file with mode: 0644]
test/MC/AVR/inst-inc.s [new file with mode: 0644]
test/MC/AVR/inst-jmp.s [new file with mode: 0644]
test/MC/AVR/inst-lac.s [new file with mode: 0644]
test/MC/AVR/inst-las.s [new file with mode: 0644]
test/MC/AVR/inst-lat.s [new file with mode: 0644]
test/MC/AVR/inst-ld.s [new file with mode: 0644]
test/MC/AVR/inst-ldd.s [new file with mode: 0644]
test/MC/AVR/inst-ldi.s [new file with mode: 0644]
test/MC/AVR/inst-lds.s [new file with mode: 0644]
test/MC/AVR/inst-lpm.s [new file with mode: 0644]
test/MC/AVR/inst-lsl.s [new file with mode: 0644]
test/MC/AVR/inst-lsr.s [new file with mode: 0644]
test/MC/AVR/inst-mov.s [new file with mode: 0644]
test/MC/AVR/inst-movw.s [new file with mode: 0644]
test/MC/AVR/inst-mul.s [new file with mode: 0644]
test/MC/AVR/inst-muls.s [new file with mode: 0644]
test/MC/AVR/inst-mulsu.s [new file with mode: 0644]
test/MC/AVR/inst-neg.s [new file with mode: 0644]
test/MC/AVR/inst-nop.s [new file with mode: 0644]
test/MC/AVR/inst-or.s [new file with mode: 0644]
test/MC/AVR/inst-ori.s [new file with mode: 0644]
test/MC/AVR/inst-out.s [new file with mode: 0644]
test/MC/AVR/inst-pop.s [new file with mode: 0644]
test/MC/AVR/inst-push.s [new file with mode: 0644]
test/MC/AVR/inst-rcall.s [new file with mode: 0644]
test/MC/AVR/inst-ret.s [new file with mode: 0644]
test/MC/AVR/inst-reti.s [new file with mode: 0644]
test/MC/AVR/inst-rjmp.s [new file with mode: 0644]
test/MC/AVR/inst-rol.s [new file with mode: 0644]
test/MC/AVR/inst-ror.s [new file with mode: 0644]
test/MC/AVR/inst-sbc.s [new file with mode: 0644]
test/MC/AVR/inst-sbci.s [new file with mode: 0644]
test/MC/AVR/inst-sbi.s [new file with mode: 0644]
test/MC/AVR/inst-sbic.s [new file with mode: 0644]
test/MC/AVR/inst-sbis.s [new file with mode: 0644]
test/MC/AVR/inst-sbiw.s [new file with mode: 0644]
test/MC/AVR/inst-sbr.s [new file with mode: 0644]
test/MC/AVR/inst-sbrc.s [new file with mode: 0644]
test/MC/AVR/inst-sbrs.s [new file with mode: 0644]
test/MC/AVR/inst-ser.s [new file with mode: 0644]
test/MC/AVR/inst-sleep.s [new file with mode: 0644]
test/MC/AVR/inst-spm.s [new file with mode: 0644]
test/MC/AVR/inst-st.s [new file with mode: 0644]
test/MC/AVR/inst-std.s [new file with mode: 0644]
test/MC/AVR/inst-sts.s [new file with mode: 0644]
test/MC/AVR/inst-sub.s [new file with mode: 0644]
test/MC/AVR/inst-subi.s [new file with mode: 0644]
test/MC/AVR/inst-swap.s [new file with mode: 0644]
test/MC/AVR/inst-tst.s [new file with mode: 0644]
test/MC/AVR/inst-wdr.s [new file with mode: 0644]
test/MC/AVR/inst-xch.s [new file with mode: 0644]
test/MC/AVR/lit.local.cfg [new file with mode: 0644]
test/MC/AVR/modifiers.s [new file with mode: 0644]
test/MC/AVR/out-of-range-fixups/adiw-fail.s [new file with mode: 0644]
test/MC/AVR/out-of-range-fixups/adiw-pass.s [new file with mode: 0644]
test/MC/AVR/out-of-range-fixups/brbs-pass.s [new file with mode: 0644]
test/MC/AVR/out-of-range-fixups/call-pass.s [new file with mode: 0644]
test/MC/AVR/out-of-range-fixups/in-fail.s [new file with mode: 0644]
test/MC/AVR/out-of-range-fixups/in-pass.s [new file with mode: 0644]
test/MC/AVR/out-of-range-fixups/lds-fail.s [new file with mode: 0644]
test/MC/AVR/out-of-range-fixups/lds-pass.s [new file with mode: 0644]
test/MC/AVR/out-of-range-fixups/rjmp-pass.s [new file with mode: 0644]
test/MC/AVR/out-of-range-fixups/sbi-fail.s [new file with mode: 0644]
test/MC/AVR/out-of-range-fixups/sbi-pass.s [new file with mode: 0644]
test/MC/AVR/relocations.s [new file with mode: 0644]
test/MC/AVR/symbol_relocation.s [new file with mode: 0644]
test/MC/AVR/syntax-reg-int-literal.s [new file with mode: 0644]
test/MC/AVR/syntax-reg-pair.s [new file with mode: 0644]