Title of Invention

A METHOD AND INTEGRATED CIRCUIT FOR ISSUING A NEXT INSTRUCTION OF A PROGRAM

Abstract An instruction memory unit comprises a first memory structure operable to store program instructions, and a second memory structure operable to store program instructions fetched from the first memory structure, and to issue stored program instructions for execution. The second memory structure is operable to identify a repeated issuance of a forward program redirect construct, and issue a next program instruction already stored in the second memory structure if a resolution of the forward branching instruction is identical to a last resolution of the same. The second memory structure is further operable to issue a backward program redirect construct, determine whether a target instruction is stored in the second memory structure, issue the target instruction if the target instruction is stored in the second memory structure, and fetch the target instruction from the first memory structure if the target instruction is not stored in the second memory structure.
Full Text FORM 2
THE PATENTS ACT, 1970
(39 of 1970)
&
THE PATENTS RULES, 2003
COMPLETE SPECIFICATION
(See section 10, rule 13)

INSTRUCTION MEMORY UNIT AND METHOD OF
OPERATION"
QUALCOMM INCORPORATED
an American company of 5775 Morehouse Drive, San Diego, California 92121 (United States of America)
The following specification particularly describes the invention and the manner in which it is to be performed.

WO 2006/110886 PCT/US2006/013948
INSTRUCTION MEMORY UNIT AND METHOD OF OPERATION
BACKGROUND
I. Field of the Invention
[0001] The present disclosure pertains generally to digital signal processors, and more specifically to an instruction queue and method of operation.
II. Background
[0002] Digital signal processors are specialized microprocessors that are capable of executing operations with speed. Digital signal processors (DSPs) are commonly embedded in a variety of devices such as mobile telephones, personal digital assistants, and portable computing systems. The reduction of power consumption in these portable and mobile devices is an important design goal in order to maximize battery life. As functionality for these mobile devices expand to include multimedia and graphics applications, power consumption has become one of the most significant design and implementation considerations.
SUMMARY
[0003] A consideration for reducing power consumption in digital signal processors is the energy used in the instruction memory unit when instructions are fetched from memory, instruction cache and instruction queue for execution, and when the fetched instructions are predecoded and decoded. Because digital signal processor programs typically spend the majority of time executing program loops, this characteristic may be exploited to reduce power consumption by the instruction memory unit.
[0004] In one aspect of an embodiment, a method comprises issuing a backward program redirect construct containing a backward branch path from an instruction queue, determining whether the backward branch path is being taken, determining whether a target instruction indicated by the backward branch path is already stored in the instruction queue in response to the backward branch path is being taken, issuing the target instruction from the instruction queue in response to it being already stored in the instruction queue, and fetching the target instruction from an instruction cache coupled

WO 2006/110886 PCT/US2006/013948
to the instruction queue in response to the target instruction not already stored in the instruction queue.
[0005] In another aspect of an embodiment, a method comprises issuing a forward program redirect construct containing a forward branch path from an instruction queue, determining whether a last resolution of the forward program redirect construct reaches the same result as a current resolution of the forward program redirect construct, and issuing a next instruction from the instruction queue in response to same result being reached by the last and current resolution of the forward program redirect construct.
[0006] In yet another aspect of an embodiment, an instruction memory unit comprises a first memory structure operable to store program instructions, a second memory structure coupled to the first memory structure and operable to store program instructions fetched from the first memory structure, and operable to issue stored program instructions for execution. The second memory structure is operable to identify a repeated issuance of a forward branch instruction, and issue a next program instruction already stored in the second memory structure in response to a resolution of the forward branching instruction identical to a last resolution of the same forward branching instruction. The second memory structure is further operable to issue a backward branch instruction stored in the second memory structure, determine whether a target instruction thereof is stored in the second memory structure, issue the target instruction in response to the target instruction is stored in the second memory structure, and fetch the target instruction from the first memory structure in response to the target instruction not stored in the second memory structure.
[0007] Therefore, program loop executions are "captured" so that program loops may be executed from the instruction queue without having to fetch instructions out of the instruction cache for every iteration of the loop. As the instruction queue is much smaller than the instruction cache, significant power savings and speed may be achieved by avoiding the instruction cache during these program loop iterations. Further, because instructions in the instruction queue are already predecoded, there is additional power savings in not using the instruction decoding logic for program loop execution during instruction queue operating mode. As described above, the operation of the instruction memory unit in instruction queue or instruction cache operating mode does not require any software code in the program instructions to provide advanced notice to

