USRE43248E1 - Interoperability with multiple instruction sets - Google Patents

Interoperability with multiple instruction sets Download PDF

Info

Publication number
USRE43248E1
USRE43248E1 US10/066,475 US6647502A USRE43248E US RE43248 E1 USRE43248 E1 US RE43248E1 US 6647502 A US6647502 A US 6647502A US RE43248 E USRE43248 E US RE43248E
Authority
US
United States
Prior art keywords
instruction
instruction set
bits
sequence
data processing
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.)
Expired - Lifetime
Application number
US10/066,475
Inventor
Edward Colles Nevill
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.)
ARM Ltd
Original Assignee
ARM Ltd
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 ARM Ltd filed Critical ARM Ltd
Priority to US10/066,475 priority Critical patent/USRE43248E1/en
Application granted granted Critical
Publication of USRE43248E1 publication Critical patent/USRE43248E1/en
Anticipated expiration legal-status Critical
Expired - Lifetime 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/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3818Decoding for concurrent execution
    • G06F9/3822Parallel decoding, e.g. parallel decode units
    • 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/30181Instruction operation extension or modification
    • 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/30181Instruction operation extension or modification
    • G06F9/30196Instruction operation extension or modification using decoder, e.g. decoder per instruction set, adaptable or programmable decoders
    • 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/32Address formation of the next instruction, e.g. by incrementing the instruction counter
    • G06F9/321Program or instruction counter, e.g. incrementing

Definitions

  • This invention relates to the field of data processing, and in particular to data processing using multiple sets of program instruction words.
  • Data processing systems operate with a processor core acting under control of program instruction words which when decoded serve to generate core control signals to control the different elements in the processor to perform the necessary operations to achieve the processing specified in the program instruction word.
  • VAX11 computers of Digital Equipment Corporation have a VAX instruction mode and a compatibility mode that enables them to decode the instructions for the earlier PDP11 computers.
  • an instruction set switch may be hard-wired into the processor core necessitating a physical rewiring of the processor to switch instruction sets.
  • a processor register may be used to specify the current instruction set to be used.
  • the current instruction set can be selected by the operating software, by writing an instruction set-specifying value to that processor register.
  • this technique requires additional program instruction words, which in turn require extra time during preparation of the software and extra memory space to store the program instruction words.
  • a processor capable of using two or more instruction sets must have two pieces of information:
  • This process can be made relatively transparent to the programmer by use of a conventional software tool called a Linker.
  • a conventional software tool called a Linker.
  • the process has a five instruction overhead per routine which is called from a different instruction set, and it also introduces a significant processing overhead.
  • This invention provides a data processing apparatus comprising:
  • a control flag or flags to select a current instruction set is provided in the program counter register. This allows the current instruction set to be changed when a new value is written into the program counter register, for example as part of the execution of a branch instruction.
  • the invention recognises that if the required instruction set and the next instruction address are encoded in separate processor registers as in the previously proposed processors described above (an instruction set register and a program counter register), it becomes difficult to change between instruction sets as the two separate registers have to be updated to accomplish a call to a section of code written in a different instruction set.
  • a program which is to perform a sorting or collation function typically this will call a generic sort routine to perform the sort.
  • this sort routine is generic, it must be capable of sorting in any given sequence. For example, it may be called to sort items in numerical order, alphabetical order, case insensitive alphabetical order, or any other order specified by the programmer.
  • the means by which the programmer specifies the sorting order is to pass the address of a routine (called a compare routine) to the sort routine.
  • This compare routine will then be called by the sort routine and will return a value to indicate whether, given two items of data, the first should be placed before or after the second in the sorted sequence.
  • the sort routine has no way of knowing which instruction set should be selected when the routine is to be called. If the wrong instruction set is current when an attempt is made to execute the compare routine, the results can be dramatically unsuccessful. Extra information must be passed to the sort routine to tell it what instruction set should be in force when the compare routine is called.
  • many existing programs written in high level languages such as C & C++ make assumptions that all the information necessary to uniquely identify a target routine (in this case the address and the instruction set information) can be represented in a single machine word.
  • the invention addresses these problems by defining a predetermined bit or bits of the program counter register (PC) to indicate the instruction set to be used.
  • PC program counter register
  • the address of the compare routine passed to the sort routine can have the required instruction set encoded in the predetermined bit or bits of that address.
  • the address, including the indicator bit or bits, is then simply moved to the program counter register when the compare routine is called.
  • the apparatus comprises a first instruction decoder for decoding program instruction words of the first instruction set; and a second instruction decoder for decoding program instruction words of the second instruction set; and that the control means is operable to control either the first instruction decoder or the second instruction decoder to decode a current program instruction word.
  • program instruction words of the first instruction set are X-bit program instruction words; and program instruction words of the second instruction set are Y-bit program instruction words; where Y is different to X.
  • a common processor core can be programmed with either an instruction set having longer program instruction words and allowing potentially more powerful and involved instructions, or an instruction set having shorter program instruction words, thus saving memory space where a potentially more limited instruction set can be tolerated.
  • the one or more bits of the program counter register are one or more most significant bits of the program counter register.
  • the highest order bits are seldom required since the maximum memory space that can be addressed by such a large program counter register is much more than the memory space normally used.
  • the one or more bits of the program counter register are one or more least significant bits of the program counter register. In this case, these bits are often not used where the minimum length of program instruction words or data words is at least two bytes.
  • means are provided for accessing a program instruction word stored in the data memory, the accessing means not being responsive to the one or more bits of the program counter register.
  • FIG. 1 is a schematic diagram of a data processing apparatus having a processor core and a memory system
  • FIGS. 2 and 3 are schematic diagrams of program counter registers
  • FIG. 4 is a schematic flow diagram illustrating transitions between two instruction sets using the program counter register of FIG. 3 .
  • FIG. 1 is a schematic diagram of a data processing apparatus having a processor core 10 coupled to a memory system 20 .
  • the processor core 10 includes a register bank 30 , a Booths multiplier 40 , a barrel shifter 50 , a 32-bit arithmetic logic unit (ALU) 60 and a write data register 70 .
  • an instruction pipeline 80 Between the processor core 10 and the memory system 20 are: an instruction pipeline 80 , a multiplexer 90 , a first instruction decoder 100 , a second instruction decoder 110 , and a read data register 120 .
  • a program counter (PC) register 130 which is part of the processor core 10 , is shown addressing the memory system 20 .
  • a program counter controller 140 serves to increment the program counter value within the program counter register 130 as each instruction is executed and a new instruction must be fetched for the instruction pipeline 80 . Also, when a branch instruction is executed, the target address of the branch instruction is loaded into the program counter 130 by the program counter controller 140 .
  • the processor core 10 incorporates 32-bit data pathways between the various functional units.
  • instructions within the instruction pipeline 80 are decoded by either the first instruction decoder 100 or the second instruction decoder 110 (under the control of the multiplexer 90 ) to produce various core control signals that are passed to the different functional elements of the processor core 10 .
  • the different portions of the processor core conduct 32-bit processing operations, such as 32-bit multiplication, 32-bit addition and 32-bit logical operations.
  • the register bank 30 includes a current programming status register (CPSR) 150 and a saved programming status register (SPSR) 160 .
  • the current programming status register 150 holds various condition and status flags for the processor core 10 . These flags may include processing mode flags (e.g. system mode, user mode, memory abort mode, etc.) as well as flags indicating the occurrence of zero results in arithmetic operations, carries and the like.
  • the saved programming status register 160 (which may be one of a banked plurality of such saved programming status registers) is used to store temporarily the contents of the current programming status register 150 if an exception occurs that triggers a processing mode switch.
  • the program counter register 130 includes an instruction set flag, T.
  • This instruction set flag is used to control the operation of the multiplexer 90 , and therefore to control whether the first instruction decoder 100 or the second instruction decoder 110 is used to decode a current data processing instruction.
  • two instruction sets are used: a first instruction set comprises 32-bit program instruction words and is decoded by the first instruction decoder 100 , and a second instruction set comprises 16-bit program instruction words and is decoded by the second instruction decoder 110 .
  • the core control signals generated by the first instruction decoder 100 and the second instruction decoder 110 are compatible with the various functional units of the core 10 .
  • an instruction set flag T enables the second instruction set to be non-orthogonal to the first instruction set. This is particularly useful in circumstances where the first instruction set is an existing instruction set without any free bits that could be used to enable an orthogonal further instruction set to be detected and decoded.
  • the instruction set flag T is “hidden” in normally unused bits of the program counter register. This means that the T flag can be set or reset by the program counter controller 140 , but the state of the T flag need have no direct effect on the operation of the memory system 20 and the instruction pipeline 80 .
  • FIGS. 2 and 3 are schematic diagrams of program counter registers illustrating two possible methods in which the T bit can be encoded into the program counter register. These two methods involve encoding the T bit either as a normally unused high order (most significant) bit of the program counter register or as a normally unused low order (least significant) bit of the program counter register.
  • FIG. 2 is a schematic diagram of a program counter register 130 ′ in which the T bit is encoded as the highest order bit of the program counter register.
  • the program counter register is a 32-bit register, which allows 2 32 bytes to be addressed in the memory system 20 . However, since this equates to 4 gigabytes of addressable memory space, it is extremely unlikely that the full address range made possible by the 21-bit program counter register will be required.
  • the T bit in FIG. 2 is encoded as the highest order bit of the program counter register 130 ′. This still allows 2 gigabytes of memory to be addressed, although in practice much less than this amount of memory will normally be addressed, and other high order bits of the program counter register may well be zeros (as shown in FIG. 2 ).
  • the program counter register 130 ′ may well point to a memory address which is far in excess of the address range of the memory system 20 .
  • the memory address pointed to by the 32-bits of the program counter register 130 is an invalid address as far as the memory system 20 is concerned.
  • the highest order bit (the T bit) of the program counter register 130 ′ is simply not supplied as an address bit o the memory system 20 .
  • the address decoding within the memory system 20 may detect only a certain number of lowest order bits (e.g. the lowest order 24 bits to address a 16 megabyte address space), with the state of the remaining higher order bits being irrelevant to the decoded address. This is a standard technique in memory address decoding when it is known in advance that only a certain number of address bits will be required.
  • the T bit is passed from the program counter register 130 ′ to the multiplexer 90 , and determines the routing of instructions to either the first instruction decoder 100 or the second instruction decoder 110 .
  • FIG. 3 is a schematic diagram of a second program counter register 130 ′′, in which the instruction set switching T bit is encoded as the lowest order bit of the program counter register.
  • the lowest order bit of the program counter register is normally unused in a processor in which the minimum instruction or data word size is at least two bytes (16 bits in this case). Accordingly, in the present embodiment the instruction program words may be either 32 bits long (4 bytes) or 16 bits long (2 bytes) so the addresses supplied from the program counter 130 to the memory system 20 will always be a multiple of two and will therefore have a zero as the least significant bit of the address.
  • the least significant bit of the program counter register 130 ′′ is used to store the T bit, which is supplied to the multiplexer 90 as described above. Also as described above, the lowest order bit of the program counter register 130 ′′ is not supplied to the memory system, in order that invalid addresses are not accessed by the memory system 20 .
  • the fact that the program counter 130 is controlled by the program counter controller 140 means that the T bit can be set as part of a branch instruction carried out by the core 10 .
  • a branch instruction can be executed to jump to the address of the 16-bit code to be executed and simultaneously to change the T bit in the program counter register, in particular, in the arrangement shown in FIG. 2 in which the T bit is encoded as the highest order bit of the program counter register 130 ′, a branch instruction could set the T bit to 1 by branching to (target address plus 1000000000000000000000000000).
  • a branch instruction could take the form of branch to (target address plus 1).
  • a similar arrangement could be used to change the T bit back to a zero.
  • FIG. 4 is a flow diagram illustrating transitions between the 32-bit instruction set and the 16-bit instruction set using the program counter register 130 ′′ of FIG. 3 .
  • T bit when the T bit is set to 1, this signifies that the 16-bit instruction set is to be used.
  • the processing begins 200 in the 32-bit instruction set.
  • a branch instruction 220 is executed to branch to an address Badd( 1 )+1.
  • the address Badd( 1 ) is the start address of a portion of code using the 16-bit instruction set, and the extra “+1” is used to switch the T bit to indicate that 16-bit code is to be used.
  • various data processing operations 230 are carried out using the 16-bit instruction set.
  • a branch instruction 240 is then performed to return to the 32-bit instruction set.
  • the branch instruction 240 has a target address Badd( 2 ), referring to a portion of 32-bit code, to which zero is added in order to return the T bit to a zero state.
  • target address Badd( 2 ) various data processing operations 250 are performed and the processing ends 260 .
  • the actual switch-over by the multiplexer 90 may be delayed to allow for existing instructions currently stored in the pipeline 80 .
  • the switch between different processing modes can be made by writing a target address and a mode flag (T) to the program counter as part of the execution of a branch instruction.
  • the first instruction set is pre-defined and used in existing processors
  • An example of an instruction set selection sequence (known as a “veneer”) is as follows:
  • the current contents of the program counter register 130 ′′ of FIG. 3 are exclusive-ORed with 1 to set the T bit to 1.
  • the current contents could be exclusive-ORed with 100000000000000000000000 to set the T bit).
  • a subtract operation could be used instead of an exclusive-OR operation to change the T-bit of the program counter register 130 ′′. This has the advantage that in some processors, the subtract operation also flushes or clears the instruction pipeline 80 .
  • the use of the program counter to store the instruction-set-specifying bit or bits has at least the following advantages:
  • the code size is reduced as fewer veneers are required.
  • the processor performance can be improved as there is no longer a need to execute a veneer on each inter-instruction set routine call.

