Searched refs:TEST_IMM_ZEROSRC1 (Results 1 - 14 of 14) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Daddi.S59 TEST_IMM_ZEROSRC1( 24, addi, 32, 32 );
H A Daddiw.S59 TEST_IMM_ZEROSRC1( 24, addiw, 32, 32 );
H A Dandi.S43 TEST_IMM_ZEROSRC1( 13, andi, 0, 0x0f0 );
H A Dori.S43 TEST_IMM_ZEROSRC1( 13, ori, 0x0f0, 0x0f0 );
H A Dslliw.S56 TEST_IMM_ZEROSRC1( 24, slliw, 0, 31 );
H A Dslti.S58 TEST_IMM_ZEROSRC1( 24, slti, 0, 0xfff );
H A Dsltiu.S58 TEST_IMM_ZEROSRC1( 24, sltiu, 1, 0xfff );
H A Dsrai.S56 TEST_IMM_ZEROSRC1( 24, srai, 0, 4 );
H A Dsraiw.S56 TEST_IMM_ZEROSRC1( 24, sraiw, 0, 31 );
H A Dsrli.S59 TEST_IMM_ZEROSRC1( 24, srli, 0, 4 );
H A Dsrliw.S56 TEST_IMM_ZEROSRC1( 24, srliw, 0, 31 );
H A Dxori.S43 TEST_IMM_ZEROSRC1( 13, xori, 0x0f0, 0x0f0 );
H A Dslli.S62 TEST_IMM_ZEROSRC1( 24, slli, 0, 31 );
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h81 #define TEST_IMM_ZEROSRC1( testnum, inst, result, imm ) \ macro

Completed in 12 milliseconds