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

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dslt.S71 TEST_RR_ZEROSRC2( 36, slt, 1, -1 );
H A Dsltu.S71 TEST_RR_ZEROSRC2( 36, sltu, 0, -1 );
H A Dadd.S72 TEST_RR_ZEROSRC2( 36, add, 32, 32 );
H A Daddw.S72 TEST_RR_ZEROSRC2( 36, addw, 32, 32 );
H A Dand.S56 TEST_RR_ZEROSRC2( 25, and, 0, 0x00ff00ff );
H A Dor.S56 TEST_RR_ZEROSRC2( 25, or, 0x00ff00ff, 0x00ff00ff );
H A Dsub.S70 TEST_RR_ZEROSRC2( 35, sub, 32, 32 );
H A Dsubw.S70 TEST_RR_ZEROSRC2( 35, subw, 32, 32 );
H A Dxor.S56 TEST_RR_ZEROSRC2( 25, xor, 0x00ff00ff, 0x00ff00ff );
H A Dsll.S83 TEST_RR_ZEROSRC2( 41, sll, 32, 32 );
H A Dsllw.S77 TEST_RR_ZEROSRC2( 41, sllw, 32, 32 );
H A Dsra.S77 TEST_RR_ZEROSRC2( 41, sra, 32, 32 );
H A Dsraw.S77 TEST_RR_ZEROSRC2( 41, sraw, 32, 32 );
H A Dsrl.S80 TEST_RR_ZEROSRC2( 41, srl, 32, 32 );
H A Dsrlw.S77 TEST_RR_ZEROSRC2( 41, srlw, 32, 32 );
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64um/
H A Dmul.S65 TEST_RR_ZEROSRC2( 27, mul, 0, 32 );
H A Dmulh.S59 TEST_RR_ZEROSRC2( 27, mulh, 0, 32<<32 );
H A Dmulhsu.S59 TEST_RR_ZEROSRC2( 27, mulhsu, 0, 32<<32 );
H A Dmulhu.S62 TEST_RR_ZEROSRC2( 27, mulhu, 0, 32<<32 );
H A Dmulw.S59 TEST_RR_ZEROSRC2( 27, mulw, 0, 32 );
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h196 #define TEST_RR_ZEROSRC2( testnum, inst, result, val ) \ macro

Completed in 17 milliseconds