Abstract

Data processing apparatus comprising: a processor core having means for executing successive program instruction words of a predetermined plurality of instruction sets; a data memory for storing program instruction words to be executed; a program counter register for indicating the address of a next program instruction word in the data memory; means for modifying the contents of the program counter register in response to a current program instruction word; and control means, responsive to one or more predetermined indicator bits of the program counter register, for controlling the processor core to execute program instruction words of a current instruction set selected from the predetermined plurality of instruction sets and specified by the state of the one or more indicator bits of the program counter register.

Description

RELATED APPLICATIONS
This is a divisional of application Ser. No. 08/477,781 filed on Jun. 7, 1995 now U.S. Pat. No. 5,758,115.
BACKGROUND OF THE INVENTION
1. Field of the Invention
This invention relates to the field of data processing, and in particular to data processing using multiple sets of program instruction words.
2. Description of the Prior Art
Data processing systems operate with a processor core acting under control of program instruction words which when decoded serve to generate core control signals to control the different elements in the processor to perform the necessary operations to achieve the processing specified in the program instruction word.
It is known to provide systems that execute program instruction words from two or more instruction sets, with means being provided to switch between use of the different instruction sets. The VAX11 computers of Digital Equipment Corporation have a VAX instruction mode and a compatibility mode that enables them to decode the instructions for the earlier PDP11 computers.
In order to switch between the different instruction sets, an instruction set switch may be hard-wired into the processor core necessitating a physical rewiring of the processor to switch instruction sets. Alternatively, a processor register may be used to specify the current instruction set to be used. In this case, the current instruction set can be selected by the operating software, by writing an instruction set-specifying value to that processor register. However, as described below, this technique requires additional program instruction words, which in turn require extra time during preparation of the software and extra memory space to store the program instruction words.
In order to execute a piece of code, a processor capable of using two or more instruction sets must have two pieces of information:
1) The address of the code in memory; and
2) The instruction set to use (i.e. the instruction set in which the code is written)
Typically, in the previously proposed processors, a call to a routine in a different instruction must be performed as described below.
1) The subroutine call is diverted from its original destination to an automatically generated instruction set selection sequence or veneer.
2) The veneer must then accomplish the following
    • Save the context of the caller
    • Select the correct instruction set
    • Call the original routine
    • On return from the original routine, select the original instruction set
    • Restore the callers context.
This process can be made relatively transparent to the programmer by use of a conventional software tool called a Linker. However, the process has a five instruction overhead per routine which is called from a different instruction set, and it also introduces a significant processing overhead.
SUMMARY OF THE INVENTION
It is an object of the invention to improve the capabilities of data processing apparatus to switch between multiple instruction sets.
This invention provides a data processing apparatus comprising:
    • a processor core having means for executing successive program instruction words of a predetermined plurality of instruction sets;
    • a data memory for storing program instruction words to be executed;
    • a program counter register for indicating the address of a next program instruction word in the data memory;
    • means for modifying the contents of the program counter register in response to a current program instruction word; and
    • control means, responsive to one or more predetermined indicator bits of the program counter register, for controlling the processor core to execute program instruction words of a current instruction set selected from the predetermined plurality of instruction sets and specified by the state of the one or more indicator bits of the program counter register.