WO 2006/110886 PCT/US2006/013948
the instruction memory unit that a program loop execution is forthcoming and that special loop execution may take place.
BRIEF DESCRIPTION OF THE DRAWINGS
[0008] FIGURE 1 is a simplified block diagram of an embodiment of an instruction memory architecture of a digital signal processor;
[0009] FIGURE 2A is a diagrammatical representation of exemplary contents of a portion of a main memory containing instructions 10 to 18;
[0010] FIGURE 2B-D are diagrammatical representations of exemplary contents of an embodiment of an instruction queue (IQ) during three instruction execution scenarios;
[0011] FIGURE 3 is an exemplary format of an embodiment of an instruction queue address;
[0012] FIGURE 4 is a flowchart of an embodiment of a method of instruction queue operations when backward branching or zero overhead loop is encountered; and
[0013] FIGURE 5 is a flowchart of an embodiment of a method of instruction queue operations when forward branching or jump is encountered.
DESCRIPTION OF SPECIFIC EMBODIMENTS
[0014] Because the reduction of power consumption has become a vital design goal for mobile devices, design engineers are looking at all aspects of the device for opportunities to minimize total power use. One area of opportunity is the power consumed by the digital signal processor, and more specifically the power consumed by the digital signal processor during program loop execution. Digital signal processors may spend over 80% of the time executing program loops. These program loops may be of various sizes but most are small program loops containing fewer than ten program instructions, for example. When the number of times a loop is executed is deterministic such as a FOR loop, the zero-overhead loop construct is typically used. When the number of loop iteration is unknown such as a WHILE loop, a backward branch instruction is typically used. The instruction memory unit described herein and

WO 2006/110886 PCT/US2006/013948

operation thereof exploit these digital signal processor execution characteristics to reduce power consumption and increase execution speed.
[0015] FIGURE 1 is a simplified block diagram of an embodiment of an instruction memory unit of a digital signal processor. The digital signal processor includes a main memory 10 where program instructions reside. In order to improve processing speed, an instruction buffering scheme is used. An instruction cache (1$) 12 with faster access speed is used to store instructions fetched from the main memory 10. An instruction queue (IQ) 14, with an even faster access speed, is used to queue up program instructions that will be immediately executed in an execution engine 16. Typically, the instruction queue 14 has a smaller storage capacity than the instruction cache 12, and even smaller storage capacity than the main memory 10. The power consumption of the instruction queue 14 during memory access is generally less than that of the instruction cache 12 and the main memory 10. The execution engine 16 may be a processor that specializes in arithmetic computations such as a digital signal processor. In one embodiment, the execution engine 16 may support interleaved multi-threading to take advantage of high clock speed and maximum core and memory utilization.
[0016] FIGURE 2A is a diagrammatical representation of exemplary contents of a portion 20 of the main memory 10 containing instructions 10 to 18. Of these instructions, instruction 12 is a forward program redirect construct, such as a conditional forward branch instruction or a jump forward instruction with a positive offset. For simplicity, all program redirect constructs that have a forward path are hereinafter referred to as forward program redirect constructs. The forward program redirect construct, 12, jumps to instruction 16 if a predetermined condition is met. Instruction 17 is a conditional backward branch instruction, a jump instruction with a negative offset, or a zero overhead loop. For simplicity, all program redirect instructions that has a backward path are hereinafter referred to as a backward program redirect construct. The backward program redirect construct 17 jumps back to instruction 10 if a predetermined condition is met. Other instructions, 10, II, 13 through 16, and 18 are sequential instructions where execution of these instructions leads to the next instruction in memory.
[0017] The instruction memory unit may operate in at least two modes: instruction cache mode and instruction queue mode. During the instruction cache mode, the

WO 2006/110886 PCT/US2006/013948

