Strip big-endian tests
authorAndrew Waterman <waterman@cs.berkeley.edu>
Mon, 29 Feb 2016 07:18:19 +0000 (23:18 -0800)
committerAndrew Waterman <waterman@cs.berkeley.edu>
Mon, 29 Feb 2016 07:20:48 +0000 (23:20 -0800)
These tests will likely never support non-standard big-endian systems.

isa/rv32ui/sb.S
isa/rv32ui/sh.S
isa/rv64ui/sb.S
isa/rv64ui/sh.S

index 1a8598c29ee576e46f6edde7cbfb6feaa97462c0..05d1894f70bb81969b0dcf19013c35612e938088 100644 (file)
@@ -19,13 +19,7 @@ RVTEST_CODE_BEGIN
 
   TEST_ST_OP( 2, lb, sb, 0xffffffaa, 0, tdat );
   TEST_ST_OP( 3, lb, sb, 0x00000000, 1, tdat );
-#ifdef __RISCVEL
   TEST_ST_OP( 4, lh, sb, 0xffffefa0, 2, tdat );
-#elif defined(__RISCVEB)
-#else
-  TEST_ST_OP( 4, lh, sb, 0xffffa0ef, 2, tdat );
-#error unknown endianness!
-#endif
   TEST_ST_OP( 5, lb, sb, 0x0000000a, 3, tdat );
 
   # Test with negative offset
index 6c464e548dced3e69b7033e3c2b250fa3be805f4..387e18126c4bc8e089ec95391d5a9a1a33758424 100644 (file)
@@ -19,13 +19,7 @@ RVTEST_CODE_BEGIN
 
   TEST_ST_OP( 2, lh, sh, 0x000000aa, 0, tdat );
   TEST_ST_OP( 3, lh, sh, 0xffffaa00, 2, tdat );
-#ifdef __RISCVEL
   TEST_ST_OP( 4, lw, sh, 0xbeef0aa0, 4, tdat );
-#elif defined(__RISCVEB)
-#else
-  TEST_ST_OP( 4, lw, sh, 0x0aa0beef, 4, tdat );
-#error unknown endianness!
-#endif
   TEST_ST_OP( 5, lh, sh, 0xffffa00a, 6, tdat );
 
   # Test with negative offset
index aefeaa0371e9d593814b93237d37dad576fc8189..17ab2e2f6bd2caa592564f742ec20b2e7fa83c64 100644 (file)
@@ -19,13 +19,7 @@ RVTEST_CODE_BEGIN
 
   TEST_ST_OP( 2, lb, sb, 0xffffffffffffffaa, 0, tdat );
   TEST_ST_OP( 3, lb, sb, 0x0000000000000000, 1, tdat );
-#ifdef __RISCVEL
   TEST_ST_OP( 4, lh, sb, 0xffffffffffffefa0, 2, tdat );
-#elif defined(__RISCVEB)
-#else
-  TEST_ST_OP( 4, lh, sb, 0xffffffffffffa0ef, 2, tdat );
-#error unknown endianness!
-#endif
   TEST_ST_OP( 5, lb, sb, 0x000000000000000a, 3, tdat );
 
   # Test with negative offset
index 773127c1da73a2c442b2607a5355f2581ccc5711..10897d432857bb6135376bd596cef2ede46f858c 100644 (file)
@@ -19,13 +19,7 @@ RVTEST_CODE_BEGIN
 
   TEST_ST_OP( 2, lh, sh, 0x00000000000000aa, 0, tdat );
   TEST_ST_OP( 3, lh, sh, 0xffffffffffffaa00, 2, tdat );
-#ifdef __RISCVEL
   TEST_ST_OP( 4, lw, sh, 0xffffffffbeef0aa0, 4, tdat );
-#elif defined(__RISCVEB)
-#else
-  TEST_ST_OP( 4, lw, sh, 0x000000000aa0beef, 4, tdat );
-#error unknown endianness!
-#endif
   TEST_ST_OP( 5, lh, sh, 0xffffffffffffa00a, 6, tdat );
 
   # Test with negative offset