With the invention, a control flag or flags to select a current instruction set is provided in the program counter register. This allows the current instruction set to be changed when a new value is written into the program counter register, for example as part of the execution of a branch instruction.
The invention recognises that if the required instruction set and the next instruction address are encoded in separate processor registers as in the previously proposed processors described above (an instruction set register and a program counter register), it becomes difficult to change between instruction sets as the two separate registers have to be updated to accomplish a call to a section of code written in a different instruction set.
As an example, consider a program which is to perform a sorting or collation function. Typically this will call a generic sort routine to perform the sort. As this sort routine is generic, it must be capable of sorting in any given sequence. For example, it may be called to sort items in numerical order, alphabetical order, case insensitive alphabetical order, or any other order specified by the programmer. The means by which the programmer specifies the sorting order is to pass the address of a routine (called a compare routine) to the sort routine. This compare routine will then be called by the sort routine and will return a value to indicate whether, given two items of data, the first should be placed before or after the second in the sorted sequence.
If just the address of the compare routine is passed to the sort routine then the sort routine has no way of knowing which instruction set should be selected when the routine is to be called. If the wrong instruction set is current when an attempt is made to execute the compare routine, the results can be dramatically unsuccessful. Extra information must be passed to the sort routine to tell it what instruction set should be in force when the compare routine is called. However, many existing programs written in high level languages such as C & C++ make assumptions that all the information necessary to uniquely identify a target routine (in this case the address and the instruction set information) can be represented in a single machine word.
The invention addresses these problems by defining a predetermined bit or bits of the program counter register (PC) to indicate the instruction set to be used. In the specific example given above, the address of the compare routine passed to the sort routine can have the required instruction set encoded in the predetermined bit or bits of that address. The address, including the indicator bit or bits, is then simply moved to the program counter register when the compare routine is called.
Although certain bits of the program counter register can be reserved for use as the indicator bits, an alternative approach is to store portions of code to be executed using the various instruction sets in corresponding memory areas, so that while those memory areas are being accessed the program counter will contain a particular range of values specifying the appropriate instruction set to be used.
In order to decode instructions from the different instruction sets, it is preferred that the apparatus comprises a first instruction decoder for decoding program instruction words of the first instruction set; and a second instruction decoder for decoding program instruction words of the second instruction set; and that the control means is operable to control either the first instruction decoder or the second instruction decoder to decode a current program instruction word.
Preferably, program instruction words of the first instruction set are X-bit program instruction words; and program instruction words of the second instruction set are Y-bit program instruction words; where Y is different to X. In this way, a common processor core can be programmed with either an instruction set having longer program instruction words and allowing potentially more powerful and involved instructions, or an instruction set having shorter program instruction words, thus saving memory space where a potentially more limited instruction set can be tolerated.
In one preferred embodiment, the one or more bits of the program counter register are one or more most significant bits of the program counter register. In a program counter register of say, 32 bits, the highest order bits are seldom required since the maximum memory space that can be addressed by such a large program counter register is much more than the memory space normally used.
Alternatively, in another preferred embodiment, the one or more bits of the program counter register are one or more least significant bits of the program counter register. In this case, these bits are often not used where the minimum length of program instruction words or data words is at least two bytes.
In order to avoid invalid addresses in the data memory being accessed, it is preferred that means are provided for accessing a program instruction word stored in the data memory, the accessing means not being responsive to the one or more bits of the program counter register.
BRIEF DESCRIPTION OF THE DRAWINGS
The above and other objects, features and advantages of the invention will be apparent from the following detailed description of illustrative embodiments which is to be read in connection with the accompanying drawings, in which:
FIG. 1 is a schematic diagram of a data processing apparatus having a processor core and a memory system;
FIGS. 2 and 3 are schematic diagrams of program counter registers; and
FIG. 4 is a schematic flow diagram illustrating transitions between two instruction sets using the program counter register of FIG. 3.
DESCRIPTION OF THE PREFERRED EMBODIMENTS
FIG. 1 is a schematic diagram of a data processing apparatus having a processor core 10 coupled to a memory system 20.
The processor core 10 includes a register bank 30, a Booths multiplier 40, a barrel shifter 50, a 32-bit arithmetic logic unit (ALU) 60 and a write data register 70. Between the processor core 10 and the memory system 20 are: an instruction pipeline 80, a multiplexer 90, a first instruction decoder 100, a second instruction decoder 110, and a read data register 120.
A program counter (PC) register 130, which is part of the processor core 10, is shown addressing the memory system 20. A program counter controller 140 serves to increment the program counter value within the program counter register 130 as each instruction is executed and a new instruction must be fetched for the instruction pipeline 80. Also, when a branch instruction is executed, the target address of the branch instruction is loaded into the program counter 130 by the program counter controller 140.
The processor core 10 incorporates 32-bit data pathways between the various functional units. In operation, instructions within the instruction pipeline 80 are decoded by either the first instruction decoder 100 or the second instruction decoder 110 (under the control of the multiplexer 90) to produce various core control signals that are passed to the different functional elements of the processor core 10. In response to these core control signals, the different portions of the processor core conduct 32-bit processing operations, such as 32-bit multiplication, 32-bit addition and 32-bit logical operations.
The register bank 30 includes a current programming status register (CPSR) 150 and a saved programming status register (SPSR) 160. The current programming status register 150 holds various condition and status flags for the processor core 10. These flags may include processing mode flags (e.g. system mode, user mode, memory abort mode, etc.) as well as flags indicating the occurrence of zero results in arithmetic operations, carries and the like. The saved programming status register 160 (which may be one of a banked plurality of such saved programming status registers) is used to store temporarily the contents of the current programming status register 150 if an exception occurs that triggers a processing mode switch.
The program counter register 130 includes an instruction set flag, T. This instruction set flag is used to control the operation of the multiplexer 90, and therefore to control whether the first instruction decoder 100 or the second instruction decoder 110 is used to decode a current data processing instruction. In the present embodiment, two instruction sets are used: a first instruction set comprises 32-bit program instruction words and is decoded by the first instruction decoder 100, and a second instruction set comprises 16-bit program instruction words and is decoded by the second instruction decoder 110. The core control signals generated by the first instruction decoder 100 and the second instruction decoder 110 are compatible with the various functional units of the core 10.
The use of two instruction sets of different program instruction word length allows a common processing core 10 to be programmed with either the first instruction set having longer words and allowing potentially more powerful and involved instructions, or the second instruction set having shorter program instruction words, thus saving memory space where a potentially more limited instruction set can be tolerated.
The provision of an instruction set flag T enables the second instruction set to be non-orthogonal to the first instruction set. This is particularly useful in circumstances where the first instruction set is an existing instruction set without any free bits that could be used to enable an orthogonal further instruction set to be detected and decoded.
The instruction set flag T is “hidden” in normally unused bits of the program counter register. This means that the T flag can be set or reset by the program counter controller 140, but the state of the T flag need have no direct effect on the operation of the memory system 20 and the instruction pipeline 80.
FIGS. 2 and 3 are schematic diagrams of program counter registers illustrating two possible methods in which the T bit can be encoded into the program counter register. These two methods involve encoding the T bit either as a normally unused high order (most significant) bit of the program counter register or as a normally unused low order (least significant) bit of the program counter register.
FIG. 2 is a schematic diagram of a program counter register 130′ in which the T bit is encoded as the highest order bit of the program counter register.
The program counter register is a 32-bit register, which allows 232 bytes to be addressed in the memory system 20. However, since this equates to 4 gigabytes of addressable memory space, it is extremely unlikely that the full address range made possible by the 21-bit program counter register will be required.
Accordingly, the T bit in FIG. 2 is encoded as the highest order bit of the program counter register 130′. This still allows 2 gigabytes of memory to be addressed, although in practice much less than this amount of memory will normally be addressed, and other high order bits of the program counter register may well be zeros (as shown in FIG. 2).
A problem which must be overcome is that when the T bit is set, the program counter register 130′ may well point to a memory address which is far in excess of the address range of the memory system 20. In other words, the memory address pointed to by the 32-bits of the program counter register 130 is an invalid address as far as the memory system 20 is concerned.
This problem can be overcome in two straightforward ways. In one technique, the highest order bit (the T bit) of the program counter register 130′ is simply not supplied as an address bit o the memory system 20. Alternatively, the address decoding within the memory system 20 may detect only a certain number of lowest order bits (e.g. the lowest order 24 bits to address a 16 megabyte address space), with the state of the remaining higher order bits being irrelevant to the decoded address. This is a standard technique in memory address decoding when it is known in advance that only a certain number of address bits will be required.
As described above, the T bit is passed from the program counter register 130′ to the multiplexer 90, and determines the routing of instructions to either the first instruction decoder 100 or the second instruction decoder 110.
FIG. 3 is a schematic diagram of a second program counter register 130″, in which the instruction set switching T bit is encoded as the lowest order bit of the program counter register.
The lowest order bit of the program counter register is normally unused in a processor in which the minimum instruction or data word size is at least two bytes (16 bits in this case). Accordingly, in the present embodiment the instruction program words may be either 32 bits long (4 bytes) or 16 bits long (2 bytes) so the addresses supplied from the program counter 130 to the memory system 20 will always be a multiple of two and will therefore have a zero as the least significant bit of the address.
The least significant bit of the program counter register 130″ is used to store the T bit, which is supplied to the multiplexer 90 as described above. Also as described above, the lowest order bit of the program counter register 130″ is not supplied to the memory system, in order that invalid addresses are not accessed by the memory system 20.
The fact that the program counter 130 is controlled by the program counter controller 140 means that the T bit can be set as part of a branch instruction carried out by the core 10. For example, if the T bit is currently set to indicate the use of the first (32-bit) instruction set and it is desired to branch to a portion of a code employing the second (16-bit) instruction set, then a branch instruction can be executed to jump to the address of the 16-bit code to be executed and simultaneously to change the T bit in the program counter register, in particular, in the arrangement shown in FIG. 2 in which the T bit is encoded as the highest order bit of the program counter register 130′, a branch instruction could set the T bit to 1 by branching to (target address plus 10000000000000000000000000000000). Alternatively, in order to set the T bit to 1 in the program counter register 130″ of FIG. 3, a branch instruction could take the form of branch to (target address plus 1). A similar arrangement could be used to change the T bit back to a zero.
This process is illustrated schematically in FIG. 4, which is a flow diagram illustrating transitions between the 32-bit instruction set and the 16-bit instruction set using the program counter register 130″ of FIG. 3. In FIG. 4, when the T bit is set to 1, this signifies that the 16-bit instruction set is to be used.
Referring to FIG. 4, the processing begins 200 in the 32-bit instruction set. After various data processing operations 210, a branch instruction 220 is executed to branch to an address Badd(1)+1. The address Badd(1) is the start address of a portion of code using the 16-bit instruction set, and the extra “+1” is used to switch the T bit to indicate that 16-bit code is to be used. At the target address Badd(1), various data processing operations 230 are carried out using the 16-bit instruction set. A branch instruction 240 is then performed to return to the 32-bit instruction set. In particular, the branch instruction 240 has a target address Badd(2), referring to a portion of 32-bit code, to which zero is added in order to return the T bit to a zero state. At the target address Badd(2) various data processing operations 250 are performed and the processing ends 260.
When a switch is made between the two instruction sets by changing the T bit in the program counter 130, the actual switch-over by the multiplexer 90 may be delayed to allow for existing instructions currently stored in the pipeline 80.
In summary, the switch between different processing modes (in particular, the use of different instruction sets) can be made by writing a target address and a mode flag (T) to the program counter as part of the execution of a branch instruction.
In an alternative case where the first instruction set is pre-defined and used in existing processors, there may be logical restrictions within the existing first instruction set preventing the normally unused bits of the program counter register 130 from being changed by the instruction set. For backwards compatibility of processors incorporating the second alternative, instruction set, it may be necessary to employ a short instruction set selection sequence of code to switch in one direction from the first (existing) instruction set to the second instruction set. Since the second instruction set would generally be added at the same time that the switching mechanism is being added, the second instruction set can be defined without the restrictions on accessing normally unused bits of the program counter register 130. This means that the branching mechanism described above can be used to switch back from the second instruction set to the first instruction set.
An example of an instruction set selection sequence (known as a “veneer”) is as follows:
Label_Veneer
  XOR (PC,1)
  Branch Label
In this routine, the current contents of the program counter register 130″ of FIG. 3 are exclusive-ORed with 1 to set the T bit to 1. (Alternatively, with the program counter 130′ of FIG. 2, the current contents could be exclusive-ORed with 10000000000000000000000000000000 to set the T bit).
In an alternative veneer routine, a subtract operation could be used instead of an exclusive-OR operation to change the T-bit of the program counter register 130″. This has the advantage that in some processors, the subtract operation also flushes or clears the instruction pipeline 80.
The following example assumes that the program counter 130″ points 8 bytes beyond the current instruction, and that the current instruction is a 32 bit (4 byte) instruction. Accordingly, to change the least significant bit of the program counter register 130″ to 1, it is necessary to add or subtract the following amounts to the current program counter register contents:
add 1 (to change the T bit to 1)
subtract 8 (to compensate for the program counter
pointing ahead of the current instruction)
add 4 (to compensate for the length of the current
---------- instruction)
subtract 3 (total change)
----------
The instruction sequence used is therefore:
Label_Veneer
  SUB (PC,PC,3) (replace PC with PC-3)
  Branch Label
In summary, the use of the program counter to store the instruction-set-specifying bit or bits has at least the following advantages:
1. It provides a single, uniform method of identifying a target routine by representing both the target address and the corresponding instruction set in a single machine word.
2. The code size is reduced as fewer veneers are required.
3. The processor performance can be improved as there is no longer a need to execute a veneer on each inter-instruction set routine call.
Although illustrative embodiments of the invention have been described in detail herein with reference to the accompanying drawings, it is to be understood that the invention is not limited to those precise embodiments, and that various changes and modifications can be effected therein by one skilled in the art without departing from the scope and spirit of the invention as defined by the appended claims.

Claims (69)

