US20100011191A1 - Data processing device with instruction translator and memory interface device to translate non-native instructions into native instructions for processor - Google Patents

Data processing device with instruction translator and memory interface device to translate non-native instructions into native instructions for processor Download PDF

Info

Publication number
US20100011191A1
US20100011191A1 US12/564,397 US56439709A US2010011191A1 US 20100011191 A1 US20100011191 A1 US 20100011191A1 US 56439709 A US56439709 A US 56439709A US 2010011191 A1 US2010011191 A1 US 2010011191A1
Authority
US
United States
Prior art keywords
instruction
memory
processor
address
instructions
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/564,397
Inventor
Toyohiko Yoshida
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Renesas Electronics Corp
Original Assignee
Renesas Technology Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Renesas Technology Corp filed Critical Renesas Technology Corp
Priority to US12/564,397 priority Critical patent/US20100011191A1/en
Publication of US20100011191A1 publication Critical patent/US20100011191A1/en
Assigned to RENESAS ELECTRONICS CORPORATION reassignment RENESAS ELECTRONICS CORPORATION CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: RENESAS TECHNOLOGY CORP.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/3017Runtime instruction translation, e.g. macros
    • G06F9/30174Runtime instruction translation, e.g. macros for non-native instruction set, e.g. Javabyte, legacy code

