Lines Matching refs:PUTREG
245 #define PUTREG(regno, regname) sc.regname = regs->regs.gp[HOST_##regno]
248 PUTREG(GS, gs);
249 PUTREG(FS, fs);
250 PUTREG(ES, es);
251 PUTREG(DS, ds);
253 PUTREG(DI, di);
254 PUTREG(SI, si);
255 PUTREG(BP, bp);
256 PUTREG(SP, sp);
257 PUTREG(BX, bx);
258 PUTREG(DX, dx);
259 PUTREG(CX, cx);
260 PUTREG(AX, ax);
262 PUTREG(R8, r8);
263 PUTREG(R9, r9);
264 PUTREG(R10, r10);
265 PUTREG(R11, r11);
266 PUTREG(R12, r12);
267 PUTREG(R13, r13);
268 PUTREG(R14, r14);
269 PUTREG(R15, r15);
275 PUTREG(IP, ip);
276 PUTREG(CS, cs);
277 PUTREG(EFLAGS, flags);
279 PUTREG(SP, sp_at_signal);
280 PUTREG(SS, ss);
282 #undef PUTREG