I claim:
1. Data processing apparatus comprising:
(i) a processor core operable to execute successive program instruction words of a predetermined plurality of instruction sets stored in a data memory;
(ii) a program counter register for indicating an address of a next program instruction word in said data memory;
(iii) logic operable to modify the contents of said program counter register in response to a current program instruction word;
(iv) a processor core controller, responsive to one or more predetermined indicator bits of said program counter register, operable to control said processor core to execute program instruction words of a current instruction set selected from said predetermined plurality of instruction sets and specified by the state of said one or more indicator bits of said program counter register; and
(v) a memory access controller operable to access program instruction words stored in said data memory, said access controller not being responsive to said one or more indicator bits of said program counter register.
2. Apparatus according to claim 1, comprising:
a first instruction decoder for decoding program instruction words of a first instruction set; and
a second instruction decoder for decoding program instruction words of a second instruction set;
and in which said processor core controller is operable to control either said first instruction decoder or said second instruction decoder to decode a current program instruction word.
3. Apparatus according to claim 2, in which:
program instruction words of said first instruction set are X-bit program instruction words; and
program instruction words of said second instruction set are Y-bit program instruction words;
Y being different to X.
4. Apparatus according to claim 1, in which:
program instruction words of a first instruction set are X-bit program instruction words; and
program instruction words of a second instruction set are Y-bit program instruction words;
Y being different to X.
5. Apparatus according to claim 3, in which Y is 16 and X is 32.
6. Apparatus according to claim 4, in which Y is 16 and X is 32.
7. Apparatus according to claim 1, in which said one or more indicator bits of said program counter register are one or more most significant bits of said program counter register.
8. Apparatus according to claim 1, in which said one or more indicator bits of said program counter register are one or more least significant bits of said program counter register.
9. Apparatus according to claim 2, in which said one or more indicator bits of said program counter register are one or more least significant bits of said program counter register.
10. Apparatus according to claim 3, in which said one or more indicator bits of said program counter register are one or more least significant bits of said program counter register.
11. Apparatus according to claim 4, in which said one or more indicator bits of said program counter register are one or more least significant bits of said program counter register.
12. Apparatus according to claim 5, in which said one or more indicator bits of said program counter register are one or more least significant bits of said program counter register.
13. Apparatus according to claim 6, in which said one or more indicator bits of said program counter register are one or more least significant bits of said program counter register.
14. Apparatus according to claim 1, comprising a data memory for storing program instruction words to be executed.
15. A method of switching between a predetermined plurality of instruction sets used by a data processing apparatus, the method comprising:
in response to a first instruction:
(i) accessing a sequence of bits, the sequence of bits having an address portion that identifies the location of a second instruction in a memory and an instruction set indicator portion;
(ii) identifying an instruction set selected from the predetermined plurality of instruction sets based on the instruction set indicator portion of the sequence of bits;
(iii) setting one or more control flags to indicate that a current instruction set for the data processing apparatus is the instruction set identified based on the instruction set indicator portion of the sequence of bits; and
retrieving the second instruction from the location specified by the address portion of the sequence of bits,
wherein the instruction set identified by the instruction set indicator portion of the sequence of bits is identifiable without regard to the address specified by the address portion of the sequence of bits.
16. The method of claim 15, further comprising executing the second instruction as an instruction of the current instruction set.
17. The method of claim 15 in which the predetermined plurality of instruction sets comprises a first instruction set and a second instruction set, and wherein instructions of the first instruction set are X-bit instructions and instructions of the second instruction set are Y-bit instructions, where Y is different from X.
18. The method of claim 17 wherein X is 32 and Y is 16.
19. The method of claim 15 wherein the instruction set indicator portion of the sequence of bits comprises one or more least significant bits of the sequence of bits.
20. The method of claim 15 wherein the instruction set indicator portion of the sequence of bits comprises one or more most significant bits of the sequence of bits.
21. A method of switching between a predetermined plurality of instruction sets used by a data processing apparatus, the method comprising:
in response to a first instruction:
(i) accessing a sequence of bits, the sequence of bits having an address portion that identifies the location of a second instruction in a memory and an instruction set indicator portion, the instruction set indicator portion having at least one bit that is not part of the address portion of the sequence of bits;
(ii) identifying an instruction set selected from the predetermined plurality of instruction sets based on the instruction set indicator portion of the sequence of bits;
(iii) setting one or more control flags to indicate that a current instruction set for the data processing apparatus is the instruction set identified based on the instruction set indicator portion of the sequence of bits; and
retrieving the second instruction from the location specified by the address portion of the sequence of bits.
22. The method of claim 21, further comprising executing the second instruction as an instruction of the current instruction set.
23. The method of claim 21 in which the predetermined plurality of instruction sets comprises a first instruction set and a second instruction set, and wherein instructions of the first instruction set are X-bit instructions and instructions of the second instruction set are Y-bit instructions, where Y is different from X.
24. The method of claim 23 wherein X is 32 and Y is 16.
25. The method of claim 21 wherein the instruction set indicator portion of the sequence of bits comprises one or more least significant bits of the sequence of bits.
26. The method of claim 21 wherein the instruction set indicator portion of the sequence of bits comprises one or more most significant bits of the sequence of bits.
27. A data processing apparatus capable of operating using instructions from a predetermined plurality of instruction sets, the data processing apparatus comprising:
(i) a processor core responsive to a first instruction to access a sequence of bits, the sequence of bits having an address portion that specifies the location of a second instruction in a memory and an instruction set indicator portion, the processor core using the instruction set indicator portion of the sequence of bits to set one or more control flags; and
(ii) a controller responsive to the one or more control flags, the state of the one or more control flags specifying a current instruction set selected from the predetermined plurality of instruction sets, to cause the processor core to execute the second instruction as an instruction from the current instruction set,
wherein the one or more control flags are set without regard to the location of the second instruction.
28. The apparatus of claim 27 wherein the one or more control flags comprise one or more predetermined bits in a program counter.
29. The apparatus of claim 27, further comprising a memory system, wherein the memory system is not responsive to the one or more control flags.
30. The apparatus of claim 27, further comprising a memory system wherein the one or more control flags are not provided to the memory system.
31. The apparatus of claim 27 in which the predetermined plurality of instruction sets comprises a first instruction set and a second instruction set, and wherein instructions of the first instruction set are X-bit instructions and instructions of the second instruction set are Y-bit instructions, where Y is different from X.
32. The apparatus of claim 31 wherein X is 32 and Y is 16.
33. A data processing apparatus capable of operating using instructions from a predetermined plurality of instruction sets, the data processing apparatus comprising:
(i) a processor core responsive to a first instruction to access a sequence of bits, the sequence of bits having an address portion that specifies the location of a second instruction in a memory and an instruction set indicator portion and the instruction set indicator portion having at least one bit that is not part of the address portion of the sequence of bits;
(ii) the processor core using the instruction set indicator portion of the sequence of bits to set one or more control flags, the state of the one or more control flags specifying a current instruction set selected from the predetermined plurality of instruction sets; and
(iii) a controller responsive to the one or more control flags to cause the processor core to execute the second instruction as an instruction from the current instruction set.
34. The apparatus of claim 33 wherein the one or more control flags comprise one or more predetermined bits in a program counter.
35. The apparatus of claim 33, further comprising a memory system, wherein the memory system is not responsive to the one or more control flags.
36. The apparatus of claim 33, further comprising a memory system wherein the one or more control flags are not provided to the memory system.
37. The apparatus of claim 33 in which the predetermined plurality of instruction sets comprises a first instruction set and a second instruction set, and wherein instructions of the first instruction set are X-bit instructions and instructions of the second instruction set are Y-bit instructions, where Y is different from X.
38. The apparatus of claim 37 wherein X is 32 and Y is 16.
39. A data processing architecture capable of operating using instructions from a predetermined plurality of instruction sets, the data processing architecture comprising:
(i) a processor core responsive to a first instruction to access a sequence of bits, the sequence of bits having an address portion that specifies the location of a second instruction in a memory and an instruction set indicator portion, the processor core using the instruction set indicator portion of the sequence of bits to set one or more control flags; and
(ii) a controller responsive to the one or more control flags, the state of the one or more control flags specifying a current instruction set selected from the predetermined plurality of instruction sets, to cause the processor core to execute the second instruction as an instruction from the current instruction set,
wherein the one or more control flags are set without regard to location of the second instruction.
40. The data processing architecture of claim 39 wherein the one or more control flags comprise one or more predetermined bits in a program counter.
41. The data processing architecture of claim 39, further comprising a memory system, wherein the memory system is not responsive to the one or more control flags.
42. The data processing architecture of claim 39, further comprising a memory system wherein the one or more control flags are not provided to the memory system.
43. The data processing architecture of claim 39 in which the predetermined plurality of instruction sets comprises a first instruction set and a second instruction set, and wherein instructions of the first instruction set are X-bit instructions and instructions of the second instruction set are Y-bit instructions, where Y is different from X.
44. The data processing architecture of claim 43 wherein X is 32 and Y is 16.
45. A data processing architecture capable of operating using instructions from a predetermined plurality of instruction sets, the data processing architecture comprising:
(i) a processor core responsive to a first instruction to access a sequence of bits, the sequence of bits having an address portion that specifies the location of a second instruction in a memory and an instruction set indicator portion and the instruction set indicator portion having at least one bit that is not part of the address portion of the sequence of bits;
(ii) the processor core using the instruction set indicator portion of the sequence of bits to set one or more control flags, the state of the one or more control flags specifying a current instruction set selected from the predetermined plurality of instruction sets; and
(iii) a controller responsive to the one or more control flags to cause the processor core to execute the second instruction as an instruction from the current instruction set.
46. The data processing architecture of claim 45 wherein the one or more control flags comprise one or more predetermined bits in a program counter.
47. The data processing architecture of claim 45, further comprising a memory system, wherein the memory system is not responsive to the one or more control flags.
48. The data processing architecture of claim 45, further comprising a memory system wherein the one or more control flags are not provided to the memory system.
49. The data processing architecture of claim 45 in which the predetermined plurality of instruction sets comprises a first instruction set and a second instruction set, and wherein instructions of the first instruction set are X-bit instructions and instructions of the second instruction set are Y-bit instructions, where Y is different from X.
50. The data processing architecture of claim 49 wherein X is 32 and Y is 16.
51. A data processing apparatus capable of switching between a predetermined plurality of instruction sets, the data processing apparatus comprising:
(i) means for accessing a sequence of bits in response to a first instruction, the sequence of bits having an address portion that specifies the location of a second instruction in a memory and an instruction set indicator portion;
(ii) means for identifying an instruction set selected from the predetermined plurality of instruction sets based on the instruction set indicator portion of the sequence of bits in response to the first instruction;
(iii) means for setting one or more control flags to indicate that a current instruction set for the data processing apparatus is the instruction set identified based on the instruction set indicator portion of the sequence of bits in response to the first instruction; and
(iv) means for retrieving the second instruction from the location specified by the address portion of the sequence of bits in response to the first instruction,
wherein the instruction set identified by the instruction set portion of the sequence of bits is identifiable without regard to the location of the second instruction.
52. The data processing architecture of claim 51 wherein the one or more control flags comprise one or more predetermined bits in a program counter.
53. The data processing architecture of claim 51, further comprising a memory system, wherein the memory system is not responsive to the one or more control flags.
54. The data processing architecture of claim 51, further comprising a memory system wherein the one or more control flags are not provided to the memory system.
55. The data processing architecture of claim 51 in which the predetermined plurality of instruction sets comprises a first instruction set and a second instruction set, and wherein instructions of the first instruction set are X-bit instructions and instructions of the second instruction set are Y-bit instructions, where Y is different from X.
56. The apparatus of claim 55 wherein X is 32 and Y is 16.
57. A method of operating a data processing apparatus, the method comprising:
(i) receiving a first instruction from a first instruction set selected from a predetermined plurality of instruction sets;
(ii) translating the first instruction to generate a first set of one or more control signals;
(iii) accessing a sequence of bits comprising an address portion that specifies the location of a second instruction in a memory and an instruction set indicator portion in response to the first set of one or more control signals, the instruction set indicator portion having at least one bit that is not part of the address portion of the sequence of bits;
(iv) setting one or more control flags based upon the value of the instruction set indicator portion of the sequence of bits to specify that a current instruction set is a second instruction set selected from a predetermined plurality of instruction sets;
(v) retrieving the second instruction from the location specified by the address portion of the sequence of bits; and
(vi) translating the second instruction as an instruction from the current instruction set to generate a second set of one or more control signals.
58. The method of claim 57 wherein the predetermined plurality of instruction sets consists of two instruction sets.
59. The method of claim 58 wherein the first instruction set consists of X-bit instructions and the second instruction set consists of Y-bit instructions, Y being different from X.
60. The method of claim 59 wherein X is 32 and Y is 16.
61. The method of claim 59 wherein X is 16 and Y is 32.
62. The method of claim 57 wherein the first instruction set consists of X-bit instructions and the second instruction set consists of Y-bit instructions, Y being different from X.
63. The method of claim 62 wherein X is 32 and Y is 16.
64. The method of claim 62 wherein X is 16 and Y is 32.
65. A method of selecting an instruction set comprising the steps of:
receiving a branching instruction written in a first instruction set of a plurality of instruction sets;
in response to the branching instruction, inserting an address of a second instruction, which specifies the location of the second instruction in a memory, into a register and setting the value of a flag, where the value of the flag is not dependent upon the address of the location of the second instruction in the memory;
selecting an instruction set based upon the value of the flag; and
acquiring the second instruction.
66. The apparatus of claim 65, wherein:
the first instruction set is different from the second instruction set.
67. The apparatus of claim 65, wherein:
the pointer and the flag are located in a single register.
68. The apparatus of claim 65, wherein:
the pointer and the flag are not located in a single register, yet are written to as if portions of a single register.
69. A processing apparatus comprising:
a pointer for identifying an address, which specifies the location in a memory of a next instruction that is written in a first instruction set of a plurality of instruction sets; and
a flag for identifying the first instruction set;
wherein:
the pointer and the flag are both written in response to an instruction from a second instruction set of the plurality of instruction sets, and
the value of the flag is not dependent upon the address that specifies the location in the memory of the next instruction.
US10/066,475 1994-06-10 2002-02-01 Interoperability with multiple instruction sets Expired - Lifetime USRE43248E1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/066,475 USRE43248E1 (en) 1994-06-10 2002-02-01 Interoperability with multiple instruction sets

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
GB9411670 1994-06-10
GB9411670A GB2290395B (en) 1994-06-10 1994-06-10 Interoperability with multiple instruction sets
US08/477,781 US5758115A (en) 1994-06-10 1995-06-07 Interoperability with multiple instruction sets
US08/840,557 US6021265A (en) 1994-06-10 1997-04-14 Interoperability with multiple instruction sets
US10/066,475 USRE43248E1 (en) 1994-06-10 2002-02-01 Interoperability with multiple instruction sets

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US08/840,557 Reissue US6021265A (en) 1994-06-10 1997-04-14 Interoperability with multiple instruction sets

