Lines Matching refs:COPY
11 #define COPY(X) regs->gp[X] = mc->gregs[REG_##X]
15 COPY(EDI); COPY(ESI); COPY(EBP);
17 COPY(EBX); COPY(EDX); COPY(ECX); COPY(EAX);
18 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS);
21 #define COPY(X) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##X]
22 COPY(R8); COPY(R9); COPY(R10); COPY(R11);
23 COPY(R12); COPY(R13); COPY(R14); COPY(R15);
24 COPY(RDI); COPY(RSI); COPY(RBP); COPY(RBX);
25 COPY(RDX); COPY(RAX); COPY(RCX); COPY(RSP);
26 COPY(RIP);