[DynInst_API:] [dyninst/dyninst] 44396a: Implemented 32/64 bit memory access (store) instru...


Date: Fri, 24 Feb 2017 15:19:16 -0800
From: Sunny Shah <shah28@xxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 44396a: Implemented 32/64 bit memory access (store) instru...
  Branch: refs/heads/arm64/feature/relocation
  Home:   https://github.com/dyninst/dyninst
  Commit: 44396a61825fc8cde0c5012741bfdd068cc48f5e
      https://github.com/dyninst/dyninst/commit/44396a61825fc8cde0c5012741bfdd068cc48f5e
  Author: Sunny Shah <shah28@xxxxxxxx>
  Date:   2017-02-24 (Fri, 24 Feb 2017)

  Changed paths:
    M common/src/arch-aarch64.h
    M dyninstAPI/src/codegen-aarch64.C
    M dyninstAPI/src/codegen-aarch64.h
    M dyninstAPI/src/inst-aarch64.C
    M dyninstAPI/src/inst-aarch64.h

  Log Message:
  -----------
  Implemented 32/64 bit memory access (store) instruction generation.

insnCodeGen::generateMemAccess32or64() for ARM generates a STR
instruction for storing/loading a single 32- or 64-bit value.

This function will also eventually generate the equivalent load (LDR)
    instruction.


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 44396a: Implemented 32/64 bit memory access (store) instru..., Sunny Shah <=