Publications (1)

Publication Number Publication Date
USRE43248E1 true USRE43248E1 (en) 2012-03-13

Family

ID=10756540

Family Applications (3)

Application Number Title Priority Date Filing Date
US08/477,781 Expired - Lifetime US5758115A (en) 1994-06-10 1995-06-07 Interoperability with multiple instruction sets
US08/840,557 Ceased US6021265A (en) 1994-06-10 1997-04-14 Interoperability with multiple instruction sets
US10/066,475 Expired - Lifetime USRE43248E1 (en) 1994-06-10 2002-02-01 Interoperability with multiple instruction sets

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US08/477,781 Expired - Lifetime US5758115A (en) 1994-06-10 1995-06-07 Interoperability with multiple instruction sets
US08/840,557 Ceased US6021265A (en) 1994-06-10 1997-04-14 Interoperability with multiple instruction sets

Country Status (3)

Country Link
US (3) US5758115A (en)
JP (2) JP3649470B2 (en)
GB (2) GB2307072B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180225117A1 (en) * 2004-03-31 2018-08-09 Ed Grochowski Method and system to provide user-level multithreading
US11036519B2 (en) * 2015-10-30 2021-06-15 International Business Machines Corporation Simultaneously capturing status information for multiple operating modes

Families Citing this family (69)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2307072B (en) * 1994-06-10 1998-05-13 Advanced Risc Mach Ltd Interoperability with multiple instruction sets
US5758141A (en) * 1995-02-10 1998-05-26 International Business Machines Corporation Method and system for selective support of non-architected instructions within a superscaler processor system utilizing a special access bit within a machine state register
US6408386B1 (en) 1995-06-07 2002-06-18 Intel Corporation Method and apparatus for providing event handling functionality in a computer system
US5774686A (en) * 1995-06-07 1998-06-30 Intel Corporation Method and apparatus for providing two system architectures in a processor
GB2308470B (en) * 1995-12-22 2000-02-16 Nokia Mobile Phones Ltd Program memory scheme for processors
US5867681A (en) * 1996-05-23 1999-02-02 Lsi Logic Corporation Microprocessor having register dependent immediate decompression
US6026486A (en) * 1996-05-23 2000-02-15 Matsushita Electric Industrial Co., Ltd. General purpose processor having a variable bitwidth
US5896519A (en) * 1996-06-10 1999-04-20 Lsi Logic Corporation Apparatus for detecting instructions from a variable-length compressed instruction set having extended and non-extended instructions
US5905893A (en) * 1996-06-10 1999-05-18 Lsi Logic Corporation Microprocessor adapted for executing both a non-compressed fixed length instruction set and a compressed variable length instruction set
US5794010A (en) * 1996-06-10 1998-08-11 Lsi Logic Corporation Method and apparatus for allowing execution of both compressed instructions and decompressed instructions in a microprocessor
DE19629130A1 (en) * 1996-07-19 1998-05-14 Philips Patentverwaltung Signal processor
US5930491A (en) * 1997-06-18 1999-07-27 International Business Machines Corporation Identification of related instructions resulting from external to internal translation by use of common ID field for each group
JP3781519B2 (en) * 1997-08-20 2006-05-31 富士通株式会社 Instruction control mechanism of processor
US6438679B1 (en) * 1997-11-03 2002-08-20 Brecis Communications Multiple ISA support by a processor using primitive operations
WO2000008554A1 (en) * 1998-08-07 2000-02-17 Koninklijke Philips Electronics N.V. Apparatus with program memory and processor
US8121828B2 (en) * 1999-01-28 2012-02-21 Ati Technologies Ulc Detecting conditions for transfer of execution from one computer instruction stream to another and executing transfer on satisfaction of the conditions
US8127121B2 (en) * 1999-01-28 2012-02-28 Ati Technologies Ulc Apparatus for executing programs for a first computer architechture on a computer of a second architechture
US7941647B2 (en) 1999-01-28 2011-05-10 Ati Technologies Ulc Computer for executing two instruction sets and adds a macroinstruction end marker for performing iterations after loop termination
US7013456B1 (en) 1999-01-28 2006-03-14 Ati International Srl Profiling execution of computer programs
US7111290B1 (en) * 1999-01-28 2006-09-19 Ati International Srl Profiling program execution to identify frequently-executed portions and to assist binary translation
US8074055B1 (en) 1999-01-28 2011-12-06 Ati Technologies Ulc Altering data storage conventions of a processor when execution flows from first architecture code to second architecture code
US6954923B1 (en) 1999-01-28 2005-10-11 Ati International Srl Recording classification of instructions executed by a computer
US6826748B1 (en) 1999-01-28 2004-11-30 Ati International Srl Profiling program execution into registers of a computer
US6779107B1 (en) 1999-05-28 2004-08-17 Ati International Srl Computer execution by opportunistic adaptation
US7103759B1 (en) 1999-10-28 2006-09-05 Imsys Technologies Ab Microcontroller architecture supporting microcode-implemented peripheral devices
US20020004897A1 (en) * 2000-07-05 2002-01-10 Min-Cheng Kao Data processing apparatus for executing multiple instruction sets
US6978309B1 (en) * 2000-07-31 2005-12-20 Cisco Technology, Inc. Method and system for reprogramming instructions for a switch
US6633969B1 (en) 2000-08-11 2003-10-14 Lsi Logic Corporation Instruction translation system and method achieving single-cycle translation of variable-length MIPS16 instructions
GB2367653B (en) * 2000-10-05 2004-10-20 Advanced Risc Mach Ltd Restarting translated instructions
US20020069402A1 (en) * 2000-10-05 2002-06-06 Nevill Edward Colles Scheduling control within a system having mixed hardware and software based instruction execution
GB2367651B (en) * 2000-10-05 2004-12-29 Advanced Risc Mach Ltd Hardware instruction translation within a processor pipeline
US7149878B1 (en) * 2000-10-30 2006-12-12 Mips Technologies, Inc. Changing instruction set architecture mode by comparison of current instruction execution address with boundary address register values
KR20030015219A (en) * 2001-01-30 2003-02-20 코닌클리즈케 필립스 일렉트로닉스 엔.브이. Synchronization of a main processor with an instruction patch coprocessor
US7093108B2 (en) * 2001-02-01 2006-08-15 Arm Limited Apparatus and method for efficiently incorporating instruction set information with instruction addresses
US7093236B2 (en) 2001-02-01 2006-08-15 Arm Limited Tracing out-of-order data
CN1231837C (en) * 2001-04-11 2005-12-14 皇家菲利浦电子有限公司 Emulation coprocessor with branch mechanism
US7711926B2 (en) * 2001-04-18 2010-05-04 Mips Technologies, Inc. Mapping system and method for instruction set processing
DE10120522A1 (en) * 2001-04-26 2002-11-07 Infineon Technologies Ag Method for recognizing a correct command entry address when using command words of different lengths
GB2376097B (en) * 2001-05-31 2005-04-06 Advanced Risc Mach Ltd Configuration control within data processing systems
GB2376098B (en) 2001-05-31 2004-11-24 Advanced Risc Mach Ltd Unhandled operation handling in multiple instruction set systems
US6826681B2 (en) * 2001-06-18 2004-11-30 Mips Technologies, Inc. Instruction specified register value saving in allocated caller stack or not yet allocated callee stack
JP3578735B2 (en) * 2001-08-02 2004-10-20 松下電器産業株式会社 Information processing apparatus and information processing method
US7107439B2 (en) * 2001-08-10 2006-09-12 Mips Technologies, Inc. System and method of controlling software decompression through exceptions
US20070005942A1 (en) * 2002-01-14 2007-01-04 Gil Vinitzky Converting a processor into a compatible virtual multithreaded processor (VMP)
US20060149927A1 (en) * 2002-11-26 2006-07-06 Eran Dagan Processor capable of multi-threaded execution of a plurality of instruction-sets
JP3805314B2 (en) 2003-02-27 2006-08-02 Necエレクトロニクス株式会社 Processor
WO2005043385A1 (en) * 2003-10-24 2005-05-12 Microchip Technology Incorporated Method and system for alternating instructions sets in a central processing unit
US7707389B2 (en) 2003-10-31 2010-04-27 Mips Technologies, Inc. Multi-ISA instruction fetch unit for a processor, and applications thereof
US20060174089A1 (en) * 2005-02-01 2006-08-03 International Business Machines Corporation Method and apparatus for embedding wide instruction words in a fixed-length instruction set architecture
US7769983B2 (en) * 2005-05-18 2010-08-03 Qualcomm Incorporated Caching instructions for a multiple-state processor
GB2435116B (en) * 2006-02-10 2010-04-07 Imagination Tech Ltd Selecting between instruction sets in a microprocessors
US7500210B2 (en) * 2006-11-15 2009-03-03 Mplicity Ltd. Chip area optimization for multithreaded designs
US7711927B2 (en) * 2007-03-14 2010-05-04 Qualcomm Incorporated System, method and software to preload instructions from an instruction set other than one currently executing
US7836285B2 (en) * 2007-08-08 2010-11-16 Analog Devices, Inc. Implementation of variable length instruction encoding using alias addressing
US20090044159A1 (en) * 2007-08-08 2009-02-12 Mplicity Ltd. False path handling
TW200910195A (en) 2007-08-20 2009-03-01 Sunplus Technology Co Ltd A device of using serial bits to determine instruction length at a multi-mode processor and the method thereof
CN101377735B (en) * 2007-08-28 2011-09-28 凌阳科技股份有限公司 Apparatus and method for determining instruction length by serial bit in multimode processor
TWI379230B (en) * 2008-11-14 2012-12-11 Realtek Semiconductor Corp Instruction mode identification apparatus and instruction mode identification method
GB2484489A (en) 2010-10-12 2012-04-18 Advanced Risc Mach Ltd Instruction decoder using an instruction set identifier to determine the decode rules to use.
JP2012188255A (en) * 2011-03-11 2012-10-04 Murata Machinery Ltd Thread winding device
US8914615B2 (en) 2011-12-02 2014-12-16 Arm Limited Mapping same logical register specifier for different instruction sets with divergent association to architectural register file using common address format
CN104424128B (en) * 2013-08-19 2019-12-13 上海芯豪微电子有限公司 Variable length instruction word processor system and method
GB2563580B (en) * 2017-06-15 2019-09-25 Advanced Risc Mach Ltd An apparatus and method for controlling a change in instruction set
GB2564130B (en) * 2017-07-04 2020-10-07 Advanced Risc Mach Ltd An apparatus and method for controlling execution of instructions
US11249760B2 (en) 2019-04-10 2022-02-15 International Business Machines Corporation Parameter management between programs
US11500653B2 (en) 2020-02-05 2022-11-15 International Business Machines Corporation Signal handling between programs associated with different addressing modes
US11294695B2 (en) 2020-05-28 2022-04-05 International Business Machines Corporation Termination of programs associated with different addressing modes
US11947993B2 (en) 2021-06-22 2024-04-02 International Business Machines Corporation Cooperative input/output of address modes for interoperating programs
RU209758U1 (en) * 2021-06-25 2022-03-22 федеральное государственное бюджетное образовательное учреждение высшего образования "Российский государственный университет им. А.Н. Косыгина (Технологии. Дизайн. Искусство)" DEVICE FOR MANAGING THE CAPACITY OF COMPUTING

