Searched refs:VKI_REG_RDI (Results 1 – 3 of 3) sorted by relevance
104 uc->uc_mcontext.gregs[VKI_REG_RDI] = (UWord)tst; /* the parameter */ in ML_()141 uc->uc_mcontext.gregs[VKI_REG_RDI] = tst->arch.vex.guest_RDI; in ML_()143 (Addr)&uc->uc_mcontext.gregs[VKI_REG_RDI], sizeof(UWord)); in ML_()351 tst->arch.vex.guest_RDI = uc->uc_mcontext.gregs[VKI_REG_RDI]; in ML_()353 (Addr)&uc->uc_mcontext.gregs[VKI_REG_RDI], OFFSET_amd64_RDI, in ML_()
1361 #define VKI_REG_RDI REG_RDI macro
300 (*regs)[VKI_REG_RDI] = arch->vex.guest_RDI; in fill_regset()