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

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dslt.S44 TEST_RR_SRC1_EQ_DEST( 17, slt, 0, 14, 13 );
H A Dsltu.S44 TEST_RR_SRC1_EQ_DEST( 17, sltu, 0, 14, 13 );
H A Dadd.S45 TEST_RR_SRC1_EQ_DEST( 17, add, 24, 13, 11 );
H A Daddw.S45 TEST_RR_SRC1_EQ_DEST( 17, addw, 24, 13, 11 );
H A Dand.S29 TEST_RR_SRC1_EQ_DEST( 6, and, 0x0f000f00, 0xff00ff00, 0x0f0f0f0f );
H A Dor.S29 TEST_RR_SRC1_EQ_DEST( 6, or, 0xff0fff0f, 0xff00ff00, 0x0f0f0f0f );
H A Dsub.S43 TEST_RR_SRC1_EQ_DEST( 16, sub, 2, 13, 11 );
H A Dsubw.S43 TEST_RR_SRC1_EQ_DEST( 16, subw, 2, 13, 11 );
H A Dxor.S29 TEST_RR_SRC1_EQ_DEST( 6, xor, 0xf00ff00f, 0xff00ff00, 0x0f0f0f0f );
H A Dsll.S56 TEST_RR_SRC1_EQ_DEST( 22, sll, 0x00000080, 0x00000001, 7 );
H A Dsllw.S50 TEST_RR_SRC1_EQ_DEST( 22, sllw, 0x00000080, 0x00000001, 7 );
H A Dsra.S50 TEST_RR_SRC1_EQ_DEST( 22, sra, 0xffffffffff000000, 0xffffffff80000000, 7 );
H A Dsraw.S50 TEST_RR_SRC1_EQ_DEST( 22, sraw, 0xffffffffff000000, 0xffffffff80000000, 7 );
H A Dsrl.S53 TEST_RR_SRC1_EQ_DEST( 22, srl, 0x01000000, 0x80000000, 7 );
H A Dsrlw.S50 TEST_RR_SRC1_EQ_DEST( 22, srlw, 0x0000000001000000, 0xffffffff80000000, 7 );
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64um/
H A Dmul.S38 TEST_RR_SRC1_EQ_DEST( 8, mul, 143, 13, 11 );
H A Dmulh.S32 TEST_RR_SRC1_EQ_DEST( 8, mulh, 143, 13<<32, 11<<32 );
H A Dmulhsu.S32 TEST_RR_SRC1_EQ_DEST( 8, mulhsu, 143, 13<<32, 11<<32 );
H A Dmulhu.S35 TEST_RR_SRC1_EQ_DEST( 8, mulhu, 143, 13<<32, 11<<32 );
H A Dmulw.S32 TEST_RR_SRC1_EQ_DEST( 8, mulw, 143, 13, 11 );
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h131 #define TEST_RR_SRC1_EQ_DEST( testnum, inst, result, val1, val2 ) \ macro

Completed in 16 milliseconds