mirror of
https://github.com/mii443/qemu.git
synced 2025-08-26 00:49:39 +00:00
this seperates these tests from the upcoming tests written in C. Also rename the compiled test to 'test_<foo>.asm.tst'. Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Message-Id: <20230526061946.54514-2-kbastian@mail.uni-paderborn.de>
10 lines
267 B
ArmAsm
10 lines
267 B
ArmAsm
#include "macros.h"
|
|
.text
|
|
.global _start
|
|
_start:
|
|
# insn num result rs1 imm1 rs2 imm2
|
|
# | | | | | | |
|
|
TEST_D_DIDI(insert, 1, 0x7fffffff, 0xffffffff, 0xa, 0x10, 0x8)
|
|
|
|
TEST_PASSFAIL
|