Searched refs:slliw (Results 1 - 4 of 4) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dslliw.S4 # slliw.S
7 # Test slliw instruction.
20 TEST_IMM_OP( 2, slliw, 0x0000000000000001, 0x0000000000000001, 0 );
21 TEST_IMM_OP( 3, slliw, 0x0000000000000002, 0x0000000000000001, 1 );
22 TEST_IMM_OP( 4, slliw, 0x0000000000000080, 0x0000000000000001, 7 );
23 TEST_IMM_OP( 5, slliw, 0x0000000000004000, 0x0000000000000001, 14 );
24 TEST_IMM_OP( 6, slliw, 0xffffffff80000000, 0x0000000000000001, 31 );
26 TEST_IMM_OP( 7, slliw, 0xffffffffffffffff, 0xffffffffffffffff, 0 );
27 TEST_IMM_OP( 8, slliw, 0xfffffffffffffffe, 0xffffffffffffffff, 1 );
28 TEST_IMM_OP( 9, slliw,
[all...]
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp368 expect<int64_t>(65280, []{return I::slliw(255, 8);}, "slliw, general");
370 []{return I::slliw(255, 31);}, "slliw, erase");
372 []{return I::slliw(0xFFFFFFFF00800000LL, 8);}, "slliw, truncate");
H A Drv64i.h377 slliw(int64_t rs1, const uint16_t imm) function in namespace:I
380 IOP("slliw", rd, rs1, imm);
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1009 DECLARE_INSN(slliw, MATCH_SLLIW, MASK_SLLIW)

Completed in 17 milliseconds