Searched refs:sd (Results 1 - 25 of 28) sorted by relevance

12

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dsd.S4 # sd.S
7 # Test sd instruction.
20 TEST_ST_OP( 2, ld, sd, 0x00aa00aa00aa00aa, 0, tdat );
21 TEST_ST_OP( 3, ld, sd, 0xaa00aa00aa00aa00, 8, tdat );
22 TEST_ST_OP( 4, ld, sd, 0x0aa00aa00aa00aa0, 16, tdat );
23 TEST_ST_OP( 5, ld, sd, 0xa00aa00aa00aa00a, 24, tdat );
27 TEST_ST_OP( 6, ld, sd, 0x00aa00aa00aa00aa, -24, tdat8 );
28 TEST_ST_OP( 7, ld, sd, 0xaa00aa00aa00aa00, -16, tdat8 );
29 TEST_ST_OP( 8, ld, sd, 0x0aa00aa00aa00aa0, -8, tdat8 );
30 TEST_ST_OP( 9, ld, sd,
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Dma_addr.S84 MISALIGNED_STORE_TEST(26, sd, s0, 25, 8)
85 MISALIGNED_STORE_TEST(27, sd, s0, 34, 8)
86 MISALIGNED_STORE_TEST(28, sd, s0, 43, 8)
87 MISALIGNED_STORE_TEST(29, sd, s0, 52, 8)
88 MISALIGNED_STORE_TEST(30, sd, s0, 61, 8)
89 MISALIGNED_STORE_TEST(31, sd, s0, 70, 8)
90 MISALIGNED_STORE_TEST(32, sd, s0, 79, 8)
/gem5/src/mem/probes/
H A Dstack_dist.cc110 const uint64_t sd(calc.calcStackDistAndUpdate(aligned_addr).first);
111 if (sd == StackDistCalc::Infinity) {
119 readLinearHist.sample(sd);
121 writeLinearHist.sample(sd);
125 int sd_lg2 = sd == 0 ? 1 : floorLog2(sd);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ua/
H A Damomax_d.S20 sd a0, 0(a3); \
28 sd x0, 0(a3); \
H A Damomaxu_d.S20 sd a0, 0(a3); \
28 sd x0, 0(a3); \
H A Damomin_d.S20 sd a0, 0(a3); \
28 sd x0, 0(a3); \
H A Damominu_d.S20 sd a0, 0(a3); \
28 sd x0, 0(a3); \
H A Damoadd_d.S20 sd a0, 0(a3); \
H A Damoand_d.S20 sd a0, 0(a3); \
H A Damoor_d.S20 sd a0, 0(a3); \
H A Damoswap_d.S20 sd a0, 0(a3); \
H A Damoxor_d.S20 sd a0, 0(a3); \
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64samt/
H A Dsysclone_d.S92 sd a0, (sp)
93 sd a0, (tp)
H A Dsysfutex2_d.S110 sd t4, (t3)
118 sd t2, (t1)
155 sd t2, (t1)
H A Dsysfutex_d.S107 sd t2, (t1)
144 sd t2, (t1)
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uamt/
H A Damoand_d.S60 sd t0, (a0)
H A Damomax_d.S60 sd t0, (a0)
H A Damomaxu_d.S60 sd t0, (a0)
H A Damomin_d.S60 sd t0, (a0)
H A Damominu_d.S60 sd t0, (a0)
H A Dlrsc_d.S91 sd zero, (a0) // release the lock by storing 0 to a0
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/mt/
H A Dtest_macros_mt_ecall.h167 sd a0, (sp)
174 sd a0, (sp)
195 sd a0, (sp)
H A Dtest_macros_mt.h89 sd a0, (sp) // save pointer to the new stack
/gem5/util/stats/
H A Dinfo.py620 for dist,sn,sd,i in map(None, self.dist, self.subnames, self.subdescs,
627 if len(sd) > 0:
628 desc = sd
671 for sd,od in zip(self.dist, other.dist):
672 sd -= od
680 for sd,od in zip(self.dist, other.dist):
681 sd += od
/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Dentry.S4 # define STORE sd

Completed in 22 milliseconds

12