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

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64um/
H A Dremu.S4 # remu.S
7 # Test remu instruction.
20 TEST_RR_OP( 2, remu, 2, 20, 6 );
21 TEST_RR_OP( 3, remu, 2, -20, 6 );
22 TEST_RR_OP( 4, remu, 20, 20, -6 );
23 TEST_RR_OP( 5, remu, -20, -20, -6 );
25 TEST_RR_OP( 6, remu, 0, -1<<63, 1 );
26 TEST_RR_OP( 7, remu, -1<<63, -1<<63, -1 );
28 TEST_RR_OP( 8, remu, -1<<63, -1<<63, 0 );
29 TEST_RR_OP( 9, remu,
[all...]
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64m.cpp88 expect<uint64_t>(5, []{return M::remu(-59, 8);}, "remu");
89 expect<uint64_t>(255, []{return M::remu(255, 0);}, "remu/0");
91 []{return M::remu(0x8000000000000000ULL, -1);},
92 "remu, \"overflow\"");
H A Drv64m.h97 remu(uint64_t rs1, uint64_t rs2) function in namespace:M
100 ROP("remu", rd, rs1, rs2);
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1037 DECLARE_INSN(remu, MATCH_REMU, MASK_REMU)

Completed in 16 milliseconds