Two versions of architectures for dynamic implied addressing mode

  • Authors:
  • Jonghee M. Youn;Minwook Ahn;Yunheung Paek;Jongwung Kim;Jeonghun Cho

  • Affiliations:
  • School of Electrical Engineering and Computer Science, Seoul National University, Republic of Korea;School of Electrical Engineering and Computer Science, Seoul National University, Republic of Korea;School of Electrical Engineering and Computer Science, Seoul National University, Republic of Korea;School of Electrical Engineering and Computer Science, Kyungpook National University, Republic of Korea;School of Electrical Engineering and Computer Science, Kyungpook National University, Republic of Korea

  • Venue:
  • Journal of Systems Architecture: the EUROMICRO Journal
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

The complexity of today's embedded applications increases with various requirements such as execution time, code size or power consumption. To satisfy these requirements for performance, efficient instruction set design is one of the important issues because an instruction customized for specific applications can make better performance than multiple instructions in aspect of fast execution time, decrease of code size, and low power consumption. Limited encoding space, however, does not allow adding application specific and complex instructions freely to the instruction set architecture. To resolve this problem, conventional architectures increases free space for encoding by trimming excessive bits required beyond the fixed word length. This approach however shows severe weakness in terms of the complexity of compiler, code size and execution time. In this paper, we propose a new instruction encoding scheme based on the dynamic implied addressing mode (DIAM) to resolve limited encoding space and side-effect by trimming. We report our two versions of architectures to support our DIAM-based approach. In the first version, we use a special on-chip memory to store extra encoding information. In the second version, we replace the memory by a small on-chip buffer along with a special instruction. We also suggest a code generation algorithm to fully utilize DIAM. In our experiment, the architecture augmented with DIAM shows about 8% code size reduction and 18% speed up on average, as compared to the basic architecture without DIAM.