From 0edb9804b295e2cb332f86c252de70fa8e760710 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Fri, 22 Mar 2019 11:32:19 +0100 Subject: Rajout de tests test/mppa pour division/modulo --- test/mppa/instr/divu32.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/mppa/instr/divu32.c (limited to 'test/mppa/instr/divu32.c') diff --git a/test/mppa/instr/divu32.c b/test/mppa/instr/divu32.c new file mode 100644 index 00000000..1fe196c4 --- /dev/null +++ b/test/mppa/instr/divu32.c @@ -0,0 +1,7 @@ +#include "framework.h" + +BEGIN_TEST(unsigned int) +{ + c = a/b; +} +END_TEST32() -- cgit