Searched refs:TEST_RR_ZERODEST (Results 1 - 21 of 21) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dslt.S73 TEST_RR_ZERODEST( 38, slt, 16, 30 );
H A Dsltu.S73 TEST_RR_ZERODEST( 38, sltu, 16, 30 );
H A Dadd.S74 TEST_RR_ZERODEST( 38, add, 16, 30 );
H A Daddw.S74 TEST_RR_ZERODEST( 38, addw, 16, 30 );
H A Dand.S58 TEST_RR_ZERODEST( 27, and, 0x11111111, 0x22222222 );
H A Dor.S58 TEST_RR_ZERODEST( 27, or, 0x11111111, 0x22222222 );
H A Dsub.S72 TEST_RR_ZERODEST( 37, sub, 16, 30 );
H A Dsubw.S72 TEST_RR_ZERODEST( 37, subw, 16, 30 );
H A Dxor.S58 TEST_RR_ZERODEST( 27, xor, 0x11111111, 0x22222222 );
H A Dsll.S85 TEST_RR_ZERODEST( 43, sll, 1024, 2048 );
H A Dsllw.S79 TEST_RR_ZERODEST( 43, sllw, 1024, 2048 );
H A Dsra.S79 TEST_RR_ZERODEST( 43, sra, 1024, 2048 );
H A Dsraw.S79 TEST_RR_ZERODEST( 43, sraw, 1024, 2048 );
H A Dsrl.S82 TEST_RR_ZERODEST( 43, srl, 1024, 2048 );
H A Dsrlw.S79 TEST_RR_ZERODEST( 43, srlw, 1024, 2048 );
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64um/
H A Dmul.S67 TEST_RR_ZERODEST( 29, mul, 33, 34 );
H A Dmulh.S61 TEST_RR_ZERODEST( 29, mulh, 33<<32, 34<<32 );
H A Dmulhsu.S61 TEST_RR_ZERODEST( 29, mulhsu, 33<<32, 34<<32 );
H A Dmulhu.S64 TEST_RR_ZERODEST( 29, mulhu, 33<<32, 34<<32 );
H A Dmulw.S61 TEST_RR_ZERODEST( 29, mulw, 33, 34 );
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h207 #define TEST_RR_ZERODEST( testnum, inst, val1, val2 ) \ macro

Completed in 17 milliseconds