Searched refs:rem (Results 1 - 8 of 8) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64um/
H A Drem.S4 # rem.S
7 # Test rem instruction.
20 TEST_RR_OP( 2, rem, 2, 20, 6 );
21 TEST_RR_OP( 3, rem, -2, -20, 6 );
22 TEST_RR_OP( 4, rem, 2, 20, -6 );
23 TEST_RR_OP( 5, rem, -2, -20, -6 );
25 TEST_RR_OP( 6, rem, 0, -1<<63, 1 );
26 TEST_RR_OP( 7, rem, 0, -1<<63, -1 );
28 TEST_RR_OP( 8, rem, -1<<63, -1<<63, 0 );
29 TEST_RR_OP( 9, rem,
[all...]
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64m.cpp82 expect<int64_t>(-3, []{return M::rem(-59, 8);}, "rem");
83 expect<int64_t>(255, []{return M::rem(255, 0);}, "rem/0");
84 expect<int64_t>(0, []{return M::rem(numeric_limits<int64_t>::min(), -1);},
85 "rem, overflow");
H A Drv64m.h89 rem(int64_t rs1, int64_t rs2) function in namespace:M
92 ROP("rem", rd, rs1, rs2);
/gem5/src/mem/cache/tags/indexing_policies/
H A Dbase.cc86 const uint32_t way = div_result.rem;
/gem5/util/batch/
H A Dsend.py55 for rem in [ d for d in dirs if d.startswith('.') or d == 'SCCS']:
56 dirs.remove(rem)
/gem5/util/pbs/
H A Dsend.py56 for rem in [ d for d in dirs if d.startswith('.') or d == 'SCCS']:
57 dirs.remove(rem)
/gem5/src/python/m5/
H A Dparams.py939 val,rem = divmod(bytes[i], 256)
940 bytes[i] = rem
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1036 DECLARE_INSN(rem, MATCH_REM, MASK_REM)

Completed in 27 milliseconds