instruction to be executed must be fetched from the instruction cache 12 into the instruction queue 14. During the instruction queue operating mode, the instructions to be executed are already loaded into the instruction queue 14 from the instruction cache 12, such as during iterations of a loop so that access to the instruction cache may be avoided. This strategy speeds up the operation of the instruction memory unit, and reduces power consumption by the instruction memory unit. Details of the operating modes of the instruction memory unit are set forth below.
[0018] FIGURES 2B-D are diagrammatical representations of exemplary contents of an embodiment of an instruction queue during three instruction execution scenarios. In FIGURE 2B, the instruction queue 14 has been loaded with instructions with the conditional forward branch being taken as the execution path. Therefore, 16 is loaded into the instruction queue 14 immediately after 12. Referring also to FIGURE 3, an exemplary instruction queue address and control portion 27 of an instruction queue entry is shown. The instruction queue address and control format 27 may include an instruction address (IA) field 28 and a T-bit field 29. A program counter maintains the address of the current instruction address during execution. The T-bit may be used to indicate whether a forward branch was taken. The T-bit is updated during forward program redirect construct resolution. Therefore, when 16 is loaded into the instruction queue entry 3, the T-bit is set for entry 2 where the forward program redirect construct is stored. Instruction 17 is then loaded into entry 4. When instruction 17 is issued, the backward branch is taken. This causes a lookup for instruction 10 in the instruction queue 14. Because instruction 10 is in the instruction queue 14, the instruction memory unit is put into an instruction queue operation mode where the needed instructions are already loaded into the instruction queue 14 and no access to the instruction cache 12 is necessary. The instruction queue is simply sequentially read to obtain the next instructions, as indicated by an instruction queue read pointer that is sequentially incremented. When instructions 10, II, and then 12 are executed again, if the branch forward path is taken again, execution jumps to the next instruction in the instruction queue 14 in entry 3, which is 16.
[0019] If in this iteration the branch forward path is not taken but was taken in the prior iteration as indicated by a T-bit that is set, then execution leaves the instruction queue mode and returns to an instruction cache mode. The T-bit is reset to indicate that

WO 2006/110886 PCT/US2006/013948
the current branch is not taken. The sequential instructions after instruction 12, instructions 13 through 17 are loaded into entries 3 through 7 of the instruction queue 14, as shown by the contents 24 of the instruction queue shown in FIGURE 2C. When instruction 17, a conditional backward branch, is issued, a look up is done to determine whether the target instruction is in the instruction queue 14. Since instruction 10 is already in the instruction queue, execution enters into instruction queue operating mode. If at instruction 12 the forward branch path is taken this time, the instruction memory unit enters into instruction cache operating mode since the T-bit for entry 2 indicates that branch forward was not taken the previous time. The T-bit is now set. Once again, instruction 16 is loaded into entry 3 and instruction 17 is loaded into entry 4, as shown by the instruction queue contents 26 in FIGURE 2D. If the backward branch path of instruction 17 is not taken, the instruction memory unit operating mode stays in the instruction cache mode, and 18 is loaded into entry 5 of the instruction queue from the instruction cache. Similarly, instructions 19 and 110 are loaded into entries 6 and 7 of the instruction queue.
[0020] If the backward branch path of instruction 17 is not taken while the operating mode is in the instruction queue mode, then the operating mode becomes the instruction cache mode and instructions 18 through 110 are also loaded into the instruction queue from the instruction cache.
[0021] If at FIGURE 2D the backward branch path of instruction 17 is taken while the operating mode is in the instruction cache mode, then the operating mode becomes the instruction queue mode and the instruction queue is as shown in FIGURE 2B.
[0022] FIGURE 4 is a flowchart of an embodiment of a method of instruction queue operations when a backward program redirect construct is encountered. In block 30, an instruction is fetched or issued from the instruction queue 14. In block 32, a determination is made as to whether that instruction is a backward branch with an immediate offset or zero overhead loop instruction. If not, execution continues normally in the instruction cache operating mode. A check may be made at this time to determine if the issued instruction is a forward program redirect construct, as shown in FIGURE 5, if this has not already been done. If the instruction is a backward program redirect construct and the branching path is taken, as determined in block 33, then a determination is made as to what the target instruction for the instruction is in block 34.

