Instruction set transition system and method
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- SHANGHAI XINHAO MICROELECTRONICS
- Publication Date
- 2015-06-03
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to the fields of computer, communication and integrated circuit. Background technique
[0002] At present, if programs belonging to different instruction sets need to be executed on a certain processor core, the most common method is to use a software virtual machine (or virtualization layer). The function of the virtual machine is to translate or interpret the program composed of the instruction set (external instruction set) not supported by the processor core, and generate instructions corresponding to the instruction set (internal instruction set) supported by the processor core itself for execution. Generally speaking, the method of interpretation is to use the virtual machine to sequentially take out the various fields in the external instructions, including opcodes and operands, through software methods in real time during the running process, and then use the stack structure implemented in the memory. The code performs th...