lm32: opcode testsuite
This patch creates tests/lm32 directory and adds tests for every LatticeMico32 opcode. Signed-off-by: NMichael Walle <michael@walle.cc> Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@gmail.com>
Showing
tests/lm32/Makefile
0 → 100644
tests/lm32/crt.S
0 → 100644
tests/lm32/linker.ld
0 → 100644
tests/lm32/macros.inc
0 → 100644
tests/lm32/test_add.S
0 → 100644
tests/lm32/test_addi.S
0 → 100644
tests/lm32/test_and.S
0 → 100644
tests/lm32/test_andhi.S
0 → 100644
tests/lm32/test_andi.S
0 → 100644
tests/lm32/test_b.S
0 → 100644
tests/lm32/test_be.S
0 → 100644
tests/lm32/test_bg.S
0 → 100644
tests/lm32/test_bge.S
0 → 100644
tests/lm32/test_bgeu.S
0 → 100644
tests/lm32/test_bgu.S
0 → 100644
tests/lm32/test_bi.S
0 → 100644
tests/lm32/test_bne.S
0 → 100644
tests/lm32/test_break.S
0 → 100644
tests/lm32/test_bret.S
0 → 100644
tests/lm32/test_call.S
0 → 100644
tests/lm32/test_calli.S
0 → 100644
tests/lm32/test_cmpe.S
0 → 100644
tests/lm32/test_cmpei.S
0 → 100644
tests/lm32/test_cmpg.S
0 → 100644
tests/lm32/test_cmpge.S
0 → 100644
tests/lm32/test_cmpgei.S
0 → 100644
tests/lm32/test_cmpgeu.S
0 → 100644
tests/lm32/test_cmpgeui.S
0 → 100644
tests/lm32/test_cmpgi.S
0 → 100644
tests/lm32/test_cmpgu.S
0 → 100644
tests/lm32/test_cmpgui.S
0 → 100644
tests/lm32/test_cmpne.S
0 → 100644
tests/lm32/test_cmpnei.S
0 → 100644
tests/lm32/test_divu.S
0 → 100644
tests/lm32/test_eret.S
0 → 100644
tests/lm32/test_lb.S
0 → 100644
tests/lm32/test_lbu.S
0 → 100644
tests/lm32/test_lh.S
0 → 100644
tests/lm32/test_lhu.S
0 → 100644
tests/lm32/test_lw.S
0 → 100644
tests/lm32/test_modu.S
0 → 100644
tests/lm32/test_mul.S
0 → 100644
tests/lm32/test_muli.S
0 → 100644
tests/lm32/test_nor.S
0 → 100644
tests/lm32/test_nori.S
0 → 100644
tests/lm32/test_or.S
0 → 100644
tests/lm32/test_orhi.S
0 → 100644
tests/lm32/test_ori.S
0 → 100644
tests/lm32/test_ret.S
0 → 100644
tests/lm32/test_sb.S
0 → 100644
tests/lm32/test_scall.S
0 → 100644
tests/lm32/test_sextb.S
0 → 100644
tests/lm32/test_sexth.S
0 → 100644
tests/lm32/test_sh.S
0 → 100644
tests/lm32/test_sl.S
0 → 100644
tests/lm32/test_sli.S
0 → 100644
tests/lm32/test_sr.S
0 → 100644
tests/lm32/test_sri.S
0 → 100644
tests/lm32/test_sru.S
0 → 100644
tests/lm32/test_srui.S
0 → 100644
tests/lm32/test_sub.S
0 → 100644
tests/lm32/test_sw.S
0 → 100644
tests/lm32/test_xnor.S
0 → 100644
tests/lm32/test_xnori.S
0 → 100644
tests/lm32/test_xor.S
0 → 100644
tests/lm32/test_xori.S
0 → 100644
想要评论请 注册 或 登录