reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1004 context.type = eContextPushRegisterOnStack; 1006 context.type = eContextRegisterStore; 1007 context.SetRegisterToRegisterPlusOffset(reg_info_Rt, reg_info_base, 1017 if (!WriteMemory(context, address, buffer, reg_info_Rt.byte_size)) 1025 context.type = eContextPopRegisterOffStack; 1027 context.type = eContextRegisterLoad; 1028 context.SetAddress(address); 1030 if (!ReadMemory(context, address, buffer, reg_info_Rt.byte_size)) 1037 if (!WriteRegister(context, ®_info_Rt, data_Rt)) 1049 context.type = eContextAdjustStackPointer; 1051 context.type = eContextAdjustBaseRegister; 1052 context.SetImmediateSigned(offset); 1054 if (!WriteRegisterUnsigned(context, ®_info_base, address))