Searched refs:c_slli (Results 1 - 3 of 3) sorted by relevance

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64c.cpp189 expect<uint64_t>(16, []{return C::c_slli(1, 4);}, "c.slli");
190 expect<uint64_t>(0, []{return C::c_slli(8, 61);}, "c.slli, overflow");
H A Drv64c.h83 c_slli(uint64_t r, uint8_t shamt) function in namespace:C
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1208 DECLARE_INSN(c_slli, MATCH_C_SLLI, MASK_C_SLLI)

Completed in 16 milliseconds