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

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dslt.S70 TEST_RR_ZEROSRC1( 35, slt, 0, -1 );
H A Dsltu.S70 TEST_RR_ZEROSRC1( 35, sltu, 1, -1 );
H A Dadd.S71 TEST_RR_ZEROSRC1( 35, add, 15, 15 );
H A Daddw.S71 TEST_RR_ZEROSRC1( 35, addw, 15, 15 );
H A Dand.S55 TEST_RR_ZEROSRC1( 24, and, 0, 0xff00ff00 );
H A Dor.S55 TEST_RR_ZEROSRC1( 24, or, 0xff00ff00, 0xff00ff00 );
H A Dsub.S69 TEST_RR_ZEROSRC1( 34, sub, 15, -15 );
H A Dsubw.S69 TEST_RR_ZEROSRC1( 34, subw, 15, -15 );
H A Dxor.S55 TEST_RR_ZEROSRC1( 24, xor, 0xff00ff00, 0xff00ff00 );
H A Dsll.S82 TEST_RR_ZEROSRC1( 40, sll, 0, 15 );
H A Dsllw.S76 TEST_RR_ZEROSRC1( 40, sllw, 0, 15 );
H A Dsra.S76 TEST_RR_ZEROSRC1( 40, sra, 0, 15 );
H A Dsraw.S76 TEST_RR_ZEROSRC1( 40, sraw, 0, 15 );
H A Dsrl.S79 TEST_RR_ZEROSRC1( 40, srl, 0, 15 );
H A Dsrlw.S76 TEST_RR_ZEROSRC1( 40, srlw, 0, 15 );
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64um/
H A Dmul.S64 TEST_RR_ZEROSRC1( 26, mul, 0, 31 );
H A Dmulh.S58 TEST_RR_ZEROSRC1( 26, mulh, 0, 31<<32 );
H A Dmulhsu.S58 TEST_RR_ZEROSRC1( 26, mulhsu, 0, 31<<32 );
H A Dmulhu.S61 TEST_RR_ZEROSRC1( 26, mulhu, 0, 31<<32 );
H A Dmulw.S58 TEST_RR_ZEROSRC1( 26, mulw, 0, 31 );
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h190 #define TEST_RR_ZEROSRC1( testnum, inst, result, val ) \ macro

Completed in 21 milliseconds