Definitions

  • the present invention relates to a data processing device with an instruction translator for translating instructions not native to a certain processor into instructions native to the same processor, and can rapidly execute a program including a processing routine formed of normative instructions and a processing routine formed of native instructions in a mixed fashion.
  • the invention also relates to a memory interface device for such a data processing device.
  • processor architecture There is a close relationship between a processor architecture and a system of instructions that can be executed on such a processor. If the instruction system is updated in accordance with advance of the processor architecture, those program codes written for the old processors designed in accordance with the old instruction systems will usually be impossible to execute. What is most important is how the program assets implemented in accordance with the old instruction system will be effectively inherited. For this purpose, many techniques have been developed for executing the programs, which were written for old processors designed in accordance with the old instruction system, by new processors having a certain instruction system.
  • a conventional data processing device for performing such a method includes a processor 1 provided with a multifunction instruction decoder 5 , which has functions of decoding both the instructions for the old processor and the instructions for the new processor, and an arithmetic portion 6 having a function of executing these instructions.
  • the data processing device further includes a bus 4 connected to processor 1 as well as a data memory 2 and an instruction memory 3 , which are connected to bus 4 .
  • Instruction memory 3 holds both the instructions of the old processor and the instructions of the new processor.
  • Multifunction instruction decoder 5 decodes instructions read from instruction memory 3 and transferred to processor 1 via bus 4 .
  • Multifunction instruction decoder 5 has the function of decoding both the instructions for the new processor and the instructions for the old processor.
  • Arithmetic portion 6 executes the decoded instruction.
  • Data memory 2 can be accessed from both the instruction for the new processor and the instruction for the old processor.
  • the conventional methods for executing the programs for the old processor on the new processor includes one wherein the software for the old processor is first translated into software for the new processor and then executed, and one wherein the operations of instructions for the old processor are emulated by the software running on the new processor.
  • the program size can be reduced by defining a subset of a certain instruction system and writing a program in the instruction subset.
  • JAVATM language is designed such that programs are written for an instruction system prescribed for a virtual processor, and a different kinds of processors execute the same program thus written by using instruction systems of the respective processors. Therefore, the program written in the JAVA language can be commonly executed by multiple kinds of processors of different instruction systems.
  • An object of the invention is to provide a data processing device, which can rapidly execute a program formed of instructions in a plurality of different instruction systems, using native instructions, without changing hardware itself of a processor, and does not require a memory of a large capacity, as well as a memory interface device provided with an instruction translator for the same.
  • a data processing device includes a processor core, and a memory interface portion arranged between the processor core and an external memory mapped into a predetermined external memory space.
  • the memory interface portion includes a fetch circuit for receiving an address value for access to the external memory space from the processor core, and fetching the data at the address in the external memory.
  • This data is an instruction normative or native to the processor, or data to be processed.
  • the memory interface portion further includes a translator for translating the instruction normative to the processor core fetched by the fetch circuit from the external memory into a native instruction or native instructions, and a select circuit for selectively applying the data read from the external memory space and the instruction or instructions prepared by translating the instruction read from the external memory space by the translator to the processor core depending on whether the address value for the access from the processor core to the external memory space is in a predetermined region or not.
  • a memory interface device is a device arranged between a processor core and an external memory mapped into a predetermined external memory space, and includes a fetch circuit for receiving an address value for access to the external memory space from the processor core, and fetching the data at the address in the external memory.
  • This data is an instruction normative or native to the processor, or data to be processed.
  • the data interface device further includes a translator for translating the normative instruction for the processor core fetched by the fetch circuit from the external memory into a native instruction or native instructions, and a select circuit for selectively applying the data read from the external memory space and the instruction prepared by translating the instruction read from the external memory space by the translator to the processor core depending on whether the address value for the access from the processor core to the external memory space is in a predetermined region or not.
  • a data reading method is a method of reading data from an external memory mapped into a predetermined external memory space to a processor core, and includes a step of receiving an address value for access from the processor core to the external memory space, and fetching the data at the address in the external memory.
  • This data is an instruction normative or native to the processor, or data to be processed.
  • the method further includes a step of translating the instruction normative to the processor core fetched from the external memory into a native instruction or native instructions, and a step of selectively applying the data read from the external memory space and the instruction prepared by the translation of the instruction read from the external memory space to the processor core depending on whether the address value for the access from the processor core to the external memory space is in a predetermined region or not.
  • FIG. 1 is a schematic block diagram of a data processing device provided with a conventional old instruction emulation function
  • FIG. 2 is a block diagram of a data processing device provided with an instruction translator function of a first embodiment of the present invention
  • FIG. 3 is a block diagram of a processor 510 shown in FIG. 2 ;
  • FIG. 4 shows, in a table format, registers provided in processor 510 ;
  • FIG. 5 schematically shows a control register 170 in processor 510 ;
  • FIG. 6 is a block diagram of a bus interface portion 503 in processor 510 ;
  • FIG. 7 is a block diagram of a translation circuit 540 in a bus interface circuit 503 ;
  • FIG. 8 shows a pipeline processing mechanism of processor 510 ;
  • FIG. 9 shows a format of a VILW (Very Long Instruction Word) instruction executable by processor 510 ;
  • FIG. 10 shows formats of sub-instructions of the VLIW instruction executable by processor 510 ;
  • FIG. 11 shows how a sub-instruction is pipeline-processed by processor 510 ;
  • FIG. 12 shows how two sub-instructions are pipeline-processed by processor 510 ;
  • FIG. 13 shows a memory map of the data processing device shown in FIG. 2 ;
  • FIG. 14 shows a correspondence between instructions when translating the JAVA instruction into one or more VLIW instruction(s);
  • FIG. 15 shows a flow of data occurring when JAVA byte codes are fetched from a memory 523 , are translated into native instructions and are transferred to a core 100 ;
  • FIGS. 16 to 21 show specific examples of translation of JAVA instructions into VLIW instructions.
  • a data processing device of an embodiment of the present invention includes a processor 510 formed on a semiconductor integrated circuit as well as an address bus 31 , a data bus 32 and a control bus 33 each connected to processor 510 .
  • the data processing device also includes a data memory 521 , a native instruction memory 522 , a JAVA instruction memory 523 and a RAM (Random Access Memory) 520 each connected to address bus 31 , data bus 32 , and control bus 33 .
  • processor 510 is formed of one chip of a semiconductor integrated circuit, and includes a processor core 100 , an instruction memory 501 , a data memory 502 , and a bus interface portion 503 connected to address bus 31 , data bus 32 and control bus 33 as well as a data address bus 106 and a data bus 107 , which interconnect the above memories, portions and others for transmitting addresses and data.
  • Processor 510 also includes an instruction address bus 104 of 64-bit width and an instruction bus 105 of 64-bit width, which are employed for interconnecting core 100 , instruction memory 501 and bus interface portion 503 .
  • Core 100 is a processor core having a VLIW (Very Long Instruction Word) type instruction system.
  • Core 100 includes an instruction decoder 110 for decoding a VLIW instruction sent from instruction bus 105 as well as a memory arithmetic portion 130 and an integer arithmetic portion 140 , which are employed for executing instructions decoded by instruction decoder 110 .
  • Core 100 also includes a general purpose register file 120 , which is connected via a plurality of buses to memory and integer arithmetic portions 130 and 140 for reading and writing by software.
  • Instruction decoder 110 includes two sub-instruction decoders 111 and 112 .
  • Memory arithmetic portion 130 includes arithmetic units such as an address arithmetic unit 131 , a PC (Program Counter) arithmetic unit 132 , a shifter 133 and an ALU (Arithmetic Logic Unit) 134 .
  • Memory arithmetic portion 130 is employed for executing the memory access instruction, PC control instruction, integer arithmetic operation instruction and others in accordance with the output of sub-instruction decoder 111 .
  • Integer arithmetic portion 140 includes a shifter 141 , an ALU 142 , a multiplier 143 and an accumulator 144 .
  • Integer arithmetic portion 140 is employed for executing the integer arithmetic operation instruction in accordance with the output of sub-instruction decoder 112 .
  • Memory arithmetic portion 130 and integer arithmetic portion 140 can execute two sub-instructions in parallel, and can also operate in such a manner that each execute one sub-instruction independently of the other.
  • register file 120 employed in processor 510 includes 64 registers 150 - 152 , • • • , 162 and 163 , which are 32-bit general purpose registers, respectively.
  • Register 163 is used in two manners, and therefore is depicted as registers 163 a and 163 b for the sake of convenience.
  • Processor 510 further includes control registers 170 - 180 .
  • Accumulator 144 shown in FIG. 3 includes two 64-bit accumulators 144 a and 144 b.
  • Register 150 is a register always holding zero.
  • Register 162 is employed for holding data on a stack top during non-interrupt processing.
  • Register 163 b is a stack pointer during non-interrupt processing for holding the address of data immediately under the stack top.
  • Register 163 is switched at a mode bit within a control register 170 , which is a PSW (Processor Status Word), so that it is selectively used as register 163 a during the interrupt processing, and is used as register 163 b during the non-interrupt processing.
  • PSW Processor Status Word
  • Control registers 170 - 180 are dedicated to predetermined components or elements, respectively.
  • Control register 170 is a PSW, and includes mode bits representing flags, which change depending on the operation, whether the interrupt is being performed or not, whether interrupt is masked or not, whether it is in the debugging mode or not, and others.
  • Control register 172 is a program counter (PC), and represents an address of the instruction being executed.
  • Control registers 171 and 173 are employed for copying and holding values of control registers 170 and 172 at the times of interrupt, exception and a trap, respectively. Other functions and others of the control registers are shown in FIG. 4 , but are not specifically described for the simplicity reason, because these are not significantly related to the present invention.
  • Accumulators 144 a and 144 b are employed for holding results of multiplication and product-sum operation.
  • Each of accumulators 144 a and 144 b can hold data of 64 bits, which are equal to double the bit length of the general purpose registers.
  • the PSW held by control register 170 is formed of 32 bits, and includes an SM bit 170 a , which is a mode bit indicating whether the current processing is interrupt processing or non-interrupt processing, an IE bit 170 b indicating whether interruption is being allowed or inhibited, and F0 and F1 bits 170 c and 170 d controlling conditions of instruction execution.
  • control register 170 includes an RP bit, an MD bit and F2- F7 bits. Meanings of these bits are shown in FIG. 5 .
  • processor 150 accepts the interruption at a break between the VLIW instructions when an interrupt request is externally applied thereto.
  • a bus interface portion 503 of processor 510 includes a translation circuit 540 for translating JAVA byte codes into a native instruction or native instructions by a hardware (which may also be referred to as “HW” hereinafter) translator, i.e., a hardware circuit, a control portion 532 which is connected to control bus 33 for controlling the HW translation and the access to memories 520 - 523 of processor 510 , and has an address register 533 , a selector 531 which has two inputs connected to instruction address bus 104 and data address bus 106 , respectively, and an output connected to a signal line 542 , an address signal shift circuit 534 which divides the address on signal line 542 by 8, and thus performs a right shift thereof by 3 bits for outputting the result onto a signal line 543 , and a selector 535 which has two inputs connected to signal lines 543 and 542 , respectively, and an output connected to a signal line 545 , and is controlled by signals applied from translation circuit
  • Bus interface portion 503 further includes: a selector 538 having two inputs connected to a signal line 544 connected to the output of the translation circuit and a signal line 545 , respectively, and an output connected to lower 24 bits of address bus 31 ; a selector 537 which has two terminals on the select side and connected to a signal line 562 and signal line 541 of 4-byte width, respectively, and one terminal connected to data bus 32 of 4-byte width, and has a function of outputting the input sent from data bus 32 selectively onto signal lines 541 and 542 , and selecting the data on signal line 562 for outputting it onto data bus 32 ; a bus width changing circuit 560 which has an input connected to signal line 541 and an output connected to signal line 560 ; a selector 536 having two inputs connected to an output line 539 extending from translation circuit 540 and a signal line 563 of 8-byte width extending from bus width changing circuit 560 , respectively, and output connected to instruction bus 105 ; and a bus width changing circuit 561 having two I
  • Signal line 541 is also connected to the input of translation circuit 540 .
  • Signal line 542 is also connected to control portion 532 .
  • Control portion 532 determines whether the address value sent from MUX 531 falls within a predetermined address region, and controls selectors 535 , 538 and 536 in accordance with the determination.
  • This predetermined address region corresponds to an address region 573 in FIG. 13 , which will be described later.
  • control portion 532 controls selector 535 to select signal line 543 so that the address value on signal line 543 , which is prepared by 3-bit right shift of the address value on signal line 542 by shift circuit 534 , is output onto signal line 545 . Otherwise, the control portion 532 controls selector 535 to select signal line 542 and output the address value on signal line 542 onto signal line 545 .
  • control portion 532 When control portion 532 receives the address value falling within the predetermined address region, it controls selector 536 to select signal line 539 and output the instruction on signal line 539 (i.e., the native instruction prepared by translating the normative instruction by translation circuit 540 ) onto signal line 105 . Otherwise, control portion 532 controls selector 536 to select signal line 563 and output the instruction (native instruction) on signal line 541 onto signal line 105 .
  • the control portion 532 When the control portion 532 receives the address value falling within the predetermined address region, it controls selector 538 to select signal line 544 and output the address value on signal line 544 onto signal line 31 . Otherwise, it controls selector 538 to select signal line 545 and output the address value on signal line 545 onto signal line 31 .
  • processor core 100 When accessing the memory, processor core 100 outputs a control signal indicating whether the memory access is to be performed for an instruction designated by an instruction address or for data to be designated by a data address.
  • Selector 531 is controlled by this control signal, and thereby selects signal line 104 to output the address value on signal line 104 onto signal line 543 when the access is to be performed for the instruction.
  • selector 531 selects signal line 106 , and outputs the address value on signal line 106 onto signal line 542 .
  • Selector 537 is likewise controlled by this control signal. Thereby, selector 537 selects signal line 541 , and electrically connects signal line 32 to signal line 541 when the access is to be performed for the instruction.
  • selector 537 selects signal line 562 , and connects it to signal line 107 .
  • translation circuit 540 includes: an input buffer memory 551 for temporarily storing the JAVA byte codes, which are fetched four bytes at a time (i.e., corresponding to the width of data bus 32 ) via signal line 541 from memory 523 ; a translator 552 which performs one-byte translation on the JAVA byte code applied from input buffer memory 551 , and thereby outputs one native instruction of 8 bytes; an output buffer memory 553 which receives the output of translator 552 as well as the address and control signals sent from signal lines 545 and 546 , and temporarily stores the native codes sent from translator 552 for outputting them onto signal line 539 ; and an address managing circuit 554 which is connected to signal lines 544 , 545 and 546 for managing the address input from selector 535 via signal line 545 .
  • processor 510 performs the pipeline processing on instructions in the following manner.
  • Processor 510 functionally includes an MU pipe 139 and an IU pipe 149 for executing sub-instructions, which are executed by memory arithmetic portion 130 and integer arithmetic portion 140 , respectively.
  • Each of pipes 139 and 149 is formed of an instruction fetch stage 191 , a decode and address calculating stage 192 , an arithmetic and memory access stage 193 , and a write-back stage 194 .
  • Instruction fetch stage 191 fetches the instruction and holds it in instruction register 113 of instruction decoder 110 .
  • decode and address calculating stage 192 the instruction thus held is decoded by sub-instruction decoders 111 and 112 , and simultaneously register file 120 (represented as register file 120 a for clarifying that it is on input) is accessed and the address calculation of the operand and PC is performed.
  • register file 120 represented as register file 120 a for clarifying that it is on input
  • the arithmetic and memory access stage 193 integer operation and data memory access processing are performed.
  • write-back stage 194 the operation result and the data fetched from the memory are rewritten into register file 120 (represented as register file 120 b for clarifying that it is on the output side).
  • an instruction 200 of processor 510 is a two-way VLIW type instruction, and has a format shown in FIG. 9 . More specifically, instruction 200 includes FM fields 201 a and 201 b for defining an execution order of respective sub-instructions and defining long sub-instructions, L- and R-containers 205 and 206 for storing the sub-instructions, and condition (CC) fields 203 and 204 for specifying the execution conditions of the respective sub-instructions.
  • FM fields 201 a and 201 b for defining an execution order of respective sub-instructions and defining long sub-instructions
  • L- and R-containers 205 and 206 for storing the sub-instructions
  • condition (CC) fields 203 and 204 for specifying the execution conditions of the respective sub-instructions.
  • condition fields 203 and 204 specify the conditions depending on the values of flags F0 and F1 (F0 bit 170 c and F1 bit 170 d ) in the PSW (i.e., control register 170 ). For example, when condition field 203 is “000”, the sub-instruction contained in L-container 205 is executed unconditionally. When the condition field 204 is “101”, the sub-instruction included in R-container 206 is executed if F0 (F0 bit 170 c ) is equal to 1 and F1 (F1 bit 170 d ) is equal to 1, and otherwise is invalidated.
  • FM fields 201 a and 201 b designate the execution operation for executing the sub-instructions contained in L- and R-containers 205 and 206 .
  • the first operation is to execute in parallel the sub-instructions included in L- and R-containers 205 and 206 .
  • the second operation is to execute the sub-instruction of L-container 205 , and thereafter execute the sub-instruction of R-container 206 .
  • the third operation is opposite to the second operation so that the sub-instruction of R-container 206 is first executed, and then the sub-instruction of L-container 205 is executed.
  • the fourth execution operation is to execute one long sub-instruction divided and held by L- and R-containers. More specifically, one of the foregoing four operations is selected depending on the values of FM fields 201 a and 201 b.
  • the sub-instructions held in L- and R-containers 205 and 206 have the following formats.
  • the sub-instructions are classified into short instructions of 28 bits in length and long sub-instructions of 54 bits in length.
  • the short sub-instructions have seven kinds of formats indicated by 211 - 217 , respectively.
  • bit positions 0 - 9 indicate the kind of operation
  • bit positions 10 - 27 indicate up to three operands.
  • bit positions 0 - 9 indicate the kind of operation
  • bit positions 10 - 53 indicate up to three operands including an immediate value data of a 32-bit length.
  • the immediate value of 32 bits of the long sub-instruction is held in VLIW instruction bit positions 26 - 31 , 36 - 43 and 46 - 63 .
  • Format 211 is of the sub-instruction for performing the memory access operation (load/store operation).
  • Format 212 is of the sub-instruction for performing an operation between operands held by general purpose registers (OP operation).
  • Formats 213 - 217 are of the sub-instructions for performing the branch operations.
  • Format 218 of the long sub-instruction is commonly used by all of the three kinds of operations.
  • processor 510 When processor 510 performs the pipeline processing on the sub-instructions as shown in FIG. 8 , the sub-instructions of the OP operation, load/store operation and branch operation are executed on four pipeline stages as indicated by four pipelines 221 - 223 in FIG. 11 . These stages correspond to the four stages shown in FIG. 7 , respectively.
  • FM fields 201 a and 201 b designate the execution order of the sub-instructions
  • the pipeline processing is effected on the sub-instructions by MU and IU pipes 139 and 149 as shown in FIG. 12 .
  • Stall stages 234 - 236 are to be inserted for delaying execution of one of the sub-instructions in case the sub-instructions are executed in the order determined by the values of FM fields 201 a and 201 b.
  • processor 510 The sub-instructions defined with respect to processor 510 are shown in the following list. In the list, mnemonics of the respective sub-instructions are represented in upper cases, and the processing contents thereof are described on the right of the respective mnemonics.
  • Transfer instructions MVFSYS Move a control register to a general purpose register MVTSYS Move a general purpose register to a control register MVFACC Move a word from an accumulator MVTACC Move two general purpose registers to an accumulator
  • Bit operation instructions BCLR Clear a bit BNOT Invert a bit BSET Set a bit BTST Test a bit
  • FIG. 13 shows an address map when processor 510 shown in FIG. 2 accesses each of external memories 520 - 523 via address bus 31 , data bus 32 and control bus 33 .
  • memories 520 - 522 are mapped into an address region 575 for RAM (H′ 2220 0000-H′ 223F FFF8), an address region 571 for the data memory (H′ 1000 0000-H′ 17FF FFF8) and an address region 572 for the native instruction memory (H′ 1800 0000-H′ 1FFF FFF8).
  • Memory 523 is mapped into an address region 574 (H′ 2100 0000-H′ 211F FFF8) if the read/write are performed without translating the instruction codes, and is mapped into an address region 573 (H′ 2000 0000-H′ 20FF FFF8) if the read is performed together with translation of the instruction codes.
  • the address in memory 523 is equal to address regions 573 and 574 shown in FIG. 13 .
  • the effective memory is present at all the byte positions in the space of 2 MB.
  • a valid memory is present in all the upper one bytes among each eight bytes aligned in the space of 16 MB, but the memory is not present in the lower seven bytes.
  • external data bus 32 has a 4-byte width (32-bit width). If one native instruction (VLIW instruction of 8 bytes) is read from instruction memory 522 by accessing an address region 572 or the like, the access for the native instruction is performed two times in a divided fashion. More specifically, the processor continuously outputs the address two times onto addresses bus 31 , whereby data of 4 bytes is continuously received two times from data bus 32 .
  • Bus width changing circuit 560 assembles the two pieces of data of 4 bytes each received from signal line 541 of 4-byte width into the data of 8 bytes, and outputting it onto a signal line 563 of 8-byte width.
  • bus width changing circuit 560 receives and temporarily holds the first data of 4 bytes from signal line 541 , and then receives the second data of 4 bytes from signal line 541 to output data of 8 bytes, which is prepared by concatenating the first 4-byte data and the second data, as the native instruction.
  • Bus width changing circuit 561 has a similar function. More specifically, in the case where reading or writing data of 8 bytes by accessing address region 571 or the like, two pieces of 4-byte data each, which are received from signal line 562 of the 4-byte width by continuously performing two times the memory access, are output as one 8-byte data onto data bus 107 . Further, one 8-bit data received from data bus 107 is divided into two pieces of 4-bit data, which are output onto data bus 32 via signal line 562 and selector 537 by continuously performing the memory access twice.
  • bus width changing circuits 560 and 561 are not required.
  • signal lines 541 and 563 may be directly connected.
  • signal line 562 and data bus 107 may be directly connected.
  • Processor 510 having the structure described above operates as follows. First, description will be given on the memory access, which is effected without HW translation on address spaces 571 - 573 and 574 - 575 for the instruction or data.
  • the signal on control bus 33 is used to assert the chip select signal of the memory to be accessed.
  • Selectors 535 and 538 shown in FIG. 6 select the signal on signal line 542 to output the lower 24 bits of the address onto address bus 31 .
  • selectors 536 - 538 are controlled depending on whether the access is for the instruction read, data read or data write, and thereby the connection relationship between instruction bus 105 , data bus 107 and data bus 32 as well as the flow of data are controlled.
  • the output of selector 537 is applied, instead of the output of translation circuit 540 , to processor core 100 via signal line 105 as the selected instruction.
  • control portion 532 controls translation circuit 540 and selectors 535 and 536 via signal line 546 , and translates the JAVA byte codes fetched from memory 523 into the native instruction for outputting it onto instruction bus 105 .
  • the address value which is sent from instruction address bus 104 via selector 531 onto signal line 542 , and is further input into address signal shift circuit 534 , is shifted rightward by three bits by address signal shift circuit 534 .
  • the address value is divided by eight, is output onto signal line 545 , and is input into translation circuit 540 .
  • address management circuit 554 of translation circuit 540 remaps the address values of address region 573 , which are input via signal line 545 , in address region 574 , and output them onto signal line 544 .
  • the signal thus output is output onto address bus 31 via selector 538 shown in FIG. 6 .
  • memory 523 is accessed, and the JAVA byte codes are fetched.
  • Address management circuit 554 compares the address value input from signal line 545 with the last input address value, and determines whether the corresponding JAVA byte codes are present in input buffer memory 551 or not. If the corresponding JAVA byte code is present, that JAVA byte code is output to translator 552 via input buffer memory 551 .
  • address management circuit 554 If the corresponding JAVA byte code is not present in input buffer memory 551 , address management circuit 554 outputs a control signal onto control signal line 546 .
  • This control signal is used for access memory 523 using the address value of the lower 24 bits in address region 573 received via signal line 545 as the address value of the lower 24 bits in address region 574 .
  • the lower 2 bits of the address value of 24 bits, which are output from address management circuit 554 onto signal line 544 is always 0 regardless of the input address value.
  • This address value is selected by selector 538 as shown in FIG. 6 , and is output onto address bus 31 .
  • JAVA byte codes are fetched 4 bytes at a time from memory 523 via data bus 32 into input buffer memory 551 .
  • JAVA instructions translated by an instruction code translating portion 370 For example, a JAVA instruction 401 of 1 byte is translated into a VLIW instruction 411 of 8 bytes. Since JAVA instruction 401 is formed of one byte, JAVA instruction 401 can be read out by accessing JAVA instruction memory 523 only one time.
  • Translated VLIW instruction 411 is output onto signal line 539 via output buffer 553 .
  • selector 536 selects the instruction on signal line 539 and applies the same to processor core 100 because the address is within address region 573 .
  • a JAVA instruction 402 of 2 bytes is translated into two 8-byte VLIW instructions 412 a and 412 b .
  • a JAVA instruction 404 of 5 bytes is translated into three 8-byte VLIW instructions 414 a , 414 b and 414 c .
  • JAVA instruction 403 , 406 - 408 and others are translated similarly.
  • JAVA instruction 403 is translated into VLIW instruction 413
  • JAVA instructions 406 is translated into VLIW instruction 416
  • JAVA instruction 407 is translated into VLIW instruction 417
  • JAVA instruction 408 is translated into three 8-byte VLIW instructions 418 a - 418 c.
  • the address of memory region 573 is output as the address of memory region 574 by bus interface portion 503 , and thereby memory 523 is accessed.
  • Memory region 573 is a virtual JAVA byte code region. Therefore, the JAVA byte code (normative instruction), which is fetched by accessing actual memory 523 , is translated into native instruction by bus interface portion 503 , and is transferred via bus 105 to core 100 . Thus, the native instruction of 16 MB of memory region 573 is compressed into 1 ⁇ 8, when viewed from core 100 , and is held in memory 523 as the JAVA byte code of 2 MB of memory region 574 .
  • the JAVA byte code which is fetched four bytes at a time by interface portion 503 from memory 523 , is temporarily stored in input buffer 551 , and then is read from input buffer 551 to translator 552 for translation into the native instruction. Then, the native instruction thus prepared is output to core 100 via output buffer memory 553 . In this manner, a function of expanding the instruction code is achieved.
  • processor 510 can use the JAVA byte code stored in JAVA instruction memory 523 as data for the access operation. Therefore, the address designating the JAVA byte code to be fetched is transferred via data address bus 106 onto address bus 31 , and the JAVA byte code is transferred via data bus 32 from memory 523 to data bus 107 .
  • Processor 510 can execute the JAVA byte code fetched as data by using software, which is called “software interpreter” and is written in native instructions.
  • processor 510 can execute the JAVA byte code fetched as data after translating it into the native instructions by using software, which is called “software translator”, and is described in native instructions. Accordingly, processor 501 of this embodiment is supported such that it can execute the program written in normative instructions such as JAVA byte code in any one of the manners of using the hardware translator, software translator and software interpreter.
  • FIGS. 16-21 show specific examples of translation of JAVA instruction into VLIW instruction by a translator 372 .
  • the technology relating to the JAVA instruction has been described in many books, and reference may be made to such books for more information.
  • JAVA instruction “iadd” of 1 byte is translated into one VLIW instruction for successively executing sub-instruction “LDW R 61 , @(R 63 +, R 0 ) and sub-instruction “ADD R 62 , R 62 , R 61 ”.
  • the instruction “iadd” is a JAVA instruction for adding two 32-bit integers, which are the first and second data counted from the stack top, and rewriting the result on the same stack.
  • the data at the stack top is arranged in register R 62
  • register R 63 represents the address of the next data counted from the stack top.
  • processor 510 therefore, the operation of JAVA instruction “iadd” can be emulated by the sub-instruction “LDW R 61 , @(R 63 +, R 0 )” for performing the operation of loading the 32-bit data in the second position counted from the stack top into register R 61 , and incrementing register R 62 by four, and the sub-instruction “ADD R 62 , R 62 , R 61 ” for performing the operation of adding the two 32-bit integers of registers R 62 and R 61 , and writing the result of addition into register R 62 .
  • the sub-instruction “LDW R 61 , @(R 63 +, R 0 )” for performing the operation of loading the 32-bit data in the second position counted from the stack top into register R 61 , and incrementing register R 62 by four
  • the sub-instruction “ADD R 62 , R 62 , R 61 ” for performing the operation of adding the two 32-bit integers
  • the PC value of processor 510 is advanced by 8 addresses as a result of executing one VLIW instruction, whereby the emulation is performed to advance the PC value by one in accordance with the execution of JAVA instruction “iadd”.
  • JAVA instruction “iload” of 2 bytes is translated into the VLIW instruction having one sub-instruction “ADD/CN R 50 , #(0 ⁇ vindex)” and the VLIW instruction for successively executing sub-instruction “STW R 62 , @(R 63 -, R 4 )” and sub-instruction “LDW R 62 , @(R 10 , R 50 )”.
  • the instruction “iload” is a JAVA instruction for fetching a 32-bit integer from the local variable region, and holding it on the stack top.
  • Processor 510 performs the simulation by decomposing this instruction into sub-instruction “ADD/CN R 50 , #(0 ⁇ vindex)” for loading the index value of the local variable into register R 50 , sub-instruction “STW R 62 , @(R 63 -, R 4 )” for pushing register R 62 to the second position counted from the stack top, and sub-instruction “LDW R 62 , @(R 10 , R 50 )” for loading data from the local variable region into register R 62 on the stack top.
  • Register R 4 holds a value “ ⁇ 4”, and register RIO holds the base address of the local variable region.
  • the PC value of processor 510 is advanced by 16 addresses as a result of execution of the two VLIW instructions, whereby simulation of advancing the PC value by two addresses in accordance with the execution of JAVA instruction “iload” is performed.
  • a JAVA instruction “ifeq” of 3 bytes is decomposed into a VLIW instruction for executing sub-instruction “ADD R 62 , R 61 , R 0 ” and sub-instruction “NOP” in parallel, a VLIW instruction for executing sub-instruction “LDW R 62 , @(R 63 +, R 0 )” and sub-instruction “NOP” in parallel, and a VLIW instruction for executing one sub-instruction “BRATZR/CN R 62 , #(s ⁇ branchbyte 1 ⁇ branchbyte 2
  • Instruction “ifeq” is a JAVA instruction, which branches if the data on the stack top is “0”.
  • Processor 510 decomposes this into sub-instruction “ADD R 62 , R 61 , R 0 ” for copying register R 62 to register R 61 , sub-instruction “LDW R 62 , @(R 63 +, R 0 )” for popping the data in the second position counted from the stack top to register R 62 , and sub-instruction “BRATZR/CN R 62 , #(s ⁇ branchbyte 1 ⁇ branchbyte 2 )”, which branches if register R 61 is zero, and combines these three sub-instructions with two NOP instructions for performing simulation with the VLIW instructions of three in total number.
  • the PC value of processor 510 is advanced by 24 addresses as a result of executing the three VLIW instructions, whereby the operation of advancing the PC value by three addresses in accordance with the execution of JAVA instruction “ifeq” is simulated.
  • a JAVA instruction “jsr_w” of 5 bytes is translated into a VLIW instruction formed of one sub-instruction “OR R 10 , #(branchbyte ⁇ branchbyte 2 ⁇ branchbyte 3 ⁇ branchbyte 4 )”, a VLIW instruction for successively executing sub-instruction “STW R 62 , @(R 63 -, R 4 ) and sub-instruction “BSR R 10 ”, and a VLIW instruction for executing in parallel sub-instruction “BRA # 3 ” and sub-instruction “NOP”.
  • JAVA instruction “jsr_w” is an instruction for pushing a return address to the stack, and jumping to the subroutine of the address designated by 4 bytes.
  • Processor 510 performs the simulation by decomposing the above instruction into sub-instruction “OR R 10 , #(branchbyte 1 ⁇ branchbyte 2 ⁇ branchbyte 3 ⁇ branchbyte 4 ) for loading the jump address to register RIO, sub-instruction “STW R 62 , @(R 63 -, R 4 ) for pushing the value of register R 62 on the stack top to the second position counted from the stack top, sub-instruction “JSR R 10 ” for storing the return address in register R 62 on the stack top, and jumping to the subroutine at the address designated by register Rio, sub-instruction “BRA # 3 ” for performing branching for skipping the two VLIW instructions after returning from the subroutine, and sub-instruction “NOP”.
  • the three VLIW instructions are executed, and the branching for skipping the two VLIW instructions is performed, whereby the PC value of processor 510 is advanced by 40 addresses so that the operation of advancing the PC value by 5 addresses in accordance with execution of JAVA instruction “jsr_w” is simulated.
  • FIGS. 20 and 21 show examples of translating complicated JAVA instructions into VLIW instructions, which are formed of VLIW instructions, and call the subroutines for executing the function of JAVA instruction.
  • a JAVA instruction “fadd” for adding floating-point numbers is translated into a VLIW instruction for successively executing sub-instruction “STW R 62 , @(R 63 -, R 4 )” for pushing the value of register R 62 on the stack top to the second position counted from the stack top, and sub-instruction “JSR #fadd” for storing the return address in register R 62 on the stack top, and jumping to the subroutine at the address designated by #fadd.
  • Processor 510 performs the operation of “fadd” in the sub-routine, and performs the operation relating to update of the PC value in such a manner that advancing of the PC value corresponding to “fadd” by one address is simulated by executing one VLIW instruction to advance the PC value of processor 510 by eight addresses.
  • a JAVA instruction “tableswitch” for performing table jump is translated into a VLIW instruction for successively executing sub-instruction “STW R 62 , @(R 63 -, R 4 )” for pushing the value of register R 62 on the stack top to the second position, and sub-instruction “JSR #tableswitch” for storing the return address in the register R 62 on the stack top, and jumping to a sub-routine at the address designated by #tablesswitch.
  • the operation of “tableswitch” and the update of PC value are both simulated by accessing various parameters designed by JAVA instruction “tableswitch” in the sub-routines.
  • processor 510 accesses a memory 25 provided with translator for JAVA instructions in an address region 125 a for JAVA instructions (i.e., directly coupled address region), and reads out various parameters designated by JAVA instruction “tableswitch”.
  • the program including the normative and native instruction processing routines in a mixed fashion can be executed fast. Even if the instruction length of the normative instruction is different from that of the native instruction, the processor core is not required to recognize the difference in instruction length, and the device can execute the program including the normative and native instruction processing routines in a mixed fashion.
  • the address conversion for fetching the normative instruction can be performed by a very simple circuit.
  • the processor core having the above memory interface executes the instruction in a simple manner without determining whether the instruction to be executed is native or normative, and thereby can execute the program including the normative and native instruction processing routines in a mixed fashion. Since only the native instructions are used within the processor core, the execution in the processor core can be fast. Even if the normative and native instructions have different instruction lengths, the processor core is not required to recognize the difference in instruction length, and can execute the program including the processing routines of the normative and native instructions in a mixed fashion without changing the structure of the processor.

