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

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dslt.S45 TEST_RR_SRC2_EQ_DEST( 18, slt, 1, 11, 13 );
H A Dsltu.S45 TEST_RR_SRC2_EQ_DEST( 18, sltu, 1, 11, 13 );
H A Dadd.S46 TEST_RR_SRC2_EQ_DEST( 18, add, 25, 14, 11 );
H A Daddw.S46 TEST_RR_SRC2_EQ_DEST( 18, addw, 25, 14, 11 );
H A Dand.S30 TEST_RR_SRC2_EQ_DEST( 7, and, 0x00f000f0, 0x0ff00ff0, 0xf0f0f0f0 );
H A Dor.S30 TEST_RR_SRC2_EQ_DEST( 7, or, 0xff0fff0f, 0xff00ff00, 0x0f0f0f0f );
H A Dsub.S44 TEST_RR_SRC2_EQ_DEST( 17, sub, 3, 14, 11 );
H A Dsubw.S44 TEST_RR_SRC2_EQ_DEST( 17, subw, 3, 14, 11 );
H A Dxor.S30 TEST_RR_SRC2_EQ_DEST( 7, xor, 0xf00ff00f, 0xff00ff00, 0x0f0f0f0f );
H A Dsll.S57 TEST_RR_SRC2_EQ_DEST( 23, sll, 0x00004000, 0x00000001, 14 );
H A Dsllw.S51 TEST_RR_SRC2_EQ_DEST( 23, sllw, 0x00004000, 0x00000001, 14 );
H A Dsra.S51 TEST_RR_SRC2_EQ_DEST( 23, sra, 0xfffffffffffe0000, 0xffffffff80000000, 14 );
H A Dsraw.S51 TEST_RR_SRC2_EQ_DEST( 23, sraw, 0xfffffffffffe0000, 0xffffffff80000000, 14 );
H A Dsrl.S54 TEST_RR_SRC2_EQ_DEST( 23, srl, 0x00020000, 0x80000000, 14 );
H A Dsrlw.S51 TEST_RR_SRC2_EQ_DEST( 23, srlw, 0x0000000000020000, 0xffffffff80000000, 14 );
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64um/
H A Dmul.S39 TEST_RR_SRC2_EQ_DEST( 9, mul, 154, 14, 11 );
H A Dmulh.S33 TEST_RR_SRC2_EQ_DEST( 9, mulh, 154, 14<<32, 11<<32 );
H A Dmulhsu.S33 TEST_RR_SRC2_EQ_DEST( 9, mulhsu, 154, 14<<32, 11<<32 );
H A Dmulhu.S36 TEST_RR_SRC2_EQ_DEST( 9, mulhu, 154, 14<<32, 11<<32 );
H A Dmulw.S33 TEST_RR_SRC2_EQ_DEST( 9, mulw, 154, 14, 11 );
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h138 #define TEST_RR_SRC2_EQ_DEST( testnum, inst, result, val1, val2 ) \ macro

Completed in 17 milliseconds