Citations (86)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5240826A (en) 1975-09-29 1977-03-30 Tokico Ltd Emergent oreration valve
JPS5268340A (en) 1975-12-05 1977-06-07 Hitachi Ltd Data processing unit
GB2016755A (en) 1978-03-13 1979-09-26 Motorola Inc Instruction set modifier register
US4217638A (en) 1977-05-19 1980-08-12 Tokyo Shibaura Electric Co., Ltd. Data-processing apparatus and method
US4274138A (en) 1976-07-31 1981-06-16 Tokyo Shibaura Denki Kabushiki Kaisha Stored program control system with switching between instruction word systems
US4338663A (en) 1978-10-25 1982-07-06 Digital Equipment Corporation Calling instructions for a data processing system
US4346437A (en) 1979-08-31 1982-08-24 Bell Telephone Laboratories, Incorporated Microcomputer using a double opcode instruction
JPS583040A (en) 1981-06-30 1983-01-08 Nec Corp Information processor
US4398243A (en) 1980-04-25 1983-08-09 Data General Corporation Data processing system having a unique instruction processor system
JPS58155457A (en) 1982-03-10 1983-09-16 Nec Corp Information processing device
US4434461A (en) 1980-09-15 1984-02-28 Motorola, Inc. Microprocessor with duplicate registers for processing interrupts
US4434459A (en) 1980-04-25 1984-02-28 Data General Corporation Data processing system having instruction responsive apparatus for both a basic and an extended instruction set
EP0109567A2 (en) 1982-10-22 1984-05-30 International Business Machines Corporation Accelerated instruction mapping external to source and target instruction streams for near realtime injection into the latter
US4459657A (en) 1980-09-24 1984-07-10 Tokyo Shibaura Denki Kabushiki Kaisha Data processing system having re-entrant function for subroutines
US4511966A (en) 1982-02-19 1985-04-16 Sony Corporation Digital signal processing system
US4514803A (en) 1982-04-26 1985-04-30 International Business Machines Corporation Methods for partitioning mainframe instruction sets to implement microprocessor based emulation thereof
US4554627A (en) 1980-04-25 1985-11-19 Data General Corporation Data processing system having a unique micro-sequencing system
EP0169565A2 (en) 1984-07-25 1986-01-29 Nec Corporation Microprocessor compatible with any software represented by different types of instruction formats
EP0199173A2 (en) 1985-04-08 1986-10-29 Hitachi, Ltd. Data processing system
JPS6225334A (en) 1985-07-25 1987-02-03 Nec Corp Instruction processing system
JPS62151938A (en) 1985-12-25 1987-07-06 Nec Corp Instruction processing system
US4685080A (en) 1982-02-22 1987-08-04 International Business Machines Corp. Microword generation mechanism utilizing separate programmable logic arrays for first and second microwords
US4695943A (en) 1984-09-27 1987-09-22 Honeywell Information Systems Inc. Multiprocessor shared pipeline cache memory with split cycle and concurrent utilization
JPS62262146A (en) 1986-05-09 1987-11-14 Hitachi Ltd Processor
JPS63111533A (en) 1986-10-29 1988-05-16 Nec Corp One chip microcomputer
JPS647129A (en) 1987-06-30 1989-01-11 Nippon Denso Co Microprocessor
EP0306920A2 (en) 1987-09-07 1989-03-15 Nec Corporation Data processor having expanded operating functions
US4849922A (en) 1987-01-20 1989-07-18 Cselt - Centro Studi E Laboratori Telecomunicazioni Spa Circuit for computing the quantized coefficient discrete cosine transform of digital signal samples
EP0324308A2 (en) 1988-01-11 1989-07-19 International Business Machines Corporation Method and system for decoding plural incompatible format instructions
US4870614A (en) 1984-08-02 1989-09-26 Quatse Jesse T Programmable controller ("PC") with co-processing architecture
US4876639A (en) 1983-09-20 1989-10-24 Mensch Jr William D Method and circuitry for causing sixteen bit microprocessor to execute eight bit op codes to produce either internal sixteen bit operation or internal eight bit operation in accordance with an emulation bit
US4905196A (en) 1984-04-26 1990-02-27 Bbc Brown, Boveri & Company Ltd. Method and storage device for saving the computer status during interrupt
US4930068A (en) 1986-11-07 1990-05-29 Nec Corporation Data processor having different interrupt processing modes
US4931989A (en) 1982-02-22 1990-06-05 International Business Machines Corporation Microword generation mechanism utilizing a separate programmable logic array for first microwords
JPH03150633A (en) 1989-11-07 1991-06-27 Matsushita Electric Ind Co Ltd Instruction decoder
US5077659A (en) 1987-08-13 1991-12-31 Kabushiki Kaisha Toshiba Data processor employing the same microprograms for data having different bit lengths
JPH0476626A (en) 1990-07-13 1992-03-11 Toshiba Corp Microcomputer
US5148536A (en) 1988-07-25 1992-09-15 Digital Equipment Corporation Pipeline having an integral cache which processes cache misses and loads data in parallel
US5187791A (en) 1990-01-26 1993-02-16 Apple Computer, Inc. Microprocessor with improved interrupt response with data saving dependent upon processor status using status flag
US5193158A (en) 1988-10-19 1993-03-09 Hewlett-Packard Company Method and apparatus for exception handling in pipeline processors having mismatched instruction pipeline depths
JPH05265751A (en) 1992-03-17 1993-10-15 Nec Corp Data processor
US5276824A (en) 1990-01-08 1994-01-04 Motorola, Inc. Data processor having a multi-stage instruction pipe and selection logic responsive to an instruction decoder for selecting one stage of the instruction pipe
JPH0683615A (en) 1992-09-02 1994-03-25 Fujitsu Ltd Computer for executing instruction set emulation
US5303378A (en) 1991-05-21 1994-04-12 Compaq Computer Corporation Reentrant protected mode kernel using virtual 8086 mode interrupt service routines
US5327566A (en) 1991-07-12 1994-07-05 Hewlett Packard Company Stage saving and restoring hardware mechanism
US5353420A (en) 1992-08-10 1994-10-04 Intel Corporation Method and apparatus for decoding conditional jump instructions in a single clock in a computer processor
US5363322A (en) 1991-04-02 1994-11-08 Motorola, Inc. Data processor with an integer multiplication function on a fractional multiplier
US5386563A (en) 1992-10-13 1995-01-31 Advanced Risc Machines Limited Register substitution during exception processing
US5392408A (en) 1993-09-20 1995-02-21 Apple Computer, Inc. Address selective emulation routine pointer address mapping system
US5404472A (en) 1988-11-11 1995-04-04 Hitachi, Ltd. Parallel processing apparatus and method capable of switching parallel and successive processing modes
US5416739A (en) 1994-03-17 1995-05-16 Vtech Computers, Ltd. Cache control apparatus and method with pipelined, burst read
US5420992A (en) 1991-03-11 1995-05-30 Silicon Graphics, Inc. Backward-compatible computer architecture with extended word size and address space
GB2284492A (en) 1993-12-06 1995-06-07 Graeme Roy Smith Data processor with instruction decompression unit
JPH07281890A (en) 1994-04-06 1995-10-27 Mitsubishi Electric Corp Instruction set and its executing method by microcomputer
US5475824A (en) 1992-01-23 1995-12-12 Intel Corporation Microprocessor with apparatus for parallel execution of instructions
US5481684A (en) 1994-01-11 1996-01-02 Exponential Technology, Inc. Emulating operating system calls in an alternate instruction set using a modified code segment descriptor
US5481693A (en) 1994-07-20 1996-01-02 Exponential Technology, Inc. Shared register architecture for a dual-instruction-set CPU
US5524211A (en) 1991-02-13 1996-06-04 Hewlett Packard Company System for employing select, pause, and identification registers to control communication among plural processors
US5542059A (en) 1994-01-11 1996-07-30 Exponential Technology, Inc. Dual instruction set processor having a pipeline with a pipestage functional unit that is relocatable in time and sequence order
US5561810A (en) 1992-06-10 1996-10-01 Nec Corporation Accumulating multiplication circuit executing a double-precision multiplication at a high speed
US5568646A (en) 1994-05-03 1996-10-22 Advanced Risc Machines Limited Multiple instruction set mapping
US5574928A (en) 1993-10-29 1996-11-12 Advanced Micro Devices, Inc. Mixed integer/floating point processor core for a superscalar microprocessor with a plurality of operand buses for transferring operand segments
US5583804A (en) 1994-07-14 1996-12-10 Advanced Risc Machines Limited Data processing using multiply-accumulate instructions
US5598546A (en) 1994-08-31 1997-01-28 Exponential Technology, Inc. Dual-architecture super-scalar pipeline
US5600845A (en) 1994-07-27 1997-02-04 Metalithic Systems Incorporated Integrated circuit computing device comprising a dynamically configurable gate array having a microprocessor and reconfigurable instruction execution means and method therefor
EP0758464A1 (en) 1994-05-03 1997-02-19 Advanced Risc Machines Ltd. Data processing with multiple instruction sets
US5606714A (en) 1991-12-06 1997-02-25 National Semiconductor Corporation Integrated data processing system including CPU core and parallel, independently operating DSP module and having multiple operating modes
US5630083A (en) 1994-03-01 1997-05-13 Intel Corporation Decoder for decoding multiple instructions in parallel
US5630153A (en) 1990-01-18 1997-05-13 National Semiconductor Corporation Integrated digital signal processor/general purpose CPU with shared internal memory
US5638525A (en) 1995-02-10 1997-06-10 Intel Corporation Processor capable of executing programs that contain RISC and CISC instructions
US5642516A (en) 1994-10-14 1997-06-24 Cirrus Logic, Inc. Selective shadowing of registers for interrupt processing
WO1997024660A1 (en) 1996-01-02 1997-07-10 Advanced Micro Devices, Inc. A microprocessor configured to switch instruction sets upon detection of a plurality of consecutive instructions
US5664147A (en) 1995-08-24 1997-09-02 International Business Machines Corp. System and method that progressively prefetches additional lines to a distributed stream buffer as the sequentiality of the memory accessing is demonstrated
US5666355A (en) 1994-07-21 1997-09-09 Interdigital Technology Corporation Power consumption control method and apparatus for a communication system subscriber unit
US5671422A (en) 1994-11-14 1997-09-23 Intel Corporation Method and apparatus for switching between the modes of a processor
US5689672A (en) 1993-10-29 1997-11-18 Advanced Micro Devices, Inc. Pre-decoded instruction cache and method therefor particularly suitable for variable byte-length instructions
US5692152A (en) 1994-06-29 1997-11-25 Exponential Technology, Inc. Master-slave cache system with de-coupled data and tag pipelines and loop-back
US5701493A (en) 1995-08-03 1997-12-23 Advanced Risc Machines Limited Exception handling method and apparatus in data processing systems
US5758115A (en) 1994-06-10 1998-05-26 Advanced Risc Machines Limited Interoperability with multiple instruction sets
US5781750A (en) * 1994-01-11 1998-07-14 Exponential Technology, Inc. Dual-instruction-set architecture CPU with hidden software emulation mode
US5784636A (en) 1996-05-28 1998-07-21 National Semiconductor Corporation Reconfigurable computer architecture for use in signal processing applications
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
US5796973A (en) 1993-10-29 1998-08-18 Advanced Micro Devices, Inc. Method and apparatus for decoding one or more complex instructions into concurrently dispatched simple instructions
US5970254A (en) 1997-06-27 1999-10-19 Cooke; Laurence H. Integrated processor and programmable data path chip for reconfigurable computing
US5968161A (en) 1996-08-29 1999-10-19 Altera Corporation FPGA based configurable CPU additionally including second programmable section for implementation of custom hardware support
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

