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

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dsltu.S4 # sltu.S
7 # Test sltu instruction.
20 TEST_RR_OP( 2, sltu, 0, 0x00000000, 0x00000000 );
21 TEST_RR_OP( 3, sltu, 0, 0x00000001, 0x00000001 );
22 TEST_RR_OP( 4, sltu, 1, 0x00000003, 0x00000007 );
23 TEST_RR_OP( 5, sltu, 0, 0x00000007, 0x00000003 );
25 TEST_RR_OP( 6, sltu, 1, 0x00000000, 0xffff8000 );
26 TEST_RR_OP( 7, sltu, 0, 0x80000000, 0x00000000 );
27 TEST_RR_OP( 8, sltu, 1, 0x80000000, 0xffff8000 );
29 TEST_RR_OP( 9, sltu,
[all...]
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp195 expect<bool>(false, []{return I::sltu(-1, 0);}, "sltu, false");
196 expect<bool>(true, []{return I::sltu(0, -1);}, "sltu, true");
H A Drv64i.h321 sltu(uint64_t rs1, uint64_t rs2) function in namespace:I
324 ROP("sltu", rd, rs1, rs2);
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1002 DECLARE_INSN(sltu, MATCH_SLTU, MASK_SLTU)

Completed in 17 milliseconds