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

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dslt.S4 # slt.S
7 # Test slt instruction.
20 TEST_RR_OP( 2, slt, 0, 0x0000000000000000, 0x0000000000000000 );
21 TEST_RR_OP( 3, slt, 0, 0x0000000000000001, 0x0000000000000001 );
22 TEST_RR_OP( 4, slt, 1, 0x0000000000000003, 0x0000000000000007 );
23 TEST_RR_OP( 5, slt, 0, 0x0000000000000007, 0x0000000000000003 );
25 TEST_RR_OP( 6, slt, 0, 0x0000000000000000, 0xffffffffffff8000 );
26 TEST_RR_OP( 7, slt, 1, 0xffffffff80000000, 0x0000000000000000 );
27 TEST_RR_OP( 8, slt, 1, 0xffffffff80000000, 0xffffffffffff8000 );
29 TEST_RR_OP( 9, slt,
[all...]
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp191 expect<bool>(true, []{return I::slt(-1, 0);}, "slt, true");
192 expect<bool>(false, []{return I::slt(0, -1);}, "slt, false");
H A Drv64i.h313 slt(int64_t rs1, int64_t rs2) function in namespace:I
316 ROP("slt", rd, rs1, rs2);
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1001 DECLARE_INSN(slt, MATCH_SLT, MASK_SLT)

Completed in 13 milliseconds