X86_64_REGISTER_RAX
_AddIntegerRegister(X86_64_REGISTER_RAX, "rax", B_UINT64_TYPE,
X86_64_REGISTER_RAX,
piece.SetToRegister(X86_64_REGISTER_RAX);
piece.SetToMemory(state->IntRegisterValue(X86_64_REGISTER_RAX));
x64State->rax = IntRegisterValue(X86_64_REGISTER_RAX);
SetIntRegister(X86_64_REGISTER_RAX, state.rax);
context->values[ZYDIS_REGISTER_RAX] = state->IntRegisterValue(X86_64_REGISTER_RAX);