WO 2006/110886 PCT/US2006/013948
In block 36, a determination is made as to whether the target instruction is already in the instruction queue. If the target instruction is not in the instruction queue, then the instruction is read from the instruction cache in block 40, and the instruction memory unit operating mode is instruction cache mode. If the target instruction is in the instruction queue, then the target instruction is the next instruction to be issued in block 38.
[0023] FIGURE 5 is a flowchart of an embodiment of a method of instruction queue operations when a forward program redirect construct is encountered. In general, a forward loop is "captured" if a prior resolution of a forward program redirect construct results in the same manner as the present forward branch resolution. In other words, if the current forward program redirect construct resolution generates the same result as the last resolution, then the instructions needed for program execution are already in the instruction queue, and access to the instruction cache is not needed. No lookup in the instruction queue is required.
[0024] Referring to FIGURE 5, in block 50 an instruction is read from the instruction cache 12 and stored in the instruction queue 14 during the instruction cache operating mode. A determination is made as to whether that instruction is a forward program redirect construct in block 52. If not, execution continues normally. A check may be made at this time to determine if the issued instruction is a backward program redirect construct, as shown in FIGURE 4, if this has not already been done. If the issued instruction is a forward program redirect construct, then a determination of whether the T-bit in its instruction queue address is set is made in block 54. If the T-bit is set, then it means that the previous time this instruction was issued, the forward branch path was taken. If the forward branch is again taken this time, as determined in block 56, then the target instruction should already be in the instruction queue and issued in block 58. The instruction memory unit continues to operate in the instruction queue operating mode. If the forward branch is not taken this time, then the T-bit is reset and the next instruction to be issued is read from the instruction cache in block 60, and the instruction memory unit operates in the instruction cache operating mode.
[0025] If the T-bit is not set, as determined in block 54, then during the previous pass the forward branch path was not taken. The target instruction for the present forward program redirect construct is resolved in block 62. In block 64, a determination

WO 2006/110886 PCT/US2006/013948
is made as to whether the forward branch path is being taken this time. If the forward branch is being taken, then the T-bit of the instruction queue address of the forward program redirect construct is set in block 66. The target instruction is then read from the instruction cache in block 68. This execution path results because the previous forward branch path was not taken (as indicated by the T-bit) and then taken this time. Therefore, the instruction queue does not contain the needed instructions and must be fetched from the instruction cache. If in block 64 it is determined that the forward branch path is not being taken this time, then the next instruction is already in the instruction queue, which is issued in block 70. This execution path results because the previous forward branch path was not taken (as indicated by the T-bit) and then also not taken this time. Therefore, the instruction queue already contains the needed instructions. Therefore, if the current and last resolution of the forward program redirect construct is identical and the instruction memory unit is operating in the instruction queue mode, then the next set of instructions are already in the instruction queue, which may be accessed by sequentially incrementing the instruction queue read pointer. During the instruction queue operating mode, no access to the instruction cache is necessary and significant savings in power consumption and greater speed are possible. If the current resolution is different from the previous resolution or if there is a program redirection instruction other than the forward program redirect construct, then the instruction memory unit transitions out of the instruction queue mode and into the instruction cache mode. The instruction cache is then accessed to fetch the target instruction.
[0026] Although not described herein, one or more pointers may be used to note the location(s) of instruction queue entries to issue and load instructions during the processes shown in FIGURES 4 and 5 and described above. The term "main memory" is used herein to refer to a memory device or structure that is used as the main storage for program instructions. The term "instruction cache" is used herein to refer to a memory device or structure that possesses a faster access speed than main memory and is of a smaller size than the main memory. The term "instruction queue" is used herein to refer to a memory device or structure that possesses a faster access speed than the instruction cache and is of a smaller size than the instruction cache. Although the invention is described herein in the context of a main memory-instruction cache-instruction cache three-tiered hierarchy, this invention may be extended to embodiments

