Searched refs:stq (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/systemc/src/sysc/qt/md/
H A Daxp.s42 stq $26, 0($30) /* Save registers. */
43 stq $9, 8($30)
44 stq $10,16($30)
45 stq $11,24($30)
46 stq $12,32($30)
47 stq $13,40($30)
48 stq $14,48($30)
49 stq $15,56($30)
50 stq $29,64($30)
135 stq
[all...]
/gem5/system/alpha/h/
H A DfromHudsonOsf.h267 stq tmp1, FRM_Q_PS(sp); \
268 stq tmp2, FRM_Q_PC(sp); \
269 stq gp, FRM_Q_GP(sp); \
270 stq a0, FRM_Q_A0(sp); \
271 stq a1, FRM_Q_A1(sp); \
272 stq a2, FRM_Q_A2(sp)
/gem5/system/alpha/palcode/
H A Dosfpal.S219 stq r16, osfsf_a0(sp) // save regs
222 stq r17, osfsf_a1(sp) // a1
225 stq r18, osfsf_a2(sp) // a2
228 stq r11, osfsf_ps(sp) // save old ps
231 stq r16, osfsf_pc(sp) // save pc
232 stq r29, osfsf_gp(sp) // save gp
281 stq r11, osfsf_ps(sp) // save ps
282 stq r14, osfsf_pc(sp) // save pc
284 stq r29, osfsf_gp(sp) // push gp
285 stq r1
[all...]
H A Dplatform.S2045 stq r18, osfsf_a2(sp) // a2
2046 stq r11, osfsf_ps(sp) // save ps
2048 stq r14, osfsf_pc(sp) // save pc
2051 stq r16, osfsf_a0(sp) // a0
2054 stq r17, osfsf_a1(sp) // a1
2057 stq r29, osfsf_gp(sp) // old gp
2138 // r8,r9,r10 - available except across stq's
2178 stq r14, osfsf_pc(sp) // save pc
2180 stq r17, osfsf_a1(sp)
2183 stq r2
[all...]
/gem5/system/alpha/console/
H A Ddbmentry.S76 stq ra, 0(sp) # Place return address on the stack
145 stq ra,0(sp)
159 stq ra,0(sp)
/gem5/src/base/
H A Dcp_annotate.cc228 an->stq = smi;
824 CPA::add(int t, int f, int c, int sm, int stq, int32_t d) argument
833 an->stq = stq;
840 an->op, an->flag, an->sm, an->stq, an->time, an->data);
966 osbin->write((char*)&(an->stq), sizeof(an->stq));
1386 SERIALIZE_SCALAR(stq);
1399 UNSERIALIZE_SCALAR(stq);
H A Dcp_annotate.hh199 uint16_t stq; member in struct:CPA::AnnotateData
396 AnnDataPtr add(int t, int f, int c, int sm, int stq, int32_t data=0);

Completed in 25 milliseconds