Abstract

A data processing device includes a processor core, and a memory interface portion arranged between the processor core and an external memory mapped into a predetermined external memory space. The memory interface portion includes a fetch circuit for receiving an address value for access to the external memory space from the processor core, and fetching the data at the address in the external memory, a translator for translating the normative instruction fetched from the external memory into the native instruction, and a select circuit for selectively applying the data read from the external memory space and the instruction prepared by translating the instruction read from the external memory space by the translator to the processor core depending on whether the address value for the access to the external memory space is in a predetermined region or not.

Description

    RELATED APPLICATIONS
  • This application is a Continuation of U.S. patent application Ser. No. 09/911,739, filed on Jul. 25, 2001, claiming priority of Japanese Patent Application No. 2001-012687, filed on Jan. 22, 2001, the entire contents of each of which are hereby incorporated by reference.
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention relates to a data processing device with an instruction translator for translating instructions not native to a certain processor into instructions native to the same processor, and can rapidly execute a program including a processing routine formed of normative instructions and a processing routine formed of native instructions in a mixed fashion. The invention also relates to a memory interface device for such a data processing device.
  • 2. Description of the Background Art
  • There is a close relationship between a processor architecture and a system of instructions that can be executed on such a processor. If the instruction system is updated in accordance with advance of the processor architecture, those program codes written for the old processors designed in accordance with the old instruction systems will usually be impossible to execute. What is most important is how the program assets implemented in accordance with the old instruction system will be effectively inherited. For this purpose, many techniques have been developed for executing the programs, which were written for old processors designed in accordance with the old instruction system, by new processors having a certain instruction system.
  • One of the typical conventional schemes for executing the program written for the old processor on a new processor, is to provide hardware of the new processor with a function of the old processor. Referring to FIG. 1, a conventional data processing device for performing such a method includes a processor 1 provided with a multifunction instruction decoder 5, which has functions of decoding both the instructions for the old processor and the instructions for the new processor, and an arithmetic portion 6 having a function of executing these instructions. The data processing device further includes a bus 4 connected to processor 1 as well as a data memory 2 and an instruction memory 3, which are connected to bus 4.
  • Instruction memory 3 holds both the instructions of the old processor and the instructions of the new processor. Multifunction instruction decoder 5 decodes instructions read from instruction memory 3 and transferred to processor 1 via bus 4. Multifunction instruction decoder 5 has the function of decoding both the instructions for the new processor and the instructions for the old processor. Arithmetic portion 6 executes the decoded instruction. Data memory 2 can be accessed from both the instruction for the new processor and the instruction for the old processor.
  • Examples of the technique, in which the function of hardware of the old processor is given to the hardware of new processor, have been described in various books and magazines primarily for the developers, and reference can be made on them for more information.
  • In addition, the conventional methods for executing the programs for the old processor on the new processor includes one wherein the software for the old processor is first translated into software for the new processor and then executed, and one wherein the operations of instructions for the old processor are emulated by the software running on the new processor. These methods are likewise described in various books and magazines primarily for developers, and reference can be made on them for more information.
  • In some other cases, it may also be effective to execute the program written for a certain instruction system by the processor designed in accordance with another instruction system. For example, the program size can be reduced by defining a subset of a certain instruction system and writing a program in the instruction subset. JAVA™ language is designed such that programs are written for an instruction system prescribed for a virtual processor, and a different kinds of processors execute the same program thus written by using instruction systems of the respective processors. Therefore, the program written in the JAVA language can be commonly executed by multiple kinds of processors of different instruction systems.
  • There have been proposed many methods, in which the reduced instruction system of subsets are prepared for reducing the program size, and both the instructions of the non-reduced instruction system and the instructions of the reduced instruction system are decoded by a multifunction instruction decoder of a processor. For example, reference may be made to “Thumb Squeezes ARM Code Size (New Core Module Provides Optimizes Second Instruction Set)” by James L. Turley (Micro Processor Report, Vol. 9, No. 4, pp. 1 and 6-9, Mar. 27, 1995).
  • However, the conventional methods described above all suffer from the following problems.
  • If the function of executing the program written in the plurality of instruction systems are given to hardware of the processor, the hardware becomes complicated, and have increased sizes. For adding or changing the instruction system to be executed, the whole hardware must be redesigned, and it is difficult to deal with such addition and change with flexibility.
  • The following problem arises when changing or translating the program by the software. For translating the program itself, a memory of a large capacity is additionally required for holding the translated program. This increases costs of the memory and therefore the data processing device. In the case of emulating the operation of instructions with the instructions of another instruction system, it is naturally necessary to emulate the operation results, and further it is necessary to emulate values of program counters and, if necessary, flags. For this reason, it is necessary to replace the operation of one instruction with many instructions of another system. This significantly lowers the operation speed.
  • SUMMARY OF THE INVENTION
  • An object of the invention is to provide a data processing device, which can rapidly execute a program formed of instructions in a plurality of different instruction systems, using native instructions, without changing hardware itself of a processor, and does not require a memory of a large capacity, as well as a memory interface device provided with an instruction translator for the same.
  • A data processing device according to an aspect of the invention includes a processor core, and a memory interface portion arranged between the processor core and an external memory mapped into a predetermined external memory space. The memory interface portion includes a fetch circuit for receiving an address value for access to the external memory space from the processor core, and fetching the data at the address in the external memory. This data is an instruction normative or native to the processor, or data to be processed. The memory interface portion further includes a translator for translating the instruction normative to the processor core fetched by the fetch circuit from the external memory into a native instruction or native instructions, and a select circuit for selectively applying the data read from the external memory space and the instruction or instructions prepared by translating the instruction read from the external memory space by the translator to the processor core depending on whether the address value for the access from the processor core to the external memory space is in a predetermined region or not.
  • A memory interface device according to another aspect of the invention is a device arranged between a processor core and an external memory mapped into a predetermined external memory space, and includes a fetch circuit for receiving an address value for access to the external memory space from the processor core, and fetching the data at the address in the external memory. This data is an instruction normative or native to the processor, or data to be processed. The data interface device further includes a translator for translating the normative instruction for the processor core fetched by the fetch circuit from the external memory into a native instruction or native instructions, and a select circuit for selectively applying the data read from the external memory space and the instruction prepared by translating the instruction read from the external memory space by the translator to the processor core depending on whether the address value for the access from the processor core to the external memory space is in a predetermined region or not.
  • A data reading method according to still another aspect of the invention is a method of reading data from an external memory mapped into a predetermined external memory space to a processor core, and includes a step of receiving an address value for access from the processor core to the external memory space, and fetching the data at the address in the external memory. This data is an instruction normative or native to the processor, or data to be processed. The method further includes a step of translating the instruction normative to the processor core fetched from the external memory into a native instruction or native instructions, and a step of selectively applying the data read from the external memory space and the instruction prepared by the translation of the instruction read from the external memory space to the processor core depending on whether the address value for the access from the processor core to the external memory space is in a predetermined region or not.
  • The foregoing and other objects, features, aspects and advantages of the present invention will become more apparent from the following detailed description of the present invention when taken in conjunction with the accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a schematic block diagram of a data processing device provided with a conventional old instruction emulation function;
  • FIG. 2 is a block diagram of a data processing device provided with an instruction translator function of a first embodiment of the present invention;
  • FIG. 3 is a block diagram of a processor 510 shown in FIG. 2;
  • FIG. 4 shows, in a table format, registers provided in processor 510;
  • FIG. 5 schematically shows a control register 170 in processor 510;
  • FIG. 6 is a block diagram of a bus interface portion 503 in processor 510;
  • FIG. 7 is a block diagram of a translation circuit 540 in a bus interface circuit 503;
  • FIG. 8 shows a pipeline processing mechanism of processor 510;
  • FIG. 9 shows a format of a VILW (Very Long Instruction Word) instruction executable by processor 510;
  • FIG. 10 shows formats of sub-instructions of the VLIW instruction executable by processor 510;
  • FIG. 11 shows how a sub-instruction is pipeline-processed by processor 510;
  • FIG. 12 shows how two sub-instructions are pipeline-processed by processor 510;
  • FIG. 13 shows a memory map of the data processing device shown in FIG. 2;
  • FIG. 14 shows a correspondence between instructions when translating the JAVA instruction into one or more VLIW instruction(s);
  • FIG. 15 shows a flow of data occurring when JAVA byte codes are fetched from a memory 523, are translated into native instructions and are transferred to a core 100; and
  • FIGS. 16 to 21 show specific examples of translation of JAVA instructions into VLIW instructions.
  • DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • Referring to FIG. 2, a data processing device of an embodiment of the present invention includes a processor 510 formed on a semiconductor integrated circuit as well as an address bus 31, a data bus 32 and a control bus 33 each connected to processor 510. The data processing device also includes a data memory 521, a native instruction memory 522, a JAVA instruction memory 523 and a RAM (Random Access Memory) 520 each connected to address bus 31, data bus 32, and control bus 33.
  • Referring to FIG. 3, processor 510 is formed of one chip of a semiconductor integrated circuit, and includes a processor core 100, an instruction memory 501, a data memory 502, and a bus interface portion 503 connected to address bus 31, data bus 32 and control bus 33 as well as a data address bus 106 and a data bus 107, which interconnect the above memories, portions and others for transmitting addresses and data. Processor 510 also includes an instruction address bus 104 of 64-bit width and an instruction bus 105 of 64-bit width, which are employed for interconnecting core 100, instruction memory 501 and bus interface portion 503.
  • Core 100 is a processor core having a VLIW (Very Long Instruction Word) type instruction system. Core 100 includes an instruction decoder 110 for decoding a VLIW instruction sent from instruction bus 105 as well as a memory arithmetic portion 130 and an integer arithmetic portion 140, which are employed for executing instructions decoded by instruction decoder 110. Core 100 also includes a general purpose register file 120, which is connected via a plurality of buses to memory and integer arithmetic portions 130 and 140 for reading and writing by software.
  • Instruction decoder 110 includes two sub-instruction decoders 111 and 112.
  • Memory arithmetic portion 130 includes arithmetic units such as an address arithmetic unit 131, a PC (Program Counter) arithmetic unit 132, a shifter 133 and an ALU (Arithmetic Logic Unit) 134. Memory arithmetic portion 130 is employed for executing the memory access instruction, PC control instruction, integer arithmetic operation instruction and others in accordance with the output of sub-instruction decoder 111. Integer arithmetic portion 140 includes a shifter 141, an ALU 142, a multiplier 143 and an accumulator 144. Integer arithmetic portion 140 is employed for executing the integer arithmetic operation instruction in accordance with the output of sub-instruction decoder 112. Memory arithmetic portion 130 and integer arithmetic portion 140 can execute two sub-instructions in parallel, and can also operate in such a manner that each execute one sub-instruction independently of the other.
  • Referring to FIG. 4, register file 120 employed in processor 510 includes 64 registers 150-152, • • • , 162 and 163, which are 32-bit general purpose registers, respectively. Register 163 is used in two manners, and therefore is depicted as registers 163 a and 163 b for the sake of convenience. Processor 510 further includes control registers 170-180. Accumulator 144 shown in FIG. 3 includes two 64- bit accumulators 144 a and 144 b.
  • Register 150 is a register always holding zero. Register 162 is employed for holding data on a stack top during non-interrupt processing. Register 163 b is a stack pointer during non-interrupt processing for holding the address of data immediately under the stack top.
  • Register 163 is switched at a mode bit within a control register 170, which is a PSW (Processor Status Word), so that it is selectively used as register 163 a during the interrupt processing, and is used as register 163 b during the non-interrupt processing.
  • Control registers 170-180 are dedicated to predetermined components or elements, respectively. Control register 170 is a PSW, and includes mode bits representing flags, which change depending on the operation, whether the interrupt is being performed or not, whether interrupt is masked or not, whether it is in the debugging mode or not, and others. Control register 172 is a program counter (PC), and represents an address of the instruction being executed. Control registers 171 and 173 are employed for copying and holding values of control registers 170 and 172 at the times of interrupt, exception and a trap, respectively. Other functions and others of the control registers are shown in FIG. 4, but are not specifically described for the simplicity reason, because these are not significantly related to the present invention.
  • Accumulators 144 a and 144 b are employed for holding results of multiplication and product-sum operation. Each of accumulators 144 a and 144 b can hold data of 64 bits, which are equal to double the bit length of the general purpose registers.
  • Referring to FIG. 5, the PSW held by control register 170 is formed of 32 bits, and includes an SM bit 170 a, which is a mode bit indicating whether the current processing is interrupt processing or non-interrupt processing, an IE bit 170 b indicating whether interruption is being allowed or inhibited, and F0 and F1 bits 170 c and 170 d controlling conditions of instruction execution. In addition to the above, control register 170 includes an RP bit, an MD bit and F2- F7 bits. Meanings of these bits are shown in FIG. 5. During the interruptible state, processor 150 accepts the interruption at a break between the VLIW instructions when an interrupt request is externally applied thereto.
  • Referring to FIG. 6, a bus interface portion 503 of processor 510 includes a translation circuit 540 for translating JAVA byte codes into a native instruction or native instructions by a hardware (which may also be referred to as “HW” hereinafter) translator, i.e., a hardware circuit, a control portion 532 which is connected to control bus 33 for controlling the HW translation and the access to memories 520-523 of processor 510, and has an address register 533, a selector 531 which has two inputs connected to instruction address bus 104 and data address bus 106, respectively, and an output connected to a signal line 542, an address signal shift circuit 534 which divides the address on signal line 542 by 8, and thus performs a right shift thereof by 3 bits for outputting the result onto a signal line 543, and a selector 535 which has two inputs connected to signal lines 543 and 542, respectively, and an output connected to a signal line 545, and is controlled by signals applied from translation circuit 540 and control portion 532 via a signal line 546.
  • Bus interface portion 503 further includes: a selector 538 having two inputs connected to a signal line 544 connected to the output of the translation circuit and a signal line 545, respectively, and an output connected to lower 24 bits of address bus 31; a selector 537 which has two terminals on the select side and connected to a signal line 562 and signal line 541 of 4-byte width, respectively, and one terminal connected to data bus 32 of 4-byte width, and has a function of outputting the input sent from data bus 32 selectively onto signal lines 541 and 542, and selecting the data on signal line 562 for outputting it onto data bus 32; a bus width changing circuit 560 which has an input connected to signal line 541 and an output connected to signal line 560; a selector 536 having two inputs connected to an output line 539 extending from translation circuit 540 and a signal line 563 of 8-byte width extending from bus width changing circuit 560, respectively, and output connected to instruction bus 105; and a bus width changing circuit 561 having two I/O terminals connected to a signal line 562 of 4-byte width and a data bus 107 of 64-bit width.
  • Signal line 541 is also connected to the input of translation circuit 540. Signal line 542 is also connected to control portion 532.
  • Control portion 532 determines whether the address value sent from MUX 531 falls within a predetermined address region, and controls selectors 535, 538 and 536 in accordance with the determination. This predetermined address region corresponds to an address region 573 in FIG. 13, which will be described later. When control portion 532 receives the address value falling within the predetermined address region, it controls selector 535 to select signal line 543 so that the address value on signal line 543, which is prepared by 3-bit right shift of the address value on signal line 542 by shift circuit 534, is output onto signal line 545. Otherwise, the control portion 532 controls selector 535 to select signal line 542 and output the address value on signal line 542 onto signal line 545. When control portion 532 receives the address value falling within the predetermined address region, it controls selector 536 to select signal line 539 and output the instruction on signal line 539 (i.e., the native instruction prepared by translating the normative instruction by translation circuit 540) onto signal line 105. Otherwise, control portion 532 controls selector 536 to select signal line 563 and output the instruction (native instruction) on signal line 541 onto signal line 105. When the control portion 532 receives the address value falling within the predetermined address region, it controls selector 538 to select signal line 544 and output the address value on signal line 544 onto signal line 31. Otherwise, it controls selector 538 to select signal line 545 and output the address value on signal line 545 onto signal line 31.
  • When accessing the memory, processor core 100 outputs a control signal indicating whether the memory access is to be performed for an instruction designated by an instruction address or for data to be designated by a data address. Selector 531 is controlled by this control signal, and thereby selects signal line 104 to output the address value on signal line 104 onto signal line 543 when the access is to be performed for the instruction. When the access is to be performed for the data, selector 531 selects signal line 106, and outputs the address value on signal line 106 onto signal line 542. Selector 537 is likewise controlled by this control signal. Thereby, selector 537 selects signal line 541, and electrically connects signal line 32 to signal line 541 when the access is to be performed for the instruction. When the access is to be performed for the data, selector 537 selects signal line 562, and connects it to signal line 107.
  • Referring to FIG. 7, translation circuit 540 includes: an input buffer memory 551 for temporarily storing the JAVA byte codes, which are fetched four bytes at a time (i.e., corresponding to the width of data bus 32) via signal line 541 from memory 523; a translator 552 which performs one-byte translation on the JAVA byte code applied from input buffer memory 551, and thereby outputs one native instruction of 8 bytes; an output buffer memory 553 which receives the output of translator 552 as well as the address and control signals sent from signal lines 545 and 546, and temporarily stores the native codes sent from translator 552 for outputting them onto signal line 539; and an address managing circuit 554 which is connected to signal lines 544, 545 and 546 for managing the address input from selector 535 via signal line 545.
  • Referring to FIG. 8, processor 510 performs the pipeline processing on instructions in the following manner. Processor 510 functionally includes an MU pipe 139 and an IU pipe 149 for executing sub-instructions, which are executed by memory arithmetic portion 130 and integer arithmetic portion 140, respectively. Each of pipes 139 and 149 is formed of an instruction fetch stage 191, a decode and address calculating stage 192, an arithmetic and memory access stage 193, and a write-back stage 194.
  • Instruction fetch stage 191 fetches the instruction and holds it in instruction register 113 of instruction decoder 110. In decode and address calculating stage 192, the instruction thus held is decoded by sub-instruction decoders 111 and 112, and simultaneously register file 120 (represented as register file 120 a for clarifying that it is on input) is accessed and the address calculation of the operand and PC is performed. In the arithmetic and memory access stage 193, integer operation and data memory access processing are performed. In a write-back stage 194, the operation result and the data fetched from the memory are rewritten into register file 120 (represented as register file 120 b for clarifying that it is on the output side).
  • Referring to FIG. 9, an instruction 200 of processor 510 is a two-way VLIW type instruction, and has a format shown in FIG. 9. More specifically, instruction 200 includes FM fields 201 a and 201 b for defining an execution order of respective sub-instructions and defining long sub-instructions, L- and R- containers 205 and 206 for storing the sub-instructions, and condition (CC) fields 203 and 204 for specifying the execution conditions of the respective sub-instructions.
  • The condition fields 203 and 204 specify the conditions depending on the values of flags F0 and F1 (F0 bit 170 c and F1 bit 170 d) in the PSW (i.e., control register 170). For example, when condition field 203 is “000”, the sub-instruction contained in L-container 205 is executed unconditionally. When the condition field 204 is “101”, the sub-instruction included in R-container 206 is executed if F0 (F0 bit 170 c) is equal to 1 and F1 (F1 bit 170 d) is equal to 1, and otherwise is invalidated.
  • FM fields 201 a and 201 b designate the execution operation for executing the sub-instructions contained in L- and R- containers 205 and 206. There are four execution operations. The first operation is to execute in parallel the sub-instructions included in L- and R- containers 205 and 206. The second operation is to execute the sub-instruction of L-container 205, and thereafter execute the sub-instruction of R-container 206. The third operation is opposite to the second operation so that the sub-instruction of R-container 206 is first executed, and then the sub-instruction of L-container 205 is executed. The fourth execution operation is to execute one long sub-instruction divided and held by L- and R-containers. More specifically, one of the foregoing four operations is selected depending on the values of FM fields 201 a and 201 b.
  • Referring to FIG. 10, the sub-instructions held in L- and R- containers 205 and 206 have the following formats. The sub-instructions are classified into short instructions of 28 bits in length and long sub-instructions of 54 bits in length. The short sub-instructions have seven kinds of formats indicated by 211-217, respectively. In summary, according to the format of the short sub-instructions, bit positions 0-9 indicate the kind of operation, and bit positions 10-27 indicate up to three operands. In the long sub-instructions, as indicated by format 218, bit positions 0-9 indicate the kind of operation, and bit positions 10-53 indicate up to three operands including an immediate value data of a 32-bit length. The immediate value of 32 bits of the long sub-instruction is held in VLIW instruction bit positions 26-31, 36-43 and 46-63.
  • Format 211 is of the sub-instruction for performing the memory access operation (load/store operation). Format 212 is of the sub-instruction for performing an operation between operands held by general purpose registers (OP operation). Formats 213-217 are of the sub-instructions for performing the branch operations. Format 218 of the long sub-instruction is commonly used by all of the three kinds of operations.
  • When processor 510 performs the pipeline processing on the sub-instructions as shown in FIG. 8, the sub-instructions of the OP operation, load/store operation and branch operation are executed on four pipeline stages as indicated by four pipelines 221-223 in FIG. 11. These stages correspond to the four stages shown in FIG. 7, respectively.
  • When FM fields 201 a and 201 b designate the execution order of the sub-instructions, the pipeline processing is effected on the sub-instructions by MU and IU pipes 139 and 149 as shown in FIG. 12. Stall stages 234-236 are to be inserted for delaying execution of one of the sub-instructions in case the sub-instructions are executed in the order determined by the values of FM fields 201 a and 201 b.
  • The sub-instructions defined with respect to processor 510 are shown in the following list. In the list, mnemonics of the respective sub-instructions are represented in upper cases, and the processing contents thereof are described on the right of the respective mnemonics.
  • Load/Store Instructions
    LDB Load one byte to a register with sign extension
    LDBU Load one byte to a register with zero extension
    LDH Load one half-word to a register with sign extension
    LDHH Load one half-word to a register high
    LDHU Load one half-word to a register with zero extension
    LDW Load one word to a register
    LD2W Load two words to registers
    LD4BH Load four bytes to four half-word registers with sign
    extension
    LD4BHU Load four bytes to four half-word registers with zero
    extension
    LD2H Load two half-words to registers
    STB Store one byte from a register
    STH Store one half-word from a register
    STHH Store one half-word from a register high
    STW Store one word from a register
    ST2W Store two words from registers
    ST4HB Store four bytes from four half-word registers
    ST2H Store two half-words from registers
    MODDEC Decrement a register value by a 5-bit immediate value
    MODINC Increment a register value by a 5-bit immediate value
  • Transfer instructions
    MVFSYS Move a control register to a general purpose register
    MVTSYS Move a general purpose register to a control register
    MVFACC Move a word from an accumulator
    MVTACC Move two general purpose registers to an accumulator
  • Compare instructions
    CMPcc Compare
    cc = EQ(000), NE(001), GT(010), GE(011), LT(100),
    LE(101), PS-both positive (110), NG-both
    negative (111)
    CMPUcc Compare unsigned
    cc = GT(010), GE(011), LT(100), LE(101)
  • Arithmetic operation instructions
    ABS Absolute
    ADD Add
    ADDC Add with carry
    ADDHppp Add half-word
    ppp = LLL(000), LLH(001), LHL(010), LHH(011),
    HLL(100), HLH(101), HHL(110), HHH(111)
    ADDS Add register Rb with the sign of the third operand
    ADDS2H Add sign to two half-words
    ADD2H Add two pairs of half-words
    AVG Average with rounding towards positive infinity
    AVG2H Average two pairs of half-words rounding towards
    positive infinity
    JOINpp Join two half-words
    pp = LL(00), LH(01), HL(10), HH(11)
    SUB Subtract
    SUBB Subtract with borrow
    SUBHppp Subtract half-word
    ppp = LLL(000), LLH(001), LHL(010), LHH(011),
    HLL(100), HLH(101), HHL(110), HHH(111)
    SUB2H Subtract two pairs of half-words
  • Logical operation instructions
    AND logical AND
    OR logical OR
    NOT logical NOT
    XOR logical exclusive OR
    ANDFG logical AND flags
    ORFG logical OR flags
    NOTFG logical NOT a flag
    XORFG logical exclusive OR flags
  • Shift operation instructions
    SRA Shift right arithmetic
    SRAHp Shift right arithmetic a half-word p = L(0), H(1)
    SRA2H Shift right arithmetic two half-words
    SRC Shift right concatenated registers
    SRL Shift right logical
    SRLHp Shift right logical a half-word p = L(0), H(1)
    SRL2H Shift right logical two half-words
    ROT Rotate right
    ROT2H Rotate right two half-words
  • Bit operation instructions
    BCLR Clear a bit
    BNOT Invert a bit
    BSET Set a bit
    BTST Test a bit
  • Branch instructions
    BRA Branch
    BRATZR Branch if zero
    BRATNZ Branch if not zero
    BSR Branch to subroutine
    BSRTZR Branch to subroutine if zero
    BSRTNZ Branch to subroutine if not zero
    DBRA Delayed Branch
    DBRAI Delayed Branch immediate
    DBSR Delayed Branch to subroutine
    DBSRI Delayed Branch immediate to subroutine
    DJMP Delayed Jump
    DJMPI Delayed Jump immediate
    DJSR Delayed Jump to subroutine
    DJSRI Delayed Jump immediate to subroutine
    JMP Jump
    JMPTZR Jump if zero
    JMPTZN Jump if not zero
    JSR Jump to subroutine
    JSRTZR Jump to subroutine if zero
    JSRTNZ Jump to subroutine if not zero
    NOP No operation
  • OS-related instructions
    TRAP Trap
    REIT Return from exception, interrupts, and traps
  • DSP Arithmetic operation instructions
    MUL Multiply
    MULX Multiply with extended precision
    MULXS Multiply and shift to the left by one with extended
    precision
    MULX2H Multiply two pairs of half-words with extended
    precision
    MULHXpp Multiply two half-words with extended precision
    pp = LL(00), LH(01), HL(10), HH(11)
    MUL2H Multiply two pairs of half-words
    MACd Multiply and add (d = 0, 1)
    MACSd Multiply, shift to the left by one, and add (d = 0, 1)
    MSUBd Multiply and subtract (d = 0, 1)
    MSUBSd Multiply, shift to the left by one, and subtract (d = 0, 1)
    SAT Saturate
    SATHH Saturate word operand into high half-word
    SATHL Saturate word operand into low half-word
    SATZ Saturate into positive number
    SATZ2H Saturate two half-words into positive number
    SAT2H Saturate two half-word operands
  • Repeat instructions
    REPEAT Repeat a block of instructions
    REPEAT I Repeat a block of instructions with immediate
  • Debugger supporting instructions
    DBT Debug trap
    RDT Return from debug interrupt and trap
  • FIG. 13 shows an address map when processor 510 shown in FIG. 2 accesses each of external memories 520-523 via address bus 31, data bus 32 and control bus 33. As shown in FIG. 13, memories 520-522 are mapped into an address region 575 for RAM (H′ 2220 0000-H′ 223F FFF8), an address region 571 for the data memory (H′ 1000 0000-H′ 17FF FFF8) and an address region 572 for the native instruction memory (H′ 1800 0000-H′ 1FFF FFF8). Memory 523 is mapped into an address region 574 (H′ 2100 0000-H′ 211F FFF8) if the read/write are performed without translating the instruction codes, and is mapped into an address region 573 (H′ 2000 0000-H′ 20FF FFF8) if the read is performed together with translation of the instruction codes.
  • When viewed from processor 510, the address in memory 523 is equal to address regions 573 and 574 shown in FIG. 13. When accessing memory 523 in address region 574, the effective memory is present at all the byte positions in the space of 2 MB. When accessing memory 523 in address region 573, a valid memory is present in all the upper one bytes among each eight bytes aligned in the space of 16 MB, but the memory is not present in the lower seven bytes.
  • As is apparent from the contents already described with reference to FIG. 6, the external memory is accessed with the address aligned with four bytes boundary. Therefore, external data bus 32 has a 4-byte width (32-bit width). If one native instruction (VLIW instruction of 8 bytes) is read from instruction memory 522 by accessing an address region 572 or the like, the access for the native instruction is performed two times in a divided fashion. More specifically, the processor continuously outputs the address two times onto addresses bus 31, whereby data of 4 bytes is continuously received two times from data bus 32. Bus width changing circuit 560 assembles the two pieces of data of 4 bytes each received from signal line 541 of 4-byte width into the data of 8 bytes, and outputting it onto a signal line 563 of 8-byte width. Thus, bus width changing circuit 560 receives and temporarily holds the first data of 4 bytes from signal line 541, and then receives the second data of 4 bytes from signal line 541 to output data of 8 bytes, which is prepared by concatenating the first 4-byte data and the second data, as the native instruction.
  • Bus width changing circuit 561 has a similar function. More specifically, in the case where reading or writing data of 8 bytes by accessing address region 571 or the like, two pieces of 4-byte data each, which are received from signal line 562 of the 4-byte width by continuously performing two times the memory access, are output as one 8-byte data onto data bus 107. Further, one 8-bit data received from data bus 107 is divided into two pieces of 4-bit data, which are output onto data bus 32 via signal line 562 and selector 537 by continuously performing the memory access twice.
  • If data bus 32 is 64-bit width, bus width changing circuits 560 and 561 are not required. In this case, signal lines 541 and 563 may be directly connected. Likewise, signal line 562 and data bus 107 may be directly connected.
  • Processor 510 having the structure described above operates as follows. First, description will be given on the memory access, which is effected without HW translation on address spaces 571-573 and 574-575 for the instruction or data. Referring to FIG. 2, the signal on control bus 33 is used to assert the chip select signal of the memory to be accessed. Selectors 535 and 538 shown in FIG. 6 select the signal on signal line 542 to output the lower 24 bits of the address onto address bus 31. At this time, selectors 536-538 are controlled depending on whether the access is for the instruction read, data read or data write, and thereby the connection relationship between instruction bus 105, data bus 107 and data bus 32 as well as the flow of data are controlled. As a result, the output of selector 537 is applied, instead of the output of translation circuit 540, to processor core 100 via signal line 105 as the selected instruction.
  • The instruction access is effected on an address space 573. In the case of the memory access with HW translation, control portion 532 controls translation circuit 540 and selectors 535 and 536 via signal line 546, and translates the JAVA byte codes fetched from memory 523 into the native instruction for outputting it onto instruction bus 105. In this operation, the address value, which is sent from instruction address bus 104 via selector 531 onto signal line 542, and is further input into address signal shift circuit 534, is shifted rightward by three bits by address signal shift circuit 534. Thus, the address value is divided by eight, is output onto signal line 545, and is input into translation circuit 540.
  • Referring to FIG. 7, address management circuit 554 of translation circuit 540 remaps the address values of address region 573, which are input via signal line 545, in address region 574, and output them onto signal line 544. The signal thus output is output onto address bus 31 via selector 538 shown in FIG. 6. As a result, memory 523 is accessed, and the JAVA byte codes are fetched.
  • The operation of translation circuit 540 in the above state will now be described specifically with reference to FIG. 7. Address management circuit 554 compares the address value input from signal line 545 with the last input address value, and determines whether the corresponding JAVA byte codes are present in input buffer memory 551 or not. If the corresponding JAVA byte code is present, that JAVA byte code is output to translator 552 via input buffer memory 551.
  • If the corresponding JAVA byte code is not present in input buffer memory 551, address management circuit 554 outputs a control signal onto control signal line 546. This control signal is used for access memory 523 using the address value of the lower 24 bits in address region 573 received via signal line 545 as the address value of the lower 24 bits in address region 574. For fetching the JAVA byte codes in units of aligned 4 bytes in the above operation, the lower 2 bits of the address value of 24 bits, which are output from address management circuit 554 onto signal line 544, is always 0 regardless of the input address value. This address value is selected by selector 538 as shown in FIG. 6, and is output onto address bus 31. Thereby, JAVA byte codes are fetched 4 bytes at a time from memory 523 via data bus 32 into input buffer memory 551.
  • Referring to FIG. 14, the following relationship holds between the JAVA instructions translated by an instruction code translating portion 370 and the VLIW instructions. For example, a JAVA instruction 401 of 1 byte is translated into a VLIW instruction 411 of 8 bytes. Since JAVA instruction 401 is formed of one byte, JAVA instruction 401 can be read out by accessing JAVA instruction memory 523 only one time. Translated VLIW instruction 411 is output onto signal line 539 via output buffer 553. In this case, selector 536 selects the instruction on signal line 539 and applies the same to processor core 100 because the address is within address region 573.
  • A JAVA instruction 402 of 2 bytes is translated into two 8- byte VLIW instructions 412 a and 412 b. A JAVA instruction 404 of 5 bytes is translated into three 8- byte VLIW instructions 414 a, 414 b and 414 c. JAVA instruction 403, 406-408 and others are translated similarly. JAVA instruction 403 is translated into VLIW instruction 413, JAVA instructions 406 is translated into VLIW instruction 416, JAVA instruction 407 is translated into VLIW instruction 417, and JAVA instruction 408 is translated into three 8-byte VLIW instructions 418 a-418 c.
  • FIG. 15 shows a flow of data occurring when core 100 sends an instruction access request with an address of memory region 573, memory 523 is accessed and the JAVA byte code is fetched, is translated into the native instruction and is transferred to core 100. Whenever core 100 accesses memory region 573, this is always the fetch of the native instruction. Therefore, core 100 always outputs the address, which is aligned to 8 bytes border, to bus interface portion 503.
  • The address of memory region 573 is output as the address of memory region 574 by bus interface portion 503, and thereby memory 523 is accessed. Memory region 573 is a virtual JAVA byte code region. Therefore, the JAVA byte code (normative instruction), which is fetched by accessing actual memory 523, is translated into native instruction by bus interface portion 503, and is transferred via bus 105 to core 100. Thus, the native instruction of 16 MB of memory region 573 is compressed into ⅛, when viewed from core 100, and is held in memory 523 as the JAVA byte code of 2 MB of memory region 574. The JAVA byte code, which is fetched four bytes at a time by interface portion 503 from memory 523, is temporarily stored in input buffer 551, and then is read from input buffer 551 to translator 552 for translation into the native instruction. Then, the native instruction thus prepared is output to core 100 via output buffer memory 553. In this manner, a function of expanding the instruction code is achieved.
  • When accessing address region 574, processor 510 can use the JAVA byte code stored in JAVA instruction memory 523 as data for the access operation. Therefore, the address designating the JAVA byte code to be fetched is transferred via data address bus 106 onto address bus 31, and the JAVA byte code is transferred via data bus 32 from memory 523 to data bus 107. Processor 510 can execute the JAVA byte code fetched as data by using software, which is called “software interpreter” and is written in native instructions. Alternatively, processor 510 can execute the JAVA byte code fetched as data after translating it into the native instructions by using software, which is called “software translator”, and is described in native instructions. Accordingly, processor 501 of this embodiment is supported such that it can execute the program written in normative instructions such as JAVA byte code in any one of the manners of using the hardware translator, software translator and software interpreter.
  • A study relating to a standard or criterion, on which the processor selects one of the hardware translator, software translator and software interpreter for executing the JAVA byte code, has been described, e.g., in Japanese Patent Laying-Open No. 2000-368729 filed on Dec. 4, 2000 by the same assignee.
  • FIGS. 16-21 show specific examples of translation of JAVA instruction into VLIW instruction by a translator 372. The technology relating to the JAVA instruction has been described in many books, and reference may be made to such books for more information.
  • Referring to FIG. 16, JAVA instruction “iadd” of 1 byte is translated into one VLIW instruction for successively executing sub-instruction “LDW R61, @(R63+, R0) and sub-instruction “ADD R62, R62, R61”. The instruction “iadd” is a JAVA instruction for adding two 32-bit integers, which are the first and second data counted from the stack top, and rewriting the result on the same stack. In processor 510, the data at the stack top is arranged in register R62, and register R63 represents the address of the next data counted from the stack top. In processor 510, therefore, the operation of JAVA instruction “iadd” can be emulated by the sub-instruction “LDW R61, @(R63+, R0)” for performing the operation of loading the 32-bit data in the second position counted from the stack top into register R61, and incrementing register R62 by four, and the sub-instruction “ADD R62, R62, R61” for performing the operation of adding the two 32-bit integers of registers R62 and R61, and writing the result of addition into register R62. For the PC value in the above case, the PC value of processor 510 is advanced by 8 addresses as a result of executing one VLIW instruction, whereby the emulation is performed to advance the PC value by one in accordance with the execution of JAVA instruction “iadd”.
  • Referring to FIG. 17, JAVA instruction “iload” of 2 bytes is translated into the VLIW instruction having one sub-instruction “ADD/CN R50, #(0∥vindex)” and the VLIW instruction for successively executing sub-instruction “STW R62, @(R63-, R4)” and sub-instruction “LDW R62, @(R10, R50)”. The instruction “iload” is a JAVA instruction for fetching a 32-bit integer from the local variable region, and holding it on the stack top. Processor 510 performs the simulation by decomposing this instruction into sub-instruction “ADD/CN R50, #(0∥vindex)” for loading the index value of the local variable into register R50, sub-instruction “STW R62, @(R63-, R4)” for pushing register R62 to the second position counted from the stack top, and sub-instruction “LDW R62, @(R10, R50)” for loading data from the local variable region into register R62 on the stack top.
  • Register R4 holds a value “−4”, and register RIO holds the base address of the local variable region. For the PC value, the PC value of processor 510 is advanced by 16 addresses as a result of execution of the two VLIW instructions, whereby simulation of advancing the PC value by two addresses in accordance with the execution of JAVA instruction “iload” is performed.
  • Referring to FIG. 18, a JAVA instruction “ifeq” of 3 bytes is decomposed into a VLIW instruction for executing sub-instruction “ADD R62, R61, R0” and sub-instruction “NOP” in parallel, a VLIW instruction for executing sub-instruction “LDW R62, @(R63+, R0)” and sub-instruction “NOP” in parallel, and a VLIW instruction for executing one sub-instruction “BRATZR/CN R62, #(s∥branchbyte1∥branchbyte2|)”. Instruction “ifeq” is a JAVA instruction, which branches if the data on the stack top is “0”. Processor 510 decomposes this into sub-instruction “ADD R62, R61, R0” for copying register R62 to register R61, sub-instruction “LDW R62, @(R63+, R0)” for popping the data in the second position counted from the stack top to register R62, and sub-instruction “BRATZR/CN R62, #(s∥branchbyte1∥branchbyte2)”, which branches if register R61 is zero, and combines these three sub-instructions with two NOP instructions for performing simulation with the VLIW instructions of three in total number. The PC value of processor 510 is advanced by 24 addresses as a result of executing the three VLIW instructions, whereby the operation of advancing the PC value by three addresses in accordance with the execution of JAVA instruction “ifeq” is simulated.
  • Referring to FIG. 19, a JAVA instruction “jsr_w” of 5 bytes is translated into a VLIW instruction formed of one sub-instruction “OR R10, #(branchbyte∥branchbyte2∥branchbyte3∥branchbyte4)”, a VLIW instruction for successively executing sub-instruction “STW R62, @(R63-, R4) and sub-instruction “BSR R10”, and a VLIW instruction for executing in parallel sub-instruction “BRA # 3” and sub-instruction “NOP”. JAVA instruction “jsr_w” is an instruction for pushing a return address to the stack, and jumping to the subroutine of the address designated by 4 bytes. Processor 510 performs the simulation by decomposing the above instruction into sub-instruction “OR R10, #(branchbyte1∥branchbyte2∥branchbyte3∥branchbyte4) for loading the jump address to register RIO, sub-instruction “STW R62, @(R63-, R4) for pushing the value of register R62 on the stack top to the second position counted from the stack top, sub-instruction “JSR R10” for storing the return address in register R62 on the stack top, and jumping to the subroutine at the address designated by register Rio, sub-instruction “BRA # 3” for performing branching for skipping the two VLIW instructions after returning from the subroutine, and sub-instruction “NOP”.
  • For the PC value, the three VLIW instructions are executed, and the branching for skipping the two VLIW instructions is performed, whereby the PC value of processor 510 is advanced by 40 addresses so that the operation of advancing the PC value by 5 addresses in accordance with execution of JAVA instruction “jsr_w” is simulated.
  • FIGS. 20 and 21 show examples of translating complicated JAVA instructions into VLIW instructions, which are formed of VLIW instructions, and call the subroutines for executing the function of JAVA instruction. In the example shown in FIG. 20, a JAVA instruction “fadd” for adding floating-point numbers is translated into a VLIW instruction for successively executing sub-instruction “STW R62, @(R63-, R4)” for pushing the value of register R62 on the stack top to the second position counted from the stack top, and sub-instruction “JSR #fadd” for storing the return address in register R62 on the stack top, and jumping to the subroutine at the address designated by #fadd. Processor 510 performs the operation of “fadd” in the sub-routine, and performs the operation relating to update of the PC value in such a manner that advancing of the PC value corresponding to “fadd” by one address is simulated by executing one VLIW instruction to advance the PC value of processor 510 by eight addresses.
  • In the example shown in FIG. 21, a JAVA instruction “tableswitch” for performing table jump is translated into a VLIW instruction for successively executing sub-instruction “STW R62, @(R63-, R4)” for pushing the value of register R62 on the stack top to the second position, and sub-instruction “JSR #tableswitch” for storing the return address in the register R62 on the stack top, and jumping to a sub-routine at the address designated by #tablesswitch. In processor 510, the operation of “tableswitch” and the update of PC value are both simulated by accessing various parameters designed by JAVA instruction “tableswitch” in the sub-routines. In this operation, processor 510 accesses a memory 25 provided with translator for JAVA instructions in an address region 125 a for JAVA instructions (i.e., directly coupled address region), and reads out various parameters designated by JAVA instruction “tableswitch”.
  • According to the embodiment of the invention, the program including the normative and native instruction processing routines in a mixed fashion can be executed fast. Even if the instruction length of the normative instruction is different from that of the native instruction, the processor core is not required to recognize the difference in instruction length, and the device can execute the program including the normative and native instruction processing routines in a mixed fashion.
  • Further, only a simple circuit is required to perform the address conversion for fetching the normative instruction if the instruction length of the normative instruction is equal to a value obtained by dividing the instruction length of the native instruction by n-th power of 2. The address conversion for fetching the normative instruction can be performed by a very simple circuit.
  • The processor core having the above memory interface executes the instruction in a simple manner without determining whether the instruction to be executed is native or normative, and thereby can execute the program including the normative and native instruction processing routines in a mixed fashion. Since only the native instructions are used within the processor core, the execution in the processor core can be fast. Even if the normative and native instructions have different instruction lengths, the processor core is not required to recognize the difference in instruction length, and can execute the program including the processing routines of the normative and native instructions in a mixed fashion without changing the structure of the processor.
  • Although the present invention has been described and illustrated in detail, it is clearly understood that the same is by way of illustration and example only and is not to be taken by way of limitation, the spirit and scope of the present invention being limited only by the terms of the appended claims.

