xemu/tests/lm32
Michael Walle d65f083146 lm32: opcode testsuite
This patch creates tests/lm32 directory and adds tests for every
LatticeMico32 opcode.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2011-03-07 13:42:37 +01:00
..
Makefile lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
crt.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
linker.ld lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
macros.inc lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_add.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_addi.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_and.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_andhi.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_andi.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_b.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_be.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_bg.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_bge.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_bgeu.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_bgu.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_bi.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_bne.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_break.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_bret.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_call.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_calli.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_cmpe.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_cmpei.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_cmpg.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_cmpge.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_cmpgei.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_cmpgeu.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_cmpgeui.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_cmpgi.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_cmpgu.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_cmpgui.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_cmpne.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_cmpnei.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_divu.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_eret.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_lb.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_lbu.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_lh.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_lhu.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_lw.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_modu.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_mul.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_muli.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_nor.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_nori.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_or.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_orhi.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_ori.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_ret.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_sb.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_scall.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_sextb.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_sexth.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_sh.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_sl.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_sli.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_sr.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_sri.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_sru.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_srui.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_sub.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_sw.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_xnor.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_xnori.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_xor.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00
test_xori.S lm32: opcode testsuite 2011-03-07 13:42:37 +01:00