Patent Citations (91)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5240826A (en) 1975-09-29 1977-03-30 Tokico Ltd Emergent oreration valve
JPS5268340A (en) 1975-12-05 1977-06-07 Hitachi Ltd Data processing unit
US4274138A (en) 1976-07-31 1981-06-16 Tokyo Shibaura Denki Kabushiki Kaisha Stored program control system with switching between instruction word systems
US4217638A (en) 1977-05-19 1980-08-12 Tokyo Shibaura Electric Co., Ltd. Data-processing apparatus and method
GB2016755A (en) 1978-03-13 1979-09-26 Motorola Inc Instruction set modifier register
US4236204A (en) 1978-03-13 1980-11-25 Motorola, Inc. Instruction set modifier register
US4338663A (en) 1978-10-25 1982-07-06 Digital Equipment Corporation Calling instructions for a data processing system
US4346437A (en) 1979-08-31 1982-08-24 Bell Telephone Laboratories, Incorporated Microcomputer using a double opcode instruction
US4434459A (en) 1980-04-25 1984-02-28 Data General Corporation Data processing system having instruction responsive apparatus for both a basic and an extended instruction set
US4398243A (en) 1980-04-25 1983-08-09 Data General Corporation Data processing system having a unique instruction processor system
US4554627A (en) 1980-04-25 1985-11-19 Data General Corporation Data processing system having a unique micro-sequencing system
US4434461A (en) 1980-09-15 1984-02-28 Motorola, Inc. Microprocessor with duplicate registers for processing interrupts
US4459657A (en) 1980-09-24 1984-07-10 Tokyo Shibaura Denki Kabushiki Kaisha Data processing system having re-entrant function for subroutines
JPS583040A (en) 1981-06-30 1983-01-08 Nec Corp Information processor
US4511966A (en) 1982-02-19 1985-04-16 Sony Corporation Digital signal processing system
US4685080A (en) 1982-02-22 1987-08-04 International Business Machines Corp. Microword generation mechanism utilizing separate programmable logic arrays for first and second microwords
US4931989A (en) 1982-02-22 1990-06-05 International Business Machines Corporation Microword generation mechanism utilizing a separate programmable logic array for first microwords
JPS58155457A (en) 1982-03-10 1983-09-16 Nec Corp Information processing device
US4514803A (en) 1982-04-26 1985-04-30 International Business Machines Corporation Methods for partitioning mainframe instruction sets to implement microprocessor based emulation thereof
EP0109567A2 (en) 1982-10-22 1984-05-30 International Business Machines Corporation Accelerated instruction mapping external to source and target instruction streams for near realtime injection into the latter
US4876639A (en) 1983-09-20 1989-10-24 Mensch Jr William D Method and circuitry for causing sixteen bit microprocessor to execute eight bit op codes to produce either internal sixteen bit operation or internal eight bit operation in accordance with an emulation bit
US4905196A (en) 1984-04-26 1990-02-27 Bbc Brown, Boveri & Company Ltd. Method and storage device for saving the computer status during interrupt
US4839797A (en) 1984-07-25 1989-06-13 Nec Corporation Microprocessor compatible with any software represented by different types of instruction formats
EP0169565A2 (en) 1984-07-25 1986-01-29 Nec Corporation Microprocessor compatible with any software represented by different types of instruction formats
US4870614A (en) 1984-08-02 1989-09-26 Quatse Jesse T Programmable controller ("PC") with co-processing architecture
US4695943A (en) 1984-09-27 1987-09-22 Honeywell Information Systems Inc. Multiprocessor shared pipeline cache memory with split cycle and concurrent utilization
EP0199173A2 (en) 1985-04-08 1986-10-29 Hitachi, Ltd. Data processing system
JPS6225334A (en) 1985-07-25 1987-02-03 Nec Corp Instruction processing system
JPS62151938A (en) 1985-12-25 1987-07-06 Nec Corp Instruction processing system
JPS62262146A (en) 1986-05-09 1987-11-14 Hitachi Ltd Processor
JPS63111533A (en) 1986-10-29 1988-05-16 Nec Corp One chip microcomputer
US4930068A (en) 1986-11-07 1990-05-29 Nec Corporation Data processor having different interrupt processing modes
US4849922A (en) 1987-01-20 1989-07-18 Cselt - Centro Studi E Laboratori Telecomunicazioni Spa Circuit for computing the quantized coefficient discrete cosine transform of digital signal samples
JPS647129A (en) 1987-06-30 1989-01-11 Nippon Denso Co Microprocessor
US5077659A (en) 1987-08-13 1991-12-31 Kabushiki Kaisha Toshiba Data processor employing the same microprograms for data having different bit lengths
EP0306920A2 (en) 1987-09-07 1989-03-15 Nec Corporation Data processor having expanded operating functions
US5115500A (en) * 1988-01-11 1992-05-19 International Business Machines Corporation Plural incompatible instruction format decode method and apparatus
EP0324308A2 (en) 1988-01-11 1989-07-19 International Business Machines Corporation Method and system for decoding plural incompatible format instructions
US5148536A (en) 1988-07-25 1992-09-15 Digital Equipment Corporation Pipeline having an integral cache which processes cache misses and loads data in parallel
US5193158A (en) 1988-10-19 1993-03-09 Hewlett-Packard Company Method and apparatus for exception handling in pipeline processors having mismatched instruction pipeline depths
US5404472A (en) 1988-11-11 1995-04-04 Hitachi, Ltd. Parallel processing apparatus and method capable of switching parallel and successive processing modes
JPH03150633A (en) 1989-11-07 1991-06-27 Matsushita Electric Ind Co Ltd Instruction decoder
US5276824A (en) 1990-01-08 1994-01-04 Motorola, Inc. Data processor having a multi-stage instruction pipe and selection logic responsive to an instruction decoder for selecting one stage of the instruction pipe
US5630153A (en) 1990-01-18 1997-05-13 National Semiconductor Corporation Integrated digital signal processor/general purpose CPU with shared internal memory
US5187791A (en) 1990-01-26 1993-02-16 Apple Computer, Inc. Microprocessor with improved interrupt response with data saving dependent upon processor status using status flag
US5335331A (en) 1990-07-13 1994-08-02 Kabushiki Kaisha Toshiba Microcomputer using specific instruction bit and mode switch signal for distinguishing and executing different groups of instructions in plural operating modes
JPH0476626A (en) 1990-07-13 1992-03-11 Toshiba Corp Microcomputer
US5524211A (en) 1991-02-13 1996-06-04 Hewlett Packard Company System for employing select, pause, and identification registers to control communication among plural processors
US5420992A (en) 1991-03-11 1995-05-30 Silicon Graphics, Inc. Backward-compatible computer architecture with extended word size and address space
US5363322A (en) 1991-04-02 1994-11-08 Motorola, Inc. Data processor with an integer multiplication function on a fractional multiplier
US5303378A (en) 1991-05-21 1994-04-12 Compaq Computer Corporation Reentrant protected mode kernel using virtual 8086 mode interrupt service routines
US5327566A (en) 1991-07-12 1994-07-05 Hewlett Packard Company Stage saving and restoring hardware mechanism
US5606714A (en) 1991-12-06 1997-02-25 National Semiconductor Corporation Integrated data processing system including CPU core and parallel, independently operating DSP module and having multiple operating modes
US5475824A (en) 1992-01-23 1995-12-12 Intel Corporation Microprocessor with apparatus for parallel execution of instructions
JPH05265751A (en) 1992-03-17 1993-10-15 Nec Corp Data processor
US5561810A (en) 1992-06-10 1996-10-01 Nec Corporation Accumulating multiplication circuit executing a double-precision multiplication at a high speed
US5353420A (en) 1992-08-10 1994-10-04 Intel Corporation Method and apparatus for decoding conditional jump instructions in a single clock in a computer processor
JPH0683615A (en) 1992-09-02 1994-03-25 Fujitsu Ltd Computer for executing instruction set emulation
US5386563A (en) 1992-10-13 1995-01-31 Advanced Risc Machines Limited Register substitution during exception processing
US5392408A (en) 1993-09-20 1995-02-21 Apple Computer, Inc. Address selective emulation routine pointer address mapping system
US5574928A (en) 1993-10-29 1996-11-12 Advanced Micro Devices, Inc. Mixed integer/floating point processor core for a superscalar microprocessor with a plurality of operand buses for transferring operand segments
US5796973A (en) 1993-10-29 1998-08-18 Advanced Micro Devices, Inc. Method and apparatus for decoding one or more complex instructions into concurrently dispatched simple instructions
US5689672A (en) 1993-10-29 1997-11-18 Advanced Micro Devices, Inc. Pre-decoded instruction cache and method therefor particularly suitable for variable byte-length instructions
GB2284492A (en) 1993-12-06 1995-06-07 Graeme Roy Smith Data processor with instruction decompression unit
US5481684A (en) 1994-01-11 1996-01-02 Exponential Technology, Inc. Emulating operating system calls in an alternate instruction set using a modified code segment descriptor
US5781750A (en) * 1994-01-11 1998-07-14 Exponential Technology, Inc. Dual-instruction-set architecture CPU with hidden software emulation mode
US5542059A (en) 1994-01-11 1996-07-30 Exponential Technology, Inc. Dual instruction set processor having a pipeline with a pipestage functional unit that is relocatable in time and sequence order
US5630083A (en) 1994-03-01 1997-05-13 Intel Corporation Decoder for decoding multiple instructions in parallel
US5416739A (en) 1994-03-17 1995-05-16 Vtech Computers, Ltd. Cache control apparatus and method with pipelined, burst read
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
JPH07281890A (en) 1994-04-06 1995-10-27 Mitsubishi Electric Corp Instruction set and its executing method by microcomputer
US5740461A (en) 1994-05-03 1998-04-14 Advanced Risc Machines Limited Data processing with multiple instruction sets
US5568646A (en) 1994-05-03 1996-10-22 Advanced Risc Machines Limited Multiple instruction set mapping
EP0758464A1 (en) 1994-05-03 1997-02-19 Advanced Risc Machines Ltd. Data processing with multiple instruction sets
US5758115A (en) 1994-06-10 1998-05-26 Advanced Risc Machines Limited Interoperability with multiple instruction sets
US5692152A (en) 1994-06-29 1997-11-25 Exponential Technology, Inc. Master-slave cache system with de-coupled data and tag pipelines and loop-back
US5583804A (en) 1994-07-14 1996-12-10 Advanced Risc Machines Limited Data processing using multiply-accumulate instructions
US5481693A (en) 1994-07-20 1996-01-02 Exponential Technology, Inc. Shared register architecture for a dual-instruction-set CPU
US5666355A (en) 1994-07-21 1997-09-09 Interdigital Technology Corporation Power consumption control method and apparatus for a communication system subscriber unit
US5600845A (en) 1994-07-27 1997-02-04 Metalithic Systems Incorporated Integrated circuit computing device comprising a dynamically configurable gate array having a microprocessor and reconfigurable instruction execution means and method therefor
US5598546A (en) 1994-08-31 1997-01-28 Exponential Technology, Inc. Dual-architecture super-scalar pipeline
US5642516A (en) 1994-10-14 1997-06-24 Cirrus Logic, Inc. Selective shadowing of registers for interrupt processing
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
US5671422A (en) 1994-11-14 1997-09-23 Intel Corporation Method and apparatus for switching between the modes of a processor
US5638525A (en) 1995-02-10 1997-06-10 Intel Corporation Processor capable of executing programs that contain RISC and CISC instructions
US5701493A (en) 1995-08-03 1997-12-23 Advanced Risc Machines Limited Exception handling method and apparatus in data processing systems
US5664147A (en) 1995-08-24 1997-09-02 International Business Machines Corp. System and method that progressively prefetches additional lines to a distributed stream buffer as the sequentiality of the memory accessing is demonstrated
WO1997024660A1 (en) 1996-01-02 1997-07-10 Advanced Micro Devices, Inc. A microprocessor configured to switch instruction sets upon detection of a plurality of consecutive instructions
US5784636A (en) 1996-05-28 1998-07-21 National Semiconductor Corporation Reconfigurable computer architecture for use in signal processing applications
US5968161A (en) 1996-08-29 1999-10-19 Altera Corporation FPGA based configurable CPU additionally including second programmable section for implementation of custom hardware support
US5970254A (en) 1997-06-27 1999-10-19 Cooke; Laurence H. Integrated processor and programmable data path chip for reconfigurable computing

