summary refs log tree commit diff stats
path: root/tests/tcg/tricore/test_ld_h.S
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/tricore/test_ld_h.S')
-rw-r--r--tests/tcg/tricore/test_ld_h.S15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/tcg/tricore/test_ld_h.S b/tests/tcg/tricore/test_ld_h.S
deleted file mode 100644
index d3c157a046..0000000000
--- a/tests/tcg/tricore/test_ld_h.S
+++ /dev/null
@@ -1,15 +0,0 @@
-#include "macros.h"
-.data
-test_data:
-    .word 0xaffedead
-    .word 0x001122ff
-.text
-.global _start
-_start:
-#                               expect. addr reg val after load
-#              insn  num  expect. load value |          pattern for loading
-#                |    |     |                |              |
-    TEST_LD    (ld.h, 1, 0xffffaffe, MEM_BASE_ADDR, [AREG_ADDR]2)
-    TEST_LD_SRO(ld.h, 2, 0x000022ff, MEM_BASE_ADDR, [AREG_ADDR]4)
-
-    TEST_PASSFAIL