Home | History | Annotate | Download | only in m_sigframe

Lines Matching refs:REST

316 #  define REST(reg,REG)  tst->arch.vex.guest_##REG = mc->arm_##reg;
317 REST(r0,R0);
318 REST(r1,R1);
319 REST(r2,R2);
320 REST(r3,R3);
321 REST(r4,R4);
322 REST(r5,R5);
323 REST(r6,R6);
324 REST(r7,R7);
325 REST(r8,R8);
326 REST(r9,R9);
327 REST(r10,R10);
328 REST(fp,R11);
329 REST(ip,R12);
330 REST(sp,R13);
331 REST(lr,R14);
332 REST(pc,R15T);
333 # undef REST
335 /* Uh, the next line makes all the REST() above pointless. */