WO 2006/110886 PCT/US2006/013948
having two-tiered or multi-tiered instruction memory hierarchy. Although the instruction queue 14 is shown to have a storage size of eight entries, this invention should not be so limited. The logic or code module associated with the processes shown in FIGURES 4 and 5 may reside in the instruction queue or in read-only memory or other memory structures of the digital signal processor.
[0027] It may be seen from the foregoing that program loop executions are "captured" so that program loops may be executed from the instruction queue without having to fetch instructions out of the instruction cache for every iteration of the loop. As the instruction queue is much smaller than the instruction cache, significant power savings and speed may be achieved by avoiding the instruction cache during these program loop iterations. Further, because instructions in the instruction queue are already predecoded, there is additional power savings in not using the instruction decoding logic for program loop execution during instruction queue operating mode. As described above, the operation of the instruction memory unit in instruction queue or instruction cache operating mode does not require any software code in the program instructions to provide advanced notice to the instruction memory unit that a program loop execution is forthcoming and that special loop execution may take place.
[0028] Although embodiments of the present disclosure have been described in detail, those skilled in the art should understand that they may make various changes, substitutions and alterations herein without departing from the spirit and scope of the present disclosure. Accordingly, all such changes, substitutions and alterations are intended to be included within the scope of the present disclosure as defined in the following claims. In the claims, means-plus-function clauses are intended to cover the structures described herein as performing the recited function and not only structural equivalents, but also equivalent structures.

WO 2006/110886 PCT/US2006/013948


We Claim:
WHAT IS CLAIMED IS:
1. A method comprising:
issuing a backward program redirect construct containing a backward branch path from an instruction queue;
determining whether the backward branch path is being taken;
determining whether a target instruction indicated by the backward branch path is already stored in the instruction queue in response to the backward branch path being taken;
issuing the target instruction from the instruction queue in response to it being already stored in the instruction queue; and
fetching the target instruction from an instruction cache coupled to the instruction queue in response to the target instruction not already stored in the instruction queue.
2. The method of claim 1, further comprising continuing to issue instructions sequentially from the instruction queue in response to the target instruction being already stored in the instruction queue.
3. The method of claim 1, further comprising:
issuing a forward program redirect construct containing a forward branch path from the instruction queue;
determining whether a last resolution of the forward program redirect construct reaches the same result as a current resolution of the forward program redirect construct; and
issuing a next instruction from the instruction queue in response to same result being reached by the last and current resolution of the forward program redirect construct.

WO 2006/110886 PCT/US2006/013948
4. The method of claim 3, wherein issuing a next instruction from the instruction queue comprises incrementing a read pointer and issuing the next instruction pointed to by the incremented read pointer.
5. The method of claim 3, further comprising fetching a next instruction from an instruction cache coupled to the instruction queue in response to a different result being reached by the last and current resolution of the forward program redirect construct.
6. The method of claim 5, wherein determining whether a last resolution of the forward program redirect construct reaches the same result as a current resolution comprises determining whether at least one predetermined field of the forward program redirect construct has a predetermined value.
7. The method of claim 5, wherein determining whether a last resolution of the forward program redirect construct reaches the same result as a current resolution comprises determining whether a T-bit of the forward program redirect construct is set.
8. A method comprising:
issuing a forward program redirect construct containing a forward branch path from an instruction queue;
determining whether a last resolution of the forward program redirect construct reaches the same result as a current resolution of the forward program redirect construct; and
issuing a next instruction from the instruction queue in response to same result being reached by the last and current resolution of the forward program redirect construct.
9. The method of claim 8, further comprising setting a predetermined field
of the forward program redirect construct in response to the forward branch path is
being taken.

WO 2006/110886 PCT/US2006/013948
10. The method of claim 9, wherein determining whether a last resolution of
the forward program redirect construct reaches the same result as a current resolution
comprises:
determining whether the current resolution of the forward program redirect construct results in the forward branch path is being taken; and
determining whether the predetermined field of the forward program redirect construct was set from the last resolution of the forward program redirect construct.
11. The method of claim 8, wherein issuing a next instruction from the instruction queue comprises incrementing a read pointer and issuing the next instruction pointed to by the incremented read pointer.
12. The method of claim 8, further comprising fetching a next instruction from an instruction cache coupled to the instruction queue in response to a different result being reached by the last and current resolution of the forward program redirect construct.
13. The method of claim 8, wherein determining whether a last resolution of the forward program redirect construct reaches the same result as a current resolution comprises determining whether at least one predetermined field of the forward program redirect construct has a predetermined value.
14. The method of claim 8, further comprising:
issuing a backward program redirect construct containing a backward branch path from an instruction queue;
determining whether the backward branch path is being taken;
determining whether a target instruction indicated by the backward branch path is already stored in the instruction queue in response to the backward branch path being taken;

