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

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dsllw.S4 # sllw.S
7 # Test sllw instruction.
20 TEST_RR_OP( 2, sllw, 0x0000000000000001, 0x0000000000000001, 0 );
21 TEST_RR_OP( 3, sllw, 0x0000000000000002, 0x0000000000000001, 1 );
22 TEST_RR_OP( 4, sllw, 0x0000000000000080, 0x0000000000000001, 7 );
23 TEST_RR_OP( 5, sllw, 0x0000000000004000, 0x0000000000000001, 14 );
24 TEST_RR_OP( 6, sllw, 0xffffffff80000000, 0x0000000000000001, 31 );
26 TEST_RR_OP( 7, sllw, 0xffffffffffffffff, 0xffffffffffffffff, 0 );
27 TEST_RR_OP( 8, sllw, 0xfffffffffffffffe, 0xffffffffffffffff, 1 );
28 TEST_RR_OP( 9, sllw,
[all...]
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp408 expect<int64_t>(65280, []{return I::sllw(255, 8);}, "sllw, general");
410 []{return I::sllw(255, 31);}, "sllw, erase");
412 []{return I::sllw(0xFFFFFFFF00008000LL, 16);}, "sllw, truncate");
H A Drv64i.h417 sllw(int64_t rs1, int64_t rs2) function in namespace:I
420 ROP("sllw", rd, rs1, rs2);
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1014 DECLARE_INSN(sllw, MATCH_SLLW, MASK_SLLW)

Completed in 18 milliseconds