Claims (4)

1-18. (canceled)
19. A data processing apparatus comprising:
a central processing unit; and
an instruction memory,
wherein said central processing unit comprises a memory interface unit, an instruction register for fetching an instruction code containing plural instructions stored in said instruction memory, a plurality of instruction decoders, and a plurality of execution units each of which executes the instruction decoded by corresponding instruction decoder,
wherein said memory interface unit comprises an instruction translating unit, and determines whether translating said instruction code fetched from said instruction memory for translating said instruction code from a first instruction format having one byte length to a second instruction format having plural byte length in accordance with an instruction fetched address of said instruction code,
wherein each of said instruction decoders decodes said instruction code provided from said instruction register, and
wherein the instruction translation during the instruction fetch by said instruction translation unit, the instruction decoding by each said instruction decoder, and the execution of the decoded instruction by said execution units are performed in pipeline manner.
20. The data processing apparatus according to claim 19,
wherein said instruction memory comprises a first instruction memory and a second instruction memory, each of which is allocated to corresponding address area,
wherein said first instruction memory stores instruction codes having said first instruction format, and
wherein said second instruction memory stores instruction codes having said second instruction format.
21. The data processing apparatus according to claim 20,
wherein said memory interface unit receives said instruction code from said instruction memory by byte length of said second instruction format, uses one byte of received instruction code for translating from said first instruction format to said second instruction format when said instruction code is received from said first instruction memory.
US12/564,397 2001-01-22 2009-09-22 Data processing device with instruction translator and memory interface device to translate non-native instructions into native instructions for processor Abandoned US20100011191A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/564,397 US20100011191A1 (en) 2001-01-22 2009-09-22 Data processing device with instruction translator and memory interface device to translate non-native instructions into native instructions for processor

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
JP2001012687A JP2002215387A (en) 2001-01-22 2001-01-22 Data processor provided with instruction translator, and memory interface device
JP2001-012687 2001-01-22
US09/911,739 US7613903B2 (en) 2001-01-22 2001-07-25 Data processing device with instruction translator and memory interface device to translate non-native instructions into native instructions for processor
US12/564,397 US20100011191A1 (en) 2001-01-22 2009-09-22 Data processing device with instruction translator and memory interface device to translate non-native instructions into native instructions for processor

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/911,739 Continuation US7613903B2 (en) 2001-01-22 2001-07-25 Data processing device with instruction translator and memory interface device to translate non-native instructions into native instructions for processor