WO 2006/110886 PCT/US2006/013948
issuing the target instruction from the instruction queue in response to it being already stored in the instruction queue; and
fetching the target instruction from an instruction cache coupled to the instruction queue in response to the target instruction not already stored in the instruction queue.
15. The method of claim 14, further comprising continuing to issue instructions sequentially from the instruction queue in response to the target instruction being already stored in the instruction queue.
16. An integrated circuit comprising:
a first memory structure operable to store program instructions;
a second memory structure coupled to the first memory structure and operable to store program instructions fetched from the first memory structure, and operable to issue stored program instructions for execution;
the second memory structure operable to identify a repeated issuance of a forward program redirect construct, and issue a next program instruction already stored in the second memory structure in response to a resolution of the forward branching instruction identical to a last resolution of the same forward program redirect construct; and
the second memory structure further operable to issue a backward program redirect construct stored in the second memory structure, determine whether a target instruction thereof is stored in the second memory structure, issue the target instruction in response to the target instruction being stored in the second memory structure, and fetch the target instruction from the first memory structure in response to the target instruction not stored in the second memory structure.
17. The integrated circuit of claim 16, wherein the first memory structure has
an access speed slower than the second memory structure and consumes more power
than the second memory structure.

WO 2006/110886 PCT/US2006/013948
18. The integrated circuit of claim 16, wherein the second memory structure comprises a plurality of program instruction entries for storing the program instructions, and an address and control entry for each program instruction entry.
19. The integrated circuit of claim 16, wherein the control entry comprises a predetermined field for logging whether a resolution of the forward branching instruction is identical to the last resolution of the same forward branching instruction.
20. The integrated circuit of claim 16, further comprising a third memory structure operable to store program instructions and from which the first memory structure fetches selected program instructions.
21. A memory device comprising:
means for issuing a backward program redirect construct containing a backward branch path from an instruction queue;
means for determining whether the backward branch path is being taken;
means for determining whether a target instruction indicated by the backward branch path is already stored in the instruction queue in response to the backward branch path being taken;
means for issuing the target instruction from the instruction queue in response to it being already stored in the instruction queue; and
means for fetching the target instruction from an instruction cache coupled to the instruction queue in response to the target instruction not already stored in the instruction queue.
22. The memory device of claim 21, further comprising means for continuing to issue instructions sequentially from the instruction queue in response to the target instruction being already stored in the instruction queue.
23. The memory device of claim 21, further comprising:
means for issuing a forward program redirect construct containing a forward branch path from the instruction queue;

WO 2006/110886 PCT/US2006/013948

means for determining whether a last resolution of the forward program redirect construct reaches the same result as a current resolution of the forward program redirect construct; and
means for issuing a next instruction from the instruction queue in response to same result being reached by the last and current resolution of the forward program redirect construct.
24. The memory device of claim 23, wherein means for issuing a next instruction from the instruction queue comprises means for incrementing a read pointer and issuing the next instruction pointed to by the incremented read pointer.
25. The memory device of claim 23, further comprising means for fetching a next instruction from an instruction cache coupled to the instruction queue in response to a different result being reached by the last and current resolution of the forward program redirect construct.
26. The memory device of claim 25, wherein means for determining whether a last resolution of the forward program redirect construct reaches the same result as a current resolution comprises means for determining whether at least one predetermined field of the forward program redirect construct has a predetermined value.



ABSTRACT
Title: "INSTRUCTION MEMORY UNIT AND METHOD OF OPERATION"
An instruction memory unit comprises a first memory structure operable to store program instructions, and a second memory structure operable to store program instructions fetched from the first memory structure, and to issue stored program instructions for execution. The second memory structure is operable to identify a repeated issuance of a forward program redirect construct, and issue a next program instruction already stored in the second memory structure if a resolution of the forward branching instruction is identical to a last resolution of the same. The second memory structure is further operable to issue a backward program redirect construct, determine whether a target instruction is stored in the second memory structure, issue the target instruction if the target instruction is stored in the second memory structure, and fetch the target instruction from the first memory structure if the target instruction is not stored in the second memory structure.