Non-Patent Citations (26)

* Cited by examiner, † Cited by third party
Title
"Instruction-Processing Optimization Techniques for VSLI Microprocessors", by John David Bunda, Ph.D. Dissertation, University of Texas at Austin, May 1993.
Clark et al., IEEE Transactions on Computers, vol. 30, (10) 1981, "Memory System of a High-Performance Personal Computer", 715-722.
Declaration of Dr. Earl E. Swartzlander, Jr., Nov. 1, 2001.
Declaration of Professor Alan Jay Smith, Oct. 17, 2001.
Defendant picoTurbo, Inc.'s Response to Plaintiff ARM's Second Set of Interrogatories, Aug. 18, 2000.
Defendant picoTurbo's Civil L.R. 16-9(b)(1)-(4) Response Chart Concerning U.S. Patent No. 6,021,265, ARM Limited v. picoTurbo, Inc., Case No. C-00-00957 (N.D. Calif., Dec. 22, 2000).
Defendant picoTurbo's Civil L.R. 16-9(b)(1)-(4) Supplemental Responses U.S. Patent Nos. 5,740,461, 5,568,646, 5,758,115, 6,021,265, and 5,583,804, May 17, 2001.
Defendant picoTurbo's Motion for Summary Judgment on Issues of Patent Invalidity, Oct. 23, 2001.
Defendant picoTurbo's Response Brief on Claim Construction, Mar. 15, 2001.
Expert Report: Professor Alan Jay Smith, Aug. 31, 2001.
IBM Technical Disclosure Bulletin by J.C. Kemp, entitled: "Instruction Translator" vol. 15, No. 3 published Aug. 1972, p. 920.
IBM Technical Disclosure Bulletin by P.F. Smith, entitled: "Extended Control for Microprocessors" vol. 17 No. 11 published Apr. 1975, pp. 3438-3441.
IBM Technical Disclosure Bulletin entitled: "Oncode Remap and Compression in Hard-Wired Risc Microprocessor" vol. 32 No. 10A published Mar. 1990, p. 349.
Initial Disclosure by Defendant picoTurbo, Inc. of Prior Art Under Local Rule 16-7, Case C00-00957CW, Aug. 14, 2000.
Joint Designation of Disputed Terms for Claim Construction, Feb. 5, 2001.
Memorandum of Points and Authorities in Support of Plaintiff ARM's Opposition and Cross Motion for Summary Judgment that the Patents-in-Suit are not Invalid, Nov. 2, 2001.
Order Construing Disputed Claims and Terms, ARM Limited v. picoTurbo, Inc., Case No. C-00-00957 (N.D. Calif., Jun. 15, 2001)(Wilken, J.).
picoTurbo's Reply in Support of Motion for Summary Judgment on Invalidity and Opposition to ARM's Cross-Motion, Nov. 9, 2001.
picoTurbo's Third Supplemental Response Charts, Aug. 31, 2001.
Plaintiff ARM's Opening Brief on Claim Construction, Mar. 1, 2001.
Plaintiff ARM's Reply Brief on Claim Construction, Mar. 22, 2001.
Plaintiff ARM's Reply in Support of its Opposition and Cross Motion for Summary Judgment that the Patents-in-Suit are not Invalid.
Plaintiff ARM's Response to picoTurbo, Inc.'s First Set of Interrogatories to ARM, Limited, Aug. 14, 2000 (Interrogatories 1 and 2 only).
Rebuttal Expert Report of Dr. Earl E. Swartzlander, Jr., Sep. 20, 2001.
Second Supplement to Defendant picoTurbo's Civil L.R. 16-9(b)(1) Response Charts, Jun. 6, 2001.
Supplemental Declaration of Professor Alan Jay Smith, Nov. 8, 2001.

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180225117A1 (en) * 2004-03-31 2018-08-09 Ed Grochowski Method and system to provide user-level multithreading
US20180307484A1 (en) * 2004-03-31 2018-10-25 Intel Corporation Method and system to provide user-level multithreading
US20180321936A1 (en) * 2004-03-31 2018-11-08 Intel Corporation Method and system to provide user-level multithreading
US10585667B2 (en) * 2004-03-31 2020-03-10 Intel Corporation Method and system to provide user-level multithreading
US10613858B2 (en) * 2004-03-31 2020-04-07 Intel Corporation Method and system to provide user-level multithreading
US10628153B2 (en) * 2004-03-31 2020-04-21 Intel Corporation Method and system to provide user-level multithreading
US10635438B2 (en) 2004-03-31 2020-04-28 Intel Corporation Method and system to provide user-level multithreading
US11036519B2 (en) * 2015-10-30 2021-06-15 International Business Machines Corporation Simultaneously capturing status information for multiple operating modes

Also Published As

Publication number Publication date
JPH0844557A (en) 1996-02-16
JP3683230B2 (en) 2005-08-17
GB9702595D0 (en) 1997-03-26
GB9411670D0 (en) 1994-08-03
GB2307072B (en) 1998-05-13
US6021265A (en) 2000-02-01
JP3649470B2 (en) 2005-05-18
US5758115A (en) 1998-05-26
JP2002328804A (en) 2002-11-15
GB2307072A (en) 1997-05-14
GB2290395A (en) 1995-12-20
GB2290395B (en) 1997-05-28

Similar Documents

Publication Publication Date Title
USRE43248E1 (en) Interoperability with multiple instruction sets
EP0689128B1 (en) Computer instruction compression
EP0415461B1 (en) Central processing unit supporting variable length instructions
US4764861A (en) Instruction fpefetching device with prediction of a branch destination for each branch count instruction
EP0071028B1 (en) Instructionshandling unit in a data processing system with instruction substitution and method of operation
KR101503554B1 (en) Implementation of variable length instruction encoding using alias addressing
US4679140A (en) Data processor with control of the significant bit lengths of general purpose registers
US6081887A (en) System for passing an index value with each prediction in forward direction to enable truth predictor to associate truth value with particular branch instruction
US4701842A (en) Method and apparatus for avoiding excessive delay in a pipelined processor during the execution of a microbranch instruction
US6189090B1 (en) Digital signal processor with variable width instructions
EP0248436A2 (en) Method of and apparatus for processing data
US6611909B1 (en) Method and apparatus for dynamically translating program instructions to microcode instructions
US7546442B1 (en) Fixed length memory to memory arithmetic and architecture for direct memory access using fixed length instructions
EP0094535B1 (en) Pipe-line data processing system
US4739470A (en) Data processing system
US6499100B1 (en) Enhanced instruction decoding
US5901309A (en) Method for improved interrupt handling within a microprocessor
US4812971A (en) Central processing unit for a digital computer
US7231507B2 (en) Data access program instruction encoding
US5440704A (en) Data processor having branch predicting function
US4893235A (en) Central processing unit for a digital computer
EP0240606B1 (en) Pipe-line processing system and microprocessor using the system
US5142630A (en) System for calculating branch destination address based upon address mode bit in operand before executing an instruction which changes the address mode and branching
EP0061586B1 (en) Data processing apparatus with extended general purpose registers
US5278840A (en) Apparatus and method for data induced condition signalling