Publications (1)

Publication Number Publication Date
US20100011191A1 true US20100011191A1 (en) 2010-01-14

Family

ID=18879657

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/911,739 Expired - Fee Related US7613903B2 (en) 2001-01-22 2001-07-25 Data processing device with instruction translator and memory interface device to translate non-native instructions into native instructions for processor
US12/564,397 Abandoned US20100011191A1 (en) 2001-01-22 2009-09-22 Data processing device with instruction translator and memory interface device to translate non-native instructions into native instructions for processor

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/911,739 Expired - Fee Related US7613903B2 (en) 2001-01-22 2001-07-25 Data processing device with instruction translator and memory interface device to translate non-native instructions into native instructions for processor

Country Status (2)

Country Link
US (2) US7613903B2 (en)
JP (1) JP2002215387A (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1447742A1 (en) * 2003-02-11 2004-08-18 STMicroelectronics S.r.l. Method and apparatus for translating instructions of an ARM-type processor into instructions for a LX-type processor
JP2009032263A (en) * 2003-07-07 2009-02-12 Renesas Technology Corp Information processing device
JP4986431B2 (en) * 2005-09-29 2012-07-25 ルネサスエレクトロニクス株式会社 Processor
KR100936401B1 (en) * 2007-10-17 2010-01-12 주식회사 에이디칩스 Java bytecode translating method
WO2012103245A2 (en) 2011-01-27 2012-08-02 Soft Machines Inc. Guest instruction block with near branching and far branching sequence construction to native instruction block
WO2012103367A2 (en) 2011-01-27 2012-08-02 Soft Machines, Inc. Guest to native block address mappings and management of native code storage
WO2012103359A2 (en) 2011-01-27 2012-08-02 Soft Machines, Inc. Hardware acceleration components for translating guest instructions to native instructions
WO2012103373A2 (en) 2011-01-27 2012-08-02 Soft Machines, Inc. Variable caching structure for managing physical storage
WO2012103209A2 (en) 2011-01-27 2012-08-02 Soft Machines, Inc. Guest instruction to native instruction range based mapping using a conversion look aside buffer of a processor
WO2012103253A2 (en) 2011-01-27 2012-08-02 Soft Machines, Inc. Multilevel conversion table cache for translating guest instructions to native instructions
JP5691752B2 (en) * 2011-04-01 2015-04-01 セイコーエプソン株式会社 Data rewriting method, data rewriting device and rewriting program
GB2501299A (en) * 2012-04-19 2013-10-23 Ibm Analysing computer program instructions to determine if an instruction can be replaced with a trap or break point.
CN105122206B (en) 2013-03-15 2018-11-09 英特尔公司 The method and apparatus of visitor's return-address stack emulation for supporting to speculate
WO2014151652A1 (en) 2013-03-15 2014-09-25 Soft Machines Inc Method and apparatus to allow early dependency resolution and data forwarding in a microprocessor

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5386547A (en) * 1992-01-21 1995-01-31 Digital Equipment Corporation System and method for exclusive two-level caching
US5511172A (en) * 1991-11-15 1996-04-23 Matsushita Electric Co. Ind, Ltd. Speculative execution processor
US5638525A (en) * 1995-02-10 1997-06-10 Intel Corporation Processor capable of executing programs that contain RISC and CISC instructions
US5784585A (en) * 1994-04-05 1998-07-21 Motorola, Inc. Computer system for executing instruction stream containing mixed compressed and uncompressed instructions by automatically detecting and expanding compressed instructions
US5875336A (en) * 1997-03-31 1999-02-23 International Business Machines Corporation Method and system for translating a non-native bytecode to a set of codes native to a processor within a computer system
US5881258A (en) * 1997-03-31 1999-03-09 Sun Microsystems, Inc. Hardware compatibility circuit for a new processor architecture
US6292883B1 (en) * 1997-10-02 2001-09-18 U.S. Philips Corporation Converting program-specific virtual machine instructions into variable instruction set
US6332215B1 (en) * 1998-12-08 2001-12-18 Nazomi Communications, Inc. Java virtual machine hardware for RISC and CISC processors
US7076771B2 (en) * 2000-12-01 2006-07-11 Arm Limited Instruction interpretation within a data processing system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6496922B1 (en) 1994-10-31 2002-12-17 Sun Microsystems, Inc. Method and apparatus for multiplatform stateless instruction set architecture (ISA) using ISA tags on-the-fly instruction translation
US6606743B1 (en) * 1996-11-13 2003-08-12 Razim Technology, Inc. Real time program language accelerator
JP3765148B2 (en) * 1997-02-20 2006-04-12 株式会社日立製作所 Functional memory

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5511172A (en) * 1991-11-15 1996-04-23 Matsushita Electric Co. Ind, Ltd. Speculative execution processor
US5386547A (en) * 1992-01-21 1995-01-31 Digital Equipment Corporation System and method for exclusive two-level caching
US5784585A (en) * 1994-04-05 1998-07-21 Motorola, Inc. Computer system for executing instruction stream containing mixed compressed and uncompressed instructions by automatically detecting and expanding compressed instructions
US5638525A (en) * 1995-02-10 1997-06-10 Intel Corporation Processor capable of executing programs that contain RISC and CISC instructions
US5875336A (en) * 1997-03-31 1999-02-23 International Business Machines Corporation Method and system for translating a non-native bytecode to a set of codes native to a processor within a computer system
US5881258A (en) * 1997-03-31 1999-03-09 Sun Microsystems, Inc. Hardware compatibility circuit for a new processor architecture
US6292883B1 (en) * 1997-10-02 2001-09-18 U.S. Philips Corporation Converting program-specific virtual machine instructions into variable instruction set
US6332215B1 (en) * 1998-12-08 2001-12-18 Nazomi Communications, Inc. Java virtual machine hardware for RISC and CISC processors
US7076771B2 (en) * 2000-12-01 2006-07-11 Arm Limited Instruction interpretation within a data processing system

Also Published As

Publication number Publication date
US20020138712A1 (en) 2002-09-26
US7613903B2 (en) 2009-11-03
JP2002215387A (en) 2002-08-02

Similar Documents

Publication Publication Date Title
US20100011191A1 (en) Data processing device with instruction translator and memory interface device to translate non-native instructions into native instructions for processor
US5430862A (en) Emulation of CISC instructions by RISC instructions using two pipelined stages for overlapped CISC decoding and RISC execution
US20010010072A1 (en) Instruction translator translating non-native instructions for a processor into native instructions therefor, instruction memory with such translator, and data processing apparatus using them
US5077657A (en) Emulator Assist unit which forms addresses of user instruction operands in response to emulator assist unit commands from host processor
US6058465A (en) Single-instruction-multiple-data processing in a multimedia signal processor
KR100236527B1 (en) Single instruction multiple data processing using multiple banks of vector registers
US7487338B2 (en) Data processor for modifying and executing operation of instruction code according to the indication of other instruction code
EP1447742A1 (en) Method and apparatus for translating instructions of an ARM-type processor into instructions for a LX-type processor
US20050283589A1 (en) Data processor
EP1102163A2 (en) Microprocessor with improved instruction set architecture
US4305124A (en) Pipelined computer
JPS6339931B2 (en)
US9582281B2 (en) Data processing with variable operand size
US7788472B2 (en) Instruction encoding within a data processing apparatus having multiple instruction sets
US20040003209A1 (en) Data processor
US6012138A (en) Dynamically variable length CPU pipeline for efficiently executing two instruction sets
US7376819B2 (en) Data processor with selectable word length
KR100267089B1 (en) Single instruction multiple data processing with combined scalar/vector operations
US6757819B1 (en) Microprocessor with instructions for shifting data responsive to a signed count value
US6438680B1 (en) Microprocessor
US6681319B1 (en) Dual access instruction and compound memory access instruction with compatible address fields
EP0134386A2 (en) Method and apparatus for executing object code instructions compiled from a high-level language source
US6289439B1 (en) Method, device and microprocessor for performing an XOR clear without executing an XOR instruction
US20060165094A1 (en) Encapsulation of large native operating system functions as enhancements of the instruction set in an emulated central processor system
JP4382076B2 (en) Data processing device

Legal Events

Date Code Title Description
AS Assignment

Owner name: RENESAS ELECTRONICS CORPORATION, JAPAN

Free format text: CHANGE OF NAME;ASSIGNOR:RENESAS TECHNOLOGY CORP.;REEL/FRAME:024973/0001

Effective date: 20100401

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION