US20010004758A1 - Register controlling apparatus and method capable of dynamic allocation of registers based on routines being processed - Google Patents

Register controlling apparatus and method capable of dynamic allocation of registers based on routines being processed Download PDF

Info

Publication number
US20010004758A1
US20010004758A1 US09/770,450 US77045001A US2001004758A1 US 20010004758 A1 US20010004758 A1 US 20010004758A1 US 77045001 A US77045001 A US 77045001A US 2001004758 A1 US2001004758 A1 US 2001004758A1
Authority
US
United States
Prior art keywords
register
routine
local
subroutine
pointer
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.)
Granted
Application number
US09/770,450
Other versions
US6421825B2 (en
Inventor
Soung-Hwi Park
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.)
MagnaChip Semiconductor Ltd
SK Hynix Inc
Original Assignee
Hyundai Electronics Industries Co 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 Hyundai Electronics Industries Co Ltd filed Critical Hyundai Electronics Industries Co Ltd
Priority to US09/770,450 priority Critical patent/US6421825B2/en
Publication of US20010004758A1 publication Critical patent/US20010004758A1/en
Application granted granted Critical
Publication of US6421825B2 publication Critical patent/US6421825B2/en
Assigned to MAGNACHIP SEMICONDUCTOR, LTD. reassignment MAGNACHIP SEMICONDUCTOR, LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HYNIX SEMICONDUCTOR, INC.
Assigned to U.S. BANK NATIONAL ASSOCIATION, AS COLLATERAL TRUSTEE reassignment U.S. BANK NATIONAL ASSOCIATION, AS COLLATERAL TRUSTEE AFTER-ACQUIRED INTELLECTUAL PROPERTY KUN-PLEDGE AGREEMENT Assignors: MAGNACHIP SEMICONDUCTOR, LTD.
Assigned to MAGNACHIP SEMICONDUCTOR LTD. reassignment MAGNACHIP SEMICONDUCTOR LTD. RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: U.S. BANK NATIONAL ASSOCIATION
Assigned to MAGNACHIP SEMICONDUCTOR LTD. reassignment MAGNACHIP SEMICONDUCTOR LTD. CORRECTIVE ASSIGNMENT TO CORRECT THE RECEIVING PARTY ADDRESS PREVIOUSLY RECORDED AT REEL: 024563 FRAME: 0807. ASSIGNOR(S) HEREBY CONFIRMS THE RELEASE BY SECURED PARTY. Assignors: US BANK NATIONAL ASSOCIATION
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
    • 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/30098Register arrangements
    • G06F9/3012Organisation of register space, e.g. banked or distributed register file
    • G06F9/30134Register stacks; shift registers
    • 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/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3836Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
    • G06F9/3838Dependency mechanisms, e.g. register scoreboarding
    • G06F9/384Register renaming
    • 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/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • G06F9/4484Executing subprograms
    • G06F9/4486Formation of subprogram jump address

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Executing Machine-Instructions (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

In a register controlling apparatus, whenever a routine is run, a register logicalal address, and the values of a local register pointer and a local register counter are selectively added, and thereby a register physical address and a new value of the local register pointer are outputted, resulting in the setting of the register available domain. Then, when the routine returns to a higher order routine, the set register available domain is released to be called by another subroutine, and further, when a register in another routine is accessed in an arbitrary routine, the register logical address is outputted as the register physical address to achieve the accessing, resulting in accomplishing an enhanced application efficiency of the register and an easy processing of a routine using many registers.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0001]
  • The present invention relates to a register controlling apparatus, and in particular, to an improved register controlling apparatus which is capable of processing a C programming language instructions efficiently and at a high speed in a central processing unit (hereinafter, called CPU) by controlling a plurality of registers. [0002]
  • 2. Description of the Prior Art [0003]
  • Conventionally, a register is a semiconductor memory device which is accessed by a CPU and employed in the writing and reading of data and various kinds of operations. [0004]
  • In the case of a reduced instruction set computer (RISC)-type CPU, there are provided tens of or hundreds of registers, and the construction of all the registers is divided into 2-16 banks. [0005]
  • As shown in FIG. 1, the conventional register controlling apparatus includes a [0006] CPU 1 for outputting a register address (Raddr) in accordance with a control data inputted through a data bus, and a memory 2 for writing data in a corresponding domain in accordance with the register address (Raddr) outputted from the CPU or reading the written data.
  • Here, the register addresses are sequential from the first to the last with consecutive numbers, and each address corresponds to a respective register. [0007]
  • Referring to the accompanying drawings, the operation of the conventional register controlling apparatus will now be described in detail. [0008]
  • First, when an arbitrary program routine is set by the user, the [0009] CPU 1 receives a control data through the data bus and then outputs a register address (Raddr). The memory 2 selects each corresponding address in accordance with the register address (Raddr) and runs the set routine.
  • Here, each register has a consecutive address, and when there are one hundred registers, the register address is put as Raddr[0010] 0-Raddr99.
  • When the user enters a subroutine from an arbitrary program routine to run a more efficient high-level language such as a C programming language, he or she should know how to use a new routine in the subroutine. [0011]
  • Here, when the user is using n registers in an arbitrary routine and wants to call a subroutine to use m registers, to implement the subroutine, he or she should know which register he or she used in the high order routine and which register he or she can use in the present routine. [0012]
  • That is, when the user is using 11 registers (R[0013] 0-R10) in the high order routine and wants to call a subroutine to use seven registers, he or she can use registers R11-R17.
  • The above-described operation would be programmed as follows: [0014]
    Routine A( )  { : declaring a high order routine
    integer R0 , R1 , R2 , . . . , R10 ; : arraying the registers used in
    the routine A
    . : the program text
    subroutine B( ) : calling a subroutine B
    . : the program text
     } : terminating routine A
    Subroutine B( )  { : setting a subroutine B
    integer R11 , R12 , . . . , R17 : arraying the registers used in
    the routine B
    . : the program text
     } : terminating subroutine B
  • That is, when allocating the programs as shown above, the subroutine B should know in advance that registers R[0015] 0-R10 will be used in the routine A due to the characteristic that a register having a specific address is used only in a specific routine.
  • Therefore, when a register is to be used in each routine through some program, as shown in FIG. 3, the [0016] CPU 1 accesses a register allocated in each routine (A, B, C, . . . , N) in accordance with the flow of the program.
  • However, in the above-described procedure, it is very difficult to create a program because a register domain which each routine is to use should be set in advance when creating a program, and a register having a specific address has a low usage efficiency since the register having the specific address can use only the specific address. [0017]
  • Further, since the above-mentioned program is not proper for a high level language, especially for a C programming language, a low level language such as an assembly language should be disadvantageously used. [0018]
  • In addition, although to prevent the above-described problem, when compiling a program, a program managing a register (or a memory) is added, the size of the program is enlarged and the running speed is undesirably slowed down. [0019]
  • FIG. 2 is another embodiment of the conventional register controlling apparatus, wherein to solve the above-described problem, a higher performance RISC type CPU is substituted for the [0020] CPU 1 in FIG. 1, and the entire register range is divided into N register banks (4-1, 4-2, . . . , 4-n) to be used as the memory 2.
  • Here, the [0021] RISC type CPU 3 has tens of or hundreds of registers, that is, the entire register range is divided into 2-16 banks and each bank includes eight or sixteen registers.
  • This conventional register controlling apparatus will now be described in detail. [0022]
  • First, when the user runs a program and performs an arbitrary routine, the [0023] RISC type CPU 3 selects one register bank in a register stack divided into the N register banks 4-1, 4-2, . . . , 4-n, and then by using a register allocated in the selected register bank, the present routine is run.
  • And when the user calls a subroutine from the present routine which is a high order routine, the called subroutine automatically selects the next register bank in the register stack divided into the N register bank [0024] 4-1, 4-2, . . . , 4-n to run the program and then returns to the high order routine when the running of the program is done.
  • Here, when the subroutine returns to the high order routine, since the register bank which the subroutine selected and used is automatically released, the register bank can be reused when the subroutine is called from the high order routine next time. [0025]
  • That is, as shown in FIG. 4, when a subroutine B is called while using the register Bank[0026] 0 4-1 in a high order routine A, the called subroutine B uses the next register Bank1 4-2, and then returns to the high order routine A and the selection of the register Bank1 4-2 is released.
  • Then, when a subroutine C is called from the high order routine A, the called subroutine C can also use the register Bank[0027] 1 4-2 used in the subroutine B, and when a subroutine D is called from the subroutine C, the called subroutine D can use a next register Bank2 4-3.
  • When the selected register Bank[0028] 2 4-3 returns to the high order routine C from the subroutine D, the selection of the register Bank2 4-3 is released. Therefore, when a subroutine E is called from the subroutine C, the called subroutine E can use the register Bank2 4-3 used in the previous subroutine C.
  • Therefore, in this conventional register controlling apparatus, when a subroutine is called from a high order routine to run a program and returns to the high order routine, since the register bank used in the previous subroutine can be used in another subroutine, the register controlling apparatus can have an improved application efficiency of the register, and is suitable for the processing of the program created in the C programming language. [0029]
  • However, in another embodiment of the conventional register controlling apparatus, since the entire register complement is divided into a predetermined number of register banks, registers are sometimes lacking or overabundant depending on the run routine, resulting in the undesirable lowering of the application efficiency of the register. [0030]
  • That is, when in a specific subroutine registers are used in such a small number as to leave remaing some unused registers, and in another subroutine, subroutines are called continuously enough to exceed the number of register banks, the registers remaining in servicing one routine can not used in servicing another register, resulting in the lacking of the registers. [0031]
  • In addition, when a parameter between each routine in a C programming language is set to be an address of an arbitrary variable, a variable of another routine is difficult to get access to from one routine. [0032]
  • SUMMARY OF THE INVENTION
  • Accordingly, it is an object of the present invention to provide an improved register controlling apparatus which is capable of setting the number of registers used by each routine suitably depending on each routine, and of processing the calling of subroutines until all the registers are used when each routine uses a small number of registers. [0033]
  • It is another object of the present invention to provide an improved register controller which is capable of setting an available register domain by selectively adding up the values of a register logical address and a local register pointer from CPU and the value of a local register counter and of performing the continuous calling of another subroutine from a higher order routine by releasing the set register available domain when a subroutine returns to a higher order routine. [0034]
  • To achieve the above object, there is provided an enhanced register controlling apparatus which includes a CPU for outputting the values of the register logical address, a first control signal and local register pointer, and the number (count value) of available registers, a register controller for selectively adding the values of a register logical address and a local register pointer, and the number (count value) of available registers and outputting a register physical address, and a memory for writing data in a domain set by the register physical address of the register controller or reading the written data. [0035]
  • To achieve another object of the present invention, there is provided a semiconductor apparatus in which a register controller controls the creation and access operation of a register physical address for the storing domain of a memory, wherein the register controller include a control circuit for outputting first and second control signals, respectively, in accordance with the control of a CPU, a local register pointer for setting a start address of register domains which will be used in a presently running program routine, a local register counter for setting the number of registers which will be used in the present/y running program routine, and an adder for adding the register logical addresses outputted from the CPU in accordance with the first control signal from the control circuit and the values of the local register pointer and then outputting a register physical address. [0036]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present invention will become more fully understood from the detailed description given hereinbelow and the accompanying drawings which are given by way of illustration only, and thus are not limitative of the present invention, and wherein: [0037]
  • FIG. 1 is a block diagram of a register controlling apparatus according to the conventional art; [0038]
  • FIG. 2 is a block diagram of another register controlling apparatus according to the conventional art; [0039]
  • FIG. 3 shows an example of the running order of a program and the setting of a register available domain in the apparatus of FIG. 1; [0040]
  • FIG. 4 shows an example in which a register bank is used according to the running order of the program according to the conventional art; [0041]
  • FIG. 5 is a block diagram of a register controlling apparatus according to the present invention; [0042]
  • FIG. 6 is a detailed block diagram of a register controller in FIG. 5; [0043]
  • FIG. 7 shows an example of a running order of a program in the inventive apparatus FIG. 5; and [0044]
  • FIGS. 8A through 8D are views showing examples of how a register available domain is set depending on the running of the program in FIG. 7. [0045]
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • As shown in FIG. 5, a register controlling apparatus according to the present invention includes a CPU [0046] 10 for outputting register logical address (RL) values, a control signal (CS) and a local register pointer when a program routing is selected and the number (count value) of available registers, a register controller 20 for selectively adding the values of the register logical address and the local register pointer, and the number (count value) of available registers in accordance with the control signal (CS) from the CPU 10 and outputting a register physical address (RR), and a memory 30 for writing data in a domain set by the register physical address (RR) from the register controller 20 or reading the written data.
  • As shown in FIG. 6, the [0047] register controller 20 includes a control circuit 21 for outputting control signals (CTL1, CTL2) in accordance with the control signal (CS) from the CPU 10, a local register pointer 22 for receiving, storing and outputting the value of a local register pointer denoting a start address of a register domain from the CPU 10, a local register counter 23 for receiving, storing and outputting the number (count value) of the registers from the CPU 10, and an adder 24 for selectively adding up the number of the register logical addresses (RL), the start addresses of the register domain and the registers in accordance with the control signal CTL1 from the control circuit 21 and outputting a register physical address (RR).
  • The [0048] adder 24 outputs the register physical address (RR) corresponding to the register logical address (RL) in accordance with the control signal (CTL1) from the control circuit 21, or adds the values of the register logical address (RL) and the local register pointer 22 and then outputs the register physical address (RR), or adds the values of the local register pointer 22 and the local register counter 23 and outputs a new pointer value to the local register pointer 22.
  • The [0049] local register pointer 22 outputs the value of the pointer stored in accordance with the control signal (CTL2) or performs the inputting and outputting of data through the data bus.
  • The [0050] local register counter 23 outputs the number (count value) of the register stored in accordance with the control signal (CTL2) or performs the inputting and outputting of data through the data bus.
  • Referring to the accompanying drawings of the block diagrams, the register controlling apparatus according to the present invention will now be described. [0051]
  • Assume, for example, that the running order of the program set by the user will be performed as shown in FIG. 7. [0052]
  • First, when a routine A is run, the CPU outputs a register address from which the routine A starts and the number of registers available to the routine A to the data bus and stores them in the [0053] local register pointer 22 and the local register counter 23, respectively, as shown in FIG. 8A.
  • Here, the value of the [0054] local register pointer 22 is an arbitrary one, and the value of the local register counter 23 is determined when compiling a program.
  • For example, in creating a program, since the type and number of variables are declared, as shown in the following program routine written in the C programming language, these two factors are reflected when compiling the program. [0055]
    Routine A( )  { : declaring a routine name
    int R0 , R1 , . . . , Rn-1 : declaring the type and number of
    variables
     . : the contents of the program
    } : finishing the routine
  • Accordingly, the [0056] adder 24 adds the values of the register logical address (RL) and the local register pointer 22 outputted from the CPU 10 and outputs the register physical address (RR), and thereby, a register domain which a routine will use in the memory 30 is determined and the registers are accessed in the determined register domain.
  • Then, when a subroutine B is called in the routine A, as shown in FIG. 8B, the values of the [0057] local register pointer 23 and the local register counter 23 in the routine A are outputted to the memory through the data bus in accordance with the control signal (CTL2) from the control circuit 21.
  • The [0058] local register pointer 22 and the local register counter 23 output the values of the pointer and the counter stored in accordance with the control signal (CTL2) to the adder 24, which adds the values of the local register pointer 22 and the local register counter 23 and outputs the added value as the register physical address (RR).
  • Then, the register physical address (RR) is stored again in the [0059] local register pointer 23, and sets a start address of a register domain which the routine B will use. The local register counter 24 receives and stores the number of registers which the routine B will use from the CPU 10 through the data bus in accordance with the control signal (CTL2), resulting in the decision of a register domain which the routine B uses.
  • Then, when in order to run the routine B the register logicalal address (RL) for setting a start address of the routine B is outputted from the CPU [0060] 10, the adder 24 receives the pointer value from the local register pointer 23, and adds the inputted pointer value and the register logical address (RL) and outputs the register physical address (RR), and thereby gets access to the corresponding registers of the memory 30.
  • And when the routine B is done and returns to the routine A, as shown in FIG. 8C, the values of the [0061] local register pointer 22 and the local register counter 23 in the routine A stored in the memory 30 are stored again in the local register pointer 22 and the local register counter 23 through the data bus, resulting in the continued running of routine A in the program.
  • Here, when the program returns to the routine A from routine B, the register domain set for routine B is released. [0062]
  • Then, when a subroutine C is called in the routine A, the same operation as when the subroutine B was called in the routine A is repeated, and the register domain which the routine C will use is determined. [0063]
  • When a subroutine D is called in the routine C, as shown in FIG. 8D, a register available domain for the routine D is decided next to the register available domain for the routine C. [0064]
  • Meanwhile, when the CPU [0065] 10 outputs the control signal (CS) and the register logical address (RL) in order to get access to a register domain of another routine from an arbitrary routine, the adder 24 outputs the register logical address (RL) inputted from the CPU 10 in accordance with the control signal (CTL1) from the control circuit 21 as the register physical address (RR), and thereby the memory 30 performs the inputting and outputting of data in a domain set by the register physical address (RR) outputted from the register controller 20.
  • As described in detail above, according to the present invention, the number of the registers used in a specific routine is set suitably for each routine, and even when each routine uses a small number of registers, since the callings of the subroutines can be processed until all the registers are all used, an improved application efficiency of the registers can be achieved. [0066]
  • Further, according to the present invention, since the limit of the number of the registers usable in one routine is the total number of the entire registers, a routine which uses many registers can be easily processed. [0067]
  • Therefore, an easier creation of a program and a faster processing speed can be realized, and especially such a high level language as a C programming language can be processed with less effort. [0068]
  • Although the preferred embodiments of the present invention have been disclosed for illustrative purposes, those skilled in the art will appreciate that various modifications, additions and substitutions are possible, without departing from the scope and spirit of the invention as recited in the accompanying claims. [0069]

Claims (11)

What is claimed is:
1. A register controlling apparatus, comprising:
A CPU for outputting values of a register logical address, a first control signal and a local register pointer when a program routine is selected and a count value of available registers;
a register controller for selectively adding the values of the register logical address and the local register pointer, and the count value of available registers in accordance with the first control signal from the CPU and outputting a register physical address; and
a memory for writing data in a domain set by the register physical address of the register controller or reading the written data.
2. The apparatus of
claim 1
, wherein the register controller comprises
a control circuit for outputting second and third control signals in accordance with the first control signal from the CPU;
a local register pointer for receiving and storing the value of the local register pointer representing a start address of a register domain from the CPU and outputting the value in accordance with the third control signal;
a local register counter for receiving and storing the count value of the registers from the CPU and outputting the count value in accordance with the third control signal; and
an adder for selectively adding the register logical addresses, the values of the local register pointer and the local register counter from the CPU in accordance with the first control signal from the control circuit and then outputting the register physical address and a new value of the local register pointer.
3. The apparatus of
claim 2
, wherein the adder selectively adds the value of the local register counter to the register logical address from the CPU and then outputs the register physical address when an arbitrary subroutine is called in a presently executing program routine.
4. The apparatus of
claim 2
, wherein the adder outputs the register logical address as the register physical address in accordance with the second control signal when a register domain in another routine is accessed during an arbitrary routine.
5. The apparatus of
claim 2
, wherein the local register pointer stores the added value outputted from the adder as a start address of an available domain of a called subroutine when another subroutine is called in the presently executing program routine.
6. The apparatus of
claim 5
, wherein the available domain of the subroutine is set next to the available domain of the higher order routine whenever the domain is called.
7. The apparatus of
claim 2
, wherein the local register counter stores the number of the registers which a corresponding routine will use from the CPU whenever a subroutine is called in a presently executing program routine.
8. The apparatus of
claim 1
, wherein the memory stores the values of the local register pointer and the local register counter of a higher order routine when a subroutine is called in a presently running higher order routine.
9. The apparatus of
claim 2
, wherein the local register pointer and the local register counter receive and store the values of the local register pointer and the local register counter for a higher order routine stored in the memory to perform the continuous running of the returning higher oreder routine, when they return from a subroutine to the higher order routine.
10. The apparatus of
claim 9
, wherein the register domain set for the subroutine is released when the subroutine returns to the higher order routine.
11. In a semiconductor apparatus in which a register controller controls the creation and access operation of a register physical address for the storing domain of a memory, a register controller comprising:
a control circuit for outputting first and second control signals, respectively, in accordance with the control of a CPU;
a local register pointer for setting a start address of register domains which will be used by a presently running program routine;
a local register counter for setting a number of registers which will be used by a presently running program routine; and
an adder for adding a register logical addresses outputted from the CPU in accordance with the first control signal from the control circuit and the values of the local register pointer and then outputting a register physical address.
US09/770,450 1995-09-22 2001-01-29 Register control apparatus and method thereof for allocating memory based on a count value Expired - Lifetime US6421825B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/770,450 US6421825B2 (en) 1995-09-22 2001-01-29 Register control apparatus and method thereof for allocating memory based on a count value

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
KR95-31429 1995-09-22
KR1019950031429A KR0179840B1 (en) 1995-09-22 1995-09-22 Registor control device
KR31429/1995 1995-09-22
US71662496A 1996-09-19 1996-09-19
US09/770,450 US6421825B2 (en) 1995-09-22 2001-01-29 Register control apparatus and method thereof for allocating memory based on a count value

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US71662496A Continuation 1995-09-22 1996-09-19

Publications (2)

Publication Number Publication Date
US20010004758A1 true US20010004758A1 (en) 2001-06-21
US6421825B2 US6421825B2 (en) 2002-07-16

Family

ID=19427611

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/770,450 Expired - Lifetime US6421825B2 (en) 1995-09-22 2001-01-29 Register control apparatus and method thereof for allocating memory based on a count value

Country Status (4)

Country Link
US (1) US6421825B2 (en)
JP (1) JP3125184B2 (en)
KR (1) KR0179840B1 (en)
TW (1) TW305034B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080059955A1 (en) * 2001-05-29 2008-03-06 International Business Machines Corporation Compiling method and storage medium therefor
WO2022132502A1 (en) * 2020-12-18 2022-06-23 Advanced Micro Devices, Inc. Near-memory determination of registers

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040030963A1 (en) * 2002-08-12 2004-02-12 Sun Microsystems, Inc., A Delaware Corporation Method and apparatus for debugging computer program
US8185671B2 (en) 2006-11-03 2012-05-22 Intel Corporation Technique for increasing control and status signal density in a fixed register address space

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5043870A (en) * 1982-02-24 1991-08-27 At&T Bell Laboratories Computer with automatic mapping of memory contents into machine registers during program execution
JP3034873B2 (en) * 1988-07-01 2000-04-17 株式会社日立製作所 Information processing device
JPH07114498A (en) * 1993-10-15 1995-05-02 Toshiba Corp Microprocessor
EP0676691A3 (en) * 1994-04-06 1996-12-11 Hewlett Packard Co Apparatus for register saving and restoring in a digital computer.
US5655132A (en) * 1994-08-08 1997-08-05 Rockwell International Corporation Register file with multi-tasking support

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080059955A1 (en) * 2001-05-29 2008-03-06 International Business Machines Corporation Compiling method and storage medium therefor
US8671399B2 (en) * 2001-05-29 2014-03-11 International Business Machines Corporation Systems and methods for efficiently using stack registers and storage medium therefor
WO2022132502A1 (en) * 2020-12-18 2022-06-23 Advanced Micro Devices, Inc. Near-memory determination of registers
US11966328B2 (en) 2020-12-18 2024-04-23 Advanced Micro Devices, Inc. Near-memory determination of registers

Also Published As

Publication number Publication date
JP3125184B2 (en) 2001-01-15
US6421825B2 (en) 2002-07-16
JPH09114661A (en) 1997-05-02
TW305034B (en) 1997-05-11
KR970016947A (en) 1997-04-28
KR0179840B1 (en) 1999-05-15

Similar Documents

Publication Publication Date Title
US4835734A (en) Address translation apparatus
US4414627A (en) Main memory control system
US6725448B1 (en) System to optimally create parallel processes and recording medium
EP0284981B1 (en) Addressing in a computer system
US4138720A (en) Time-shared, multi-phase memory accessing system
KR930002930A (en) High Speed Parallel Microcode Program Controller
EP0403124A2 (en) Overlay swapping
US7647482B2 (en) Methods and apparatus for dynamic register scratching
US5293591A (en) Processing system including memory selection of multiple memories and method in an interrupt environment
US6421825B2 (en) Register control apparatus and method thereof for allocating memory based on a count value
US4089052A (en) Data processing system
JPH0236010B2 (en)
US5450587A (en) Expanded memory addressing scheme
US6886159B2 (en) Computer system, virtual machine, runtime representation of object, storage media and program transmission apparatus
EP0285309A2 (en) Memory protection apparatus for use in an electronic calculator
JPS5987567A (en) Variable length data storage controlling system
KR0164769B1 (en) System program execution method
US3212060A (en) Digital processing systems
KR100199477B1 (en) Memory saving method and system
JPS5994147A (en) Stack control system
JPS6022250A (en) Computer equipment
KR100258933B1 (en) Memory management device and method thereof
KR0168973B1 (en) Rom accessing method and its apparatus
Schoeffler et al. A virtual memory organisation for minicomputer process control software
KR0164725B1 (en) Cache memory

Legal Events

Date Code Title Description
STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

AS Assignment

Owner name: MAGNACHIP SEMICONDUCTOR, LTD., KOREA, REPUBLIC OF

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HYNIX SEMICONDUCTOR, INC.;REEL/FRAME:016216/0649

Effective date: 20041004

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: U.S. BANK NATIONAL ASSOCIATION, AS COLLATERAL TRUS

Free format text: AFTER-ACQUIRED INTELLECTUAL PROPERTY KUN-PLEDGE AGREEMENT;ASSIGNOR:MAGNACHIP SEMICONDUCTOR, LTD.;REEL/FRAME:022277/0133

Effective date: 20090217

FEPP Fee payment procedure

Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 8

AS Assignment

Owner name: MAGNACHIP SEMICONDUCTOR LTD.,KOREA, DEMOCRATIC PEO

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:U.S. BANK NATIONAL ASSOCIATION;REEL/FRAME:024563/0807

Effective date: 20100527

FPAY Fee payment

Year of fee payment: 12

AS Assignment

Owner name: MAGNACHIP SEMICONDUCTOR LTD., KOREA, REPUBLIC OF

Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE RECEIVING PARTY ADDRESS PREVIOUSLY RECORDED AT REEL: 024563 FRAME: 0807. ASSIGNOR(S) HEREBY CONFIRMS THE RELEASE BY SECURED PARTY;ASSIGNOR:US BANK NATIONAL ASSOCIATION;REEL/FRAME:034469/0001

Effective date: 20100527