Documents:

1712-MUMNP-2007-ABSTRACT(21-10-2011).pdf

1712-mumnp-2007-abstract.doc

1712-mumnp-2007-abstract.pdf

1712-MUMNP-2007-CLAIMS(AMENDED)-(12-3-2014).pdf

1712-MUMNP-2007-CLAIMS(AMENDED)-(21-10-2011).pdf

1712-MUMNP-2007-CLAIMS(MARKED COPY)-(12-3-2014).pdf

1712-mumnp-2007-claims.doc

1712-mumnp-2007-claims.pdf

1712-MUMNP-2007-CORRESPONDENCE(23-2-2011).pdf

1712-mumnp-2007-correspondence(25-3-2008).pdf

1712-mumnp-2007-correspondence-others.pdf

1712-mumnp-2007-correspondence-received.pdf

1712-MUMNP-2007-CORRRESPONDENCE(27-12-2011).pdf

1712-mumnp-2007-description (complete).pdf

1712-MUMNP-2007-DRAWING(21-10-2011).pdf

1712-mumnp-2007-drawings.pdf

1712-MUMNP-2007-FORM 1(21-10-2011).pdf

1712-MUMNP-2007-FORM 13(21-10-2011).pdf

1712-mumnp-2007-form 2(title page)-(17-10-2007).pdf

1712-MUMNP-2007-FORM 2(TITLE PAGE)-(21-10-2011).pdf

1712-MUMNP-2007-FORM 3(23-2-2011).pdf

1712-mumnp-2007-form 3(25-3-2008).pdf

1712-MUMNP-2007-FORM PCT-IB-373(21-10-2011).pdf

1712-MUMNP-2007-FORM PCT-ISA-237(21-10-2011).pdf

1712-mumnp-2007-form-1.pdf

1712-mumnp-2007-form-18.pdf

1712-mumnp-2007-form-2.doc

1712-mumnp-2007-form-2.pdf

1712-mumnp-2007-form-26.pdf

1712-mumnp-2007-form-3.pdf

1712-mumnp-2007-form-5.pdf

1712-mumnp-2007-form-pct-ib-304.pdf

1712-mumnp-2007-pct-search report.pdf

1712-MUMNP-2007-PETITION UNDER RULE 137(21-10-2011).pdf

1712-MUMNP-2007-PROSECUTION HISTORY OF US DOCUMENT(21-10-2011).pdf

1712-MUMNP-2007-REPLY TO EXAMINATION REPORT(21-10-2011).pdf

1712-MUMNP-2007-REPLY TO HEARING(12-3-2014).pdf

1712-MUMNP-2007-SPECIFICATION(AMENDED)-(21-10-2011).pdf

1712-mumnp-2007-wo international publication report(17-10-2007).pdf

abstract1.jpg


Patent Number 260857
Indian Patent Application Number 1712/MUMNP/2007
PG Journal Number 22/2014
Publication Date 30-May-2014
Grant Date 26-May-2014
Date of Filing 17-Oct-2007
Name of Patentee QUALCOMM INCORPORATED
Applicant Address 5775 MOREHOUSE DRIVE, SAN DIEGO, CALIFORNIA 92121,
Inventors:
# Inventor's Name Inventor's Address
1 AHMED MUHAMMAD 12340 ALAMEDO TRACE CIRCLE, #2204, AUSTIN, TEXAS 78727
2 CODRESCU LUCIAN 12505 GLACIER PARKE COVE, AUSTIN, TEXAS 78726
3 PLONDKE ERICH 12012 CARMEL PARK LANE, AUSTIN, TEXAS 78727
4 ANDERSON WILLIAM C 3104 KITTOWA COVE, AUSTIN, TEXAS 78746
5 JONES PHILLIP M 3820 LAGOONA DRIVE, ROUND ROCK, TEXAS 78681
6 LESTER ROBERT ALLAN 2366 MASONWOOD WAY, ROUND ROCK, TEXAS 78681
PCT International Classification Number G06F9/38
PCT International Application Number PCT/US2006/013948
PCT International Filing date 2006-04-11
PCT Conventions:
# PCT Application Number Date of Convention Priority Country
1 11/104,115 2005-04-11 U.S.A.