US20080082798A1 - Flexible Microprocessor Register File - Google Patents

Flexible Microprocessor Register File Download PDF

Info

Publication number
US20080082798A1
US20080082798A1 US11/537,425 US53742506A US2008082798A1 US 20080082798 A1 US20080082798 A1 US 20080082798A1 US 53742506 A US53742506 A US 53742506A US 2008082798 A1 US2008082798 A1 US 2008082798A1
Authority
US
United States
Prior art keywords
register
data
byte
registers
file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/537,425
Inventor
Jonathan Bloomfield
John Robson
Nick MURPHY
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.)
ZiiLabs Inc Ltd
RPX Corp
Original Assignee
3DLabs 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 3DLabs Ltd filed Critical 3DLabs Ltd
Priority to US11/537,425 priority Critical patent/US20080082798A1/en
Assigned to 3D LABS INC., LTD. reassignment 3D LABS INC., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BLOOMFIELD, JONATHAN, ROBSON, JOHN, MURPHY, NICK
Priority to PCT/US2007/079701 priority patent/WO2008042700A2/en
Priority to JP2009530597A priority patent/JP5538889B2/en
Priority to EP07843345A priority patent/EP2078243A4/en
Priority to SG2011071024A priority patent/SG174842A1/en
Publication of US20080082798A1 publication Critical patent/US20080082798A1/en
Priority to US12/916,431 priority patent/US20120042135A1/en
Priority to US13/653,898 priority patent/US9665369B2/en
Assigned to ZIILABS INC., LTD. reassignment ZIILABS INC., LTD. CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: 3DLABS INC., LTD.
Priority to US15/607,680 priority patent/US20170329610A1/en
Assigned to RPX CORPORATION reassignment RPX CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ZIILABS INC., LTD.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30098Register arrangements
    • 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/30003Arrangements for executing specific machine instructions
    • G06F9/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30032Movement instructions, e.g. MOVE, SHIFT, ROTATE, SHUFFLE
    • 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/30003Arrangements for executing specific machine instructions
    • G06F9/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30036Instructions to perform operations on packed data, e.g. vector, tile or matrix operations
    • 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/30105Register structure
    • G06F9/30109Register structure having multiple operands in a single register
    • 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/30098Register arrangements
    • G06F9/30141Implementation provisions of register files, e.g. ports

Definitions

  • the present application relates to programmable circuits, and more particularly to I/O circuitry with selectable data reordering for graphics.
  • a vector processor or array processor is a CPU design that is able to run mathematical operations on multiple data elements simultaneously.
  • a serial vector is a sequence of data held in registers that are processed by the same instruction. For example, a single instruction may cause four registers to be added to another four and the result written to a further four.
  • a parallel vector holds several data items within the same register, each of which ahs the same instruction applied to it. Vector processing improves code density and allows optimizations that improve performance.
  • a common problem suffered by vector processors is the need to organize data within the register file such that the same instruction may be applied to a series of registers.
  • Register files generally only allow simultaneous access to a set of values aligned along a particular direction, i.e., along a row of the vector. Accordingly, a single instruction can access multiple values for a horizontal operation, but vertical operation requires either transposing the array being operated or performing separate access operations for each value in a different row. It is common to spend several instructions re-arranging data to make it suitable for vector processing and this overhead may obviate the benefits of using a vector.
  • the inventions disclosed in the present application provide mechanisms to handle indirect register access without additional scoreboarding hardware, and can be further used to build a flexible FIFO access mechanism.
  • the present application discloses a register file input/output configuration in which a variety of data transpositions are available at minimum power. Power is conserved by avoiding register-to-register data transfers; instead, the sequencer provides executable microinstructions which imply a variety of apparent data formats (as seen by the data channel), without unnecessary physical transfers of data.
  • Various disclosed embodiments provide new ways for microprocessor register-files to be accessible, in multiple formats in order to reduce the number of program instructions required during byte, word and long word data reformatting.
  • the disclosed innovations in various embodiments, provide one or more of at least the following advantages:
  • FIG. 1 shows how four consecutive registers are viewed with byte-transpose enabled. Each row in the diagram represents one register as viewed by a program. When Byte-Transpose is enabled, the register file is effectively rotated by 90°, so that Register 0 contains all the low-bytes of the four registers, register 1 contains all the second-bytes of the four registers, and so on.
  • FIG. 2 shows how two consecutive registers are viewed with word-transpose enabled. Each row in the diagram represents one register as viewed by a program.
  • Word-Transpose When Word-Transpose is enabled, the register file is effectively rotated by 90°, so that Register 0 contains all the low-words of the two registers, register 1 contains all the high-words of the two registers.
  • FIG. 3 shows the data in register 0 being byte swapped in two different ways.
  • the first is a full (DCBA) byte-swap, in which the original data-bytes are swapped within the entire 32-bit word, and the second shows a BADC byte-swap taking place, which swaps the bytes within each word.
  • DCBA full byte-swap
  • FIGS. 5 a - 5 g are a set of related drawings.
  • FIG. 5 a shows a sample hardware register configuration, in which the register is separated into multiple multiport RAMS, each having multiplexers connected to each of its data lanes.
  • FIGS. 5 b - 5 g shows different states of operation of this register: FIG. 5 b shows the routing needed for a 32-bit word at address 0 without transpose; FIG. 5 c shows routing for address 1 without transpose; FIG. 5 d shows the routing needed for the first 32 bits of an eight bit transpose; FIG. 5 e shows the routing for the second 32 bits of an eight bit transpose; FIG. 5 f shows the routing for address 0 with a 16-bit transpose, in this sample implementation; and FIG. 5 g shows routing for address 1 with a 16-bit transpose, in this sample implementation.
  • the transposable register-file is a novel microprocessor register-file data organization scheme which overcomes many of the disadvantages of traditional data organization in microprocessor register-file, and which has the benefits of allowing a microprocessor register-file to be viewed in multiple formats with a reduction of the number of program instructions required during byte, word and long word data reformatting.
  • the preferred embodiment supports both byte-transpose and word-transpose.
  • FIG. 1 shows how four consecutive registers are viewed with byte-transpose enabled.
  • left hand side ( 110 ) illustrates those registers before transpose enabled.
  • Each row in FIG. 1 represents one register as viewed by a program.
  • bottom row 211 shows Register 0 before transpose enabled.
  • Each register in turn is composed of four bytes with the left most (for instance 0 a) being the lowest byte and the right most (for instance 0 d) being the highest byte.
  • Register 0 ( 121 ) contains all the low-bytes of the four registers
  • Register 1 ( 122 ) contains all the second-bytes of the four registers, and so on.
  • Word-transpose is similar to byte-transpose, except that the register data is rotated on a per word basis instead of per byte basis.
  • FIG. 2 shows how two consecutive registers are viewed with word-transpose enabled.
  • left hand side ( 210 ) illustrates those registers before transpose enabled
  • right hand side ( 220 ) illustrates the same registers after transpose enabled.
  • Each row in FIG. 2 represents one register as viewed by a program.
  • bottom row ( 111 ) shows Register 0 before transpose enabled.
  • Each register in turn is composed of two words with the left most (for instance 0 a) being the low word and the right most (for instance 0 b) being the high word.
  • word-transpose is enabled, the register file is effectively rotated by 90°, so that Register 0 ( 221 ) contains all the low-words of the four registers, Register 1 ( 222 ) contains all the high-words of the two registers.
  • register-file byte-mapping and byte-masking functions add further flexibility to the novel microprocessor register-file data organization scheme.
  • This feature of the disclosed inventions allows a program to arbitrarily reorganize the bytes within a register and has the benefits of further reduction of the number of program instructions required during byte, word and long word data reformatting.
  • FIG. 3 shows two examples of byte-mapping on a register.
  • left hand side ( 310 ) illustrates those registers before byte-mapping
  • right hand side ( 320 ) illustrates the same registers after byte-mapping.
  • Each row in FIG. 3 represents one register as viewed by a program.
  • bottom row ( 311 ) shows the Register before byte-mapping.
  • Each register in turn is composed of four bytes with the left most (for instance 0 a) being the lowest byte and the right most (for instance 0 b) being the highest bytes.
  • DCBA full
  • the original data-bytes are swapped within the entire 32-bit word, and the bytes in register ( 312 ) are reorganized as bytes in register ( 322 ).
  • the original data-bytes are swapped within each word, and the bytes in register ( 311 ) are reorganized as bytes in register ( 321 ).
  • Register-file byte masking is another novel microprocessor register-file data organization scheme that provides control over the bytes that are modified by an instruction in order to accelerate insertion of data into existing register.
  • the program may specify a byte-mask both for source operands and destination operands. When byte-mask is specified for source operands, parts of a register may be forced to zero on input to an instruction. When byte mask is specified for destination operands, the result of an instruction can be written to parts of a destination register.
  • the indirect register access has the benefits of providing indirect register access without additional scoreboarding hardware. It provides two types of instructions: one for moving data from one register to another register, and another for synchronization.
  • the instruction format for moving data specifies the following parameters: a register that holds the source data, a register that holds either the destination register of the index of the destination register, and optionally a count of the number of registers to transfer. If the destination register is directly referenced in the instruction, those registers directly referenced in the instruction are scoreboarded when the instruction is executed. However, if the destination register is not directly referenced in the instruction, those registers indirectly referenced in the instruction are not scoreboarded when the instruction is executed and synchronization instruction will be used to ensure that the data in the register indirectly accessed is correct.
  • a programmer uses a number of registers as scratchpad memory. Data is loaded into the scratchpad. If there is a switch from a direct to indirect access of register or vice versa, a synchronization instruction is issued to calculate an index into the scratchpad and the contents of the register at that index are copied into a known register. At this point all processing elements may use the same instruction to process data at the same register index. When the calculation is complete, the result may be copied back to the scratchpad and another synchronization instruction is issued to calculate the index.
  • Pixel data is often stored in what is called the RGBA8888 format, in which each pixel is made up of red, green, blue, and alpha components, each of 8 bits. All four components are packed into one 32-bit word for convenience of display.
  • the array indices refer to the byte position in the pixel.
  • the code may be reduced if a parallel vector is used, but the alpha component must be repeated in each byte of a 32-bit register. This can be done using a byte swap mode:
  • Transposing srcA causes all the red components to be in one register, all the green in another, and all the blue in a third.
  • Transposing srcB causes all the alpha components to be in one register.
  • Vector instruction of length three cause four pixels to be processed in 3 instructions (the stride of the srcB vector must be zero to use the same alpha value for each component).
  • the register file is used for all storage within the processing element and holds a generous 256 registers, each 32-bits wide.
  • the registers are perhaps more important to overall system performance that the ALU because they control the movement of data, and a SIMD array typically has high compute performance relative to data bandwidth.
  • the register file can be large cause it absorbs a number of FIFOs that would normally be needed to feed the ALU. All registers are preferably scoreboarded, so any instruction that attempts to read a register that has a write scheduled for it will stall until the write completes.
  • the ALU may work on four 8bit items at a time, or two 16-bit items, but the operation is always the same. This is similar to vector calculations, and when more than one item of data is held in a register it is referred to as a parallel vector (pvec as opposed to svec for vectors executed sequentially). Pvecs can boost performance if it is not too expensive to get data into an appropriate format.
  • pvecs An example of using pvecs is to take four pixels of red, green, blue, and alpha, and re-group them such that common components are in the same register (so grouped as RRRR, GGGG, BBBB, AAAA). Then different operations can be applied to each component at full speed (it is common for alpha to be processed differently than RGB). If you imagine the four pixels as a four by four array of bytes, the source format has RGBA in rows and the processing needs them in columns and to get into this format requires transposing the pvecs. After processing is complete the transpose needs to be reversed.
  • the register file supports zero-cost transposing for 8 or 16 bit pvecs. If the data type is 16 bits the register set is treated as being in pairs and the transposition takes place assuming two registers hold a 2 ⁇ 2 array of data. If the data type is 8 bits then four registers are assumed to hold a 4 ⁇ 4 array of data. Transposition is free because the register file is made up of four separate RAMs, which gives access to four different registers at the same time. The lower bits of the register address select the bytes to use, so registers to be transposed must be in sequential registers and must be aligned to the number of registers that will be transposed.
  • Transposition also allows efficient memory access for 24 bit components. If data is stored byte-planar with four bytes of each component stored in the same 32 bit word the layout would be as shown in FIG. 4 . This is a useful way to store 24 bit data because there is no wastage but neither is there a difficult address calculation or nasty data shifting. In some algorithms it is convenient to process the components individually, but in others the whole pixel may be needed. Transposition allows this byte planar format to be converted into 32 bit pixels.
  • the register file has, in principle, three read ports and two write ports. Two of the read ports are used by the ALU, as is one of the write ports. The remaining read and write ports are used to get memory data in and out of the registers. For best performance the RAM used to build the register file should have all five ports, but that will make it large. A compromise is possible in which one read and one write port are removed.
  • the register file is made up of four separate RAMs for transposition, it is possible to arrange accesses to them so that while the ALU accesses one RAM another can be used for memory data.
  • the vector operations result in the registers being accessed in a predictable pattern.
  • the trick is to arrange the addressing so that memory accesses follow the same pattern as vector operations, but staggered so that they don't use the same RAM at the same time. This is not always possible when transposing because the ALU may need access to all four RAMs.
  • the memory wins and the ALU stalls this is the cost of not having all 5 ports).
  • Indirect register access allows the contents of one register to form the index to another. It is obviously useful for histograms, but also for FFT data shuffling and median filtering. It is difficult to implement because all PEs may access different registers, which breaks the SIMD model and requires additional scoreboarding hardware.
  • the media processor imposes a slight restriction that avoids the hardware cost. Special instructions are used to copy data from one register to another; the register to copy from (or to) is specified in another register.
  • the restriction is that while indirection is in use any register that may be indirectly accessed must not be used directly. This removes the need to scoreboard the indirectly accessed register, while the directly accessed register is scoreboarded to ensure correct operation.
  • the cost is an extra instruction per indirection.
  • FIGS. 5 a - 5 g are a set of related drawings, which collectively show a sample hardware implementation and its various operational modes.
  • FIG. 5 a shows a sample hardware register configuration, in which the register is separated into multiple multiport RAMs 510 , each having multiplexers 520 connected to each of its data lanes.
  • RAMs may be connected to support transposing.
  • Each RAM is 32 bits wide and shows four bytewide lanes.
  • Each RAM holds every fourth entry in the register file.
  • the dotted boxes are multiplexers that switch between the two inputs.
  • the multiplexers can be, for example, simple by-8 circuits having two states, selected by a single control bit (per multiplexer). These control bits can be set, for example, by appropriate configuration instructions.
  • FIGS. 5 b - 5 g show different states of operation of this register. In these diagrams, only the active inputs to active multiplexers 520 are shown.
  • FIG. 5 b shows the routing needed for a 32-bit word at address 0 without transpose, in this sample implementation.
  • FIG. 5 c shows routing for address 1 without transpose, in this sample implementation.
  • FIG. 5 d shows the routing needed for the first 32 bits of an eight bit transpose; the lower byte of each RAM is connected to a different byte lane, in this sample implementation.
  • FIG. 5 e shows the routing for the second 32 bits of an eight bit transpose, in this sample implementation.
  • FIG. 5 f shows the routing for address 0 with a 16-bit transpose, in this sample implementation.
  • FIG. 5 g shows routing for address 1 with a 16-bit transpose, in this sample implementation.
  • This hardware implementation can of course be varied, but this shows how an extremely versatile set of output reordering options can be achieved by multiplexing, WITHOUT unnecessary register-to-register transfers (which consume power).
  • a method of selectably transposing data accessed in a register comprising the actions of: storing data is n memory segments, each having n data lanes at the output thereof; and selectably connecting each of n data bus segments to a respective one of said n 2 data lanes; whereby a desired data transposition is provided at the time of register access without register-to-register transfers.
  • An electronic system comprising: a logic unit; and at least one I/O register, comprising multiple memory segments each holding a respective fraction of a data set, said data set being distributed across said segments in a consistent pattern, and each said memory segment providing multiple lanes of data path; and multiple multiplexers, each connected to connect a respective output but segment to a respective data path of a respective one of said memory segments.
  • the multiple access modes provided by the disclosed embodiments are particularly useful for graphics and image processing, they can also be especially useful for data which has internal 3-D or 4-D structure (e.g., a time series of voxel images).
  • the capability for customized data transpositions can help with filtering and transformations.
  • a flexible register can optionally implement some but not all of the transpositions described above, and/or can implement additional transpositions besides those listed.
  • the disclosed hardware implementation uses byte-wide “lanes”, but alternatively and less preferably a different fineness can be used. If fast nibble transpositions are desired, 8 RAMs could be used instead of four, with 8 lanes instead of four on each RAM, and 8 output busses instead of four. Note, however, that the number of multiplexers would quadruple if this were done.
  • more logic can be added into the multiplexers if desired.
  • the multiplexers can be given additional states wherein the 8-bit output is not only connected to a selected input (or none), but wherein the bits of the input can be permuted, pairwise exchanged, complemented. ANDed, etc. Additional control bits would preferably be routed to the multiplexers in such cases.

Abstract

Architectures and methods for viewing data in multiple formats within a register file. Various disclosed embodiments allow a plurality of consecutive registers within one register file to appear to be temporarily transposed by one instruction, such that each transposed register contains one byte or word from multiple consecutive registers. A program can arbitrarily reorganize the bytes within a register by swapping the value stored in any byte within the register with the value stored in any other byte within the same register. Indirect register access is also provided, without additional scoreboarding hardware, as an apparent move from one register to another. The functionality of a hardware data FIFO at the I/O is also provided, without the power consumption of register-to-register transfers. However, the size of the FIFO can be changed under program control.

Description

    BACKGROUND AND SUMMARY
  • The present application relates to programmable circuits, and more particularly to I/O circuitry with selectable data reordering for graphics.
  • A vector processor or array processor is a CPU design that is able to run mathematical operations on multiple data elements simultaneously. A serial vector is a sequence of data held in registers that are processed by the same instruction. For example, a single instruction may cause four registers to be added to another four and the result written to a further four. A parallel vector holds several data items within the same register, each of which ahs the same instruction applied to it. Vector processing improves code density and allows optimizations that improve performance.
  • A common problem suffered by vector processors is the need to organize data within the register file such that the same instruction may be applied to a series of registers. Register files generally only allow simultaneous access to a set of values aligned along a particular direction, i.e., along a row of the vector. Accordingly, a single instruction can access multiple values for a horizontal operation, but vertical operation requires either transposing the array being operated or performing separate access operations for each value in a different row. It is common to spend several instructions re-arranging data to make it suitable for vector processing and this overhead may obviate the benefits of using a vector.
  • In view of these limitations, more efficient architectures and methods for performing transpose and other array manipulations are desired.
  • Yet another problem arises when a program instruction indirectly accesses a register. Microprocessors control programs' access to register files. Because of pipelining, some instructions must be stalled until the register from which they will read has been written to by another instruction. Scoreboarding stalls these instructions, so the program need not manage stalling. Stall condition is usually applied early in the execution pipeline. However, if a register is to be accessed indirectly by a program instruction, the register may not be known until it is too late—until after the stall condition would normally have already been applied. Without knowing the register at that earlier time, it is difficult to apply stall conditions for instructions that use indirect access.
  • The inventions disclosed in the present application provide mechanisms to handle indirect register access without additional scoreboarding hardware, and can be further used to build a flexible FIFO access mechanism.
  • Flexible Register File I/O Architecture
  • The present application discloses a register file input/output configuration in which a variety of data transpositions are available at minimum power. Power is conserved by avoiding register-to-register data transfers; instead, the sequencer provides executable microinstructions which imply a variety of apparent data formats (as seen by the data channel), without unnecessary physical transfers of data.
  • Various disclosed embodiments provide new ways for microprocessor register-files to be accessible, in multiple formats in order to reduce the number of program instructions required during byte, word and long word data reformatting. The disclosed innovations, in various embodiments, provide one or more of at least the following advantages:
      • Variety of data rearrangements;
      • Minimal power consumption;
      • Easy accommodation to special data reordering for digital signal processing operations;
      • Suitability for customized access to data with two-dimensional structure;
      • Suitability to customized access to data with multidimensional structure.
    BRIEF DESCRIPTION OF THE DRAWINGS
  • The disclosed inventions will be described with reference to the accompanying drawings, which show important sample embodiments of the invention and which are incorporated in the specification hereof by reference, wherein:
  • FIG. 1 shows how four consecutive registers are viewed with byte-transpose enabled. Each row in the diagram represents one register as viewed by a program. When Byte-Transpose is enabled, the register file is effectively rotated by 90°, so that Register 0 contains all the low-bytes of the four registers, register 1 contains all the second-bytes of the four registers, and so on.
  • FIG. 2 shows how two consecutive registers are viewed with word-transpose enabled. Each row in the diagram represents one register as viewed by a program. When Word-Transpose is enabled, the register file is effectively rotated by 90°, so that Register 0 contains all the low-words of the two registers, register 1 contains all the high-words of the two registers.
  • FIG. 3 shows the data in register 0 being byte swapped in two different ways. The first is a full (DCBA) byte-swap, in which the original data-bytes are swapped within the entire 32-bit word, and the second shows a BADC byte-swap taking place, which swaps the bytes within each word.
  • FIGS. 5 a-5 g are a set of related drawings. FIG. 5 a shows a sample hardware register configuration, in which the register is separated into multiple multiport RAMS, each having multiplexers connected to each of its data lanes. FIGS. 5 b-5 g shows different states of operation of this register: FIG. 5 b shows the routing needed for a 32-bit word at address 0 without transpose; FIG. 5 c shows routing for address 1 without transpose; FIG. 5 d shows the routing needed for the first 32 bits of an eight bit transpose; FIG. 5 e shows the routing for the second 32 bits of an eight bit transpose; FIG. 5 f shows the routing for address 0 with a 16-bit transpose, in this sample implementation; and FIG. 5 g shows routing for address 1 with a 16-bit transpose, in this sample implementation.
  • DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
  • The numerous innovative teachings of the present application will be described with particular reference to the presently preferred embodiment (by way of example, and not of limitation).
  • Transposable Register-File Operation
  • The transposable register-file is a novel microprocessor register-file data organization scheme which overcomes many of the disadvantages of traditional data organization in microprocessor register-file, and which has the benefits of allowing a microprocessor register-file to be viewed in multiple formats with a reduction of the number of program instructions required during byte, word and long word data reformatting. The preferred embodiment supports both byte-transpose and word-transpose.
  • Byte-Transpose Register File
  • FIG. 1 shows how four consecutive registers are viewed with byte-transpose enabled. With reference to FIG. 1, left hand side (110) illustrates those registers before transpose enabled. Each row in FIG. 1 represents one register as viewed by a program. For instance, bottom row 211 shows Register 0 before transpose enabled. Each register in turn is composed of four bytes with the left most (for instance 0a) being the lowest byte and the right most (for instance 0d) being the highest byte. When byte-transpose is enabled, the register file is effectively rotated by 90°, so that Register 0 (121) contains all the low-bytes of the four registers, Register 1 (122) contains all the second-bytes of the four registers, and so on.
  • Word-Transpose Register File
  • Word-transpose is similar to byte-transpose, except that the register data is rotated on a per word basis instead of per byte basis. FIG. 2 shows how two consecutive registers are viewed with word-transpose enabled. With reference to FIG. 2, left hand side (210) illustrates those registers before transpose enabled and right hand side (220) illustrates the same registers after transpose enabled. Each row in FIG. 2 represents one register as viewed by a program. For instance, bottom row (111) shows Register 0 before transpose enabled. Each register in turn is composed of two words with the left most (for instance 0a) being the low word and the right most (for instance 0b) being the high word. When word-transpose is enabled, the register file is effectively rotated by 90°, so that Register 0 (221) contains all the low-words of the four registers, Register 1 (222) contains all the high-words of the two registers.
  • Register-File Byte-Mapping and Byte-Masking
  • The register-file byte-mapping and byte-masking functions add further flexibility to the novel microprocessor register-file data organization scheme. This feature of the disclosed inventions allows a program to arbitrarily reorganize the bytes within a register and has the benefits of further reduction of the number of program instructions required during byte, word and long word data reformatting.
  • Register-File Byte-Mapping
  • Byte-Mapping allows a program to arbitrarily reorganize the bytes within a register in order to isolate, or group, interesting sub-components when reading from, or writing to the register-file. FIG. 3 shows two examples of byte-mapping on a register. With reference to FIG. 3, left hand side (310) illustrates those registers before byte-mapping and right hand side (320) illustrates the same registers after byte-mapping. Each row in FIG. 3 represents one register as viewed by a program. For instance, bottom row (311) shows the Register before byte-mapping. Each register in turn is composed of four bytes with the left most (for instance 0a) being the lowest byte and the right most (for instance 0b) being the highest bytes. When a byte-mapping of full (DCBA) byte swap is enabled, the original data-bytes are swapped within the entire 32-bit word, and the bytes in register (312) are reorganized as bytes in register (322). When a byte-mapping of (BADC) byte swap is enabled, the original data-bytes are swapped within each word, and the bytes in register (311) are reorganized as bytes in register (321).
  • Register-File Byte-Masking
  • The preferred embodiment supports both byte-mapping and byte-masking. Register-file byte masking is another novel microprocessor register-file data organization scheme that provides control over the bytes that are modified by an instruction in order to accelerate insertion of data into existing register. The program may specify a byte-mask both for source operands and destination operands. When byte-mask is specified for source operands, parts of a register may be forced to zero on input to an instruction. When byte mask is specified for destination operands, the result of an instruction can be written to parts of a destination register.
  • Indirect Register Access
  • The indirect register access has the benefits of providing indirect register access without additional scoreboarding hardware. It provides two types of instructions: one for moving data from one register to another register, and another for synchronization.
  • The instruction format for moving data specifies the following parameters: a register that holds the source data, a register that holds either the destination register of the index of the destination register, and optionally a count of the number of registers to transfer. If the destination register is directly referenced in the instruction, those registers directly referenced in the instruction are scoreboarded when the instruction is executed. However, if the destination register is not directly referenced in the instruction, those registers indirectly referenced in the instruction are not scoreboarded when the instruction is executed and synchronization instruction will be used to ensure that the data in the register indirectly accessed is correct.
  • In a typical use of this invention, a programmer uses a number of registers as scratchpad memory. Data is loaded into the scratchpad. If there is a switch from a direct to indirect access of register or vice versa, a synchronization instruction is issued to calculate an index into the scratchpad and the contents of the register at that index are copied into a known register. At this point all processing elements may use the same instruction to process data at the same register index. When the calculation is complete, the result may be copied back to the scratchpad and another synchronization instruction is issued to calculate the index.
  • Implementation of Hardware Data FIFO in Register-File
  • The provision of hardware data FIFO in microprocessor register-file uses similar ideas of indirect register access. This innovative feature, in the preferred embodiment, sets aside a number of registers from the microprocessor register-file for the FIFO storage, and provides a mechanism for moving data into the FIFO, from another source, and for moving data serially out of the FIFO into other registers within the microprocessor. It has the benefits of:
      • Building the FIFO in the processor register file allows those registers to be re-used as normal registers when the FIFO is not needed.
      • The invention allows the size of the FIFO (and thereby the number of reserved registers) to be changed under program control.
      • It solved the indirect access problem in a hardware register FIFO implementation.
    Example of Use of Transpose and Byte-Mapping
  • Pixel data is often stored in what is called the RGBA8888 format, in which each pixel is made up of red, green, blue, and alpha components, each of 8 bits. All four components are packed into one 32-bit word for convenience of display.
  • In common algorithms such as blending the alpha component is used to modify the color components as follows:
  • dstR = (srcR * srcA) + dstR
    dstG = (srcG * srcA) + dstG
    dstB = (srcB * srcA) + dstB

    Sample assembler code for this algorithm is:
  • mul tmp[0], src[0], src[3]
    mul tmp[1], src[1], src[3]
    mul tmp[2], src[2], src[3]
    add dst[0], tmp[0], dst[0]
    add dst[1], tmp[1], dst[1]
    add dst[2], tmp[2], dst[2]
  • Where the syntax is instruction, destination, source A, source B, The array indices refer to the byte position in the pixel.
  • The code may be reduced if a parallel vector is used, but the alpha component must be repeated in each byte of a 32-bit register. This can be done using a byte swap mode:
  • set byte swap mode for srcB to DDDD
    mul tmp, src, src
    reset byte swap mode for srcB to ABCD
    add dst, dst, tmp
  • Note that this code only produces 3 bytes of results even though the registers hold 4 bytes. If 4 pixels are processed as a serial vector this inefficiency can be removed:
  • transpose srcA
    transpose srcB
    vector_3_mul tmp, src, src
    transpose dst
    vector_3_add dst, dst, tmp
  • Transposing srcA causes all the red components to be in one register, all the green in another, and all the blue in a third. Transposing srcB causes all the alpha components to be in one register. Vector instruction of length three cause four pixels to be processed in 3 instructions (the stride of the srcB vector must be zero to use the same alpha value for each component).
  • Register File Implementation
  • Details of a sample implementation will now be described. In this implementation, the register file is used for all storage within the processing element and holds a generous 256 registers, each 32-bits wide. The registers are perhaps more important to overall system performance that the ALU because they control the movement of data, and a SIMD array typically has high compute performance relative to data bandwidth. The register file can be large cause it absorbs a number of FIFOs that would normally be needed to feed the ALU. All registers are preferably scoreboarded, so any instruction that attempts to read a register that has a write scheduled for it will stall until the write completes.
  • Parallel Vectors
  • To make good use of the ALU, several data items may be packed into one register. The ALU may work on four 8bit items at a time, or two 16-bit items, but the operation is always the same. This is similar to vector calculations, and when more than one item of data is held in a register it is referred to as a parallel vector (pvec as opposed to svec for vectors executed sequentially). Pvecs can boost performance if it is not too expensive to get data into an appropriate format.
  • An example of using pvecs is to take four pixels of red, green, blue, and alpha, and re-group them such that common components are in the same register (so grouped as RRRR, GGGG, BBBB, AAAA). Then different operations can be applied to each component at full speed (it is common for alpha to be processed differently than RGB). If you imagine the four pixels as a four by four array of bytes, the source format has RGBA in rows and the processing needs them in columns and to get into this format requires transposing the pvecs. After processing is complete the transpose needs to be reversed.
  • The register file supports zero-cost transposing for 8 or 16 bit pvecs. If the data type is 16 bits the register set is treated as being in pairs and the transposition takes place assuming two registers hold a 2×2 array of data. If the data type is 8 bits then four registers are assumed to hold a 4×4 array of data. Transposition is free because the register file is made up of four separate RAMs, which gives access to four different registers at the same time. The lower bits of the register address select the bytes to use, so registers to be transposed must be in sequential registers and must be aligned to the number of registers that will be transposed.
  • Transposition also allows efficient memory access for 24 bit components. If data is stored byte-planar with four bytes of each component stored in the same 32 bit word the layout would be as shown in FIG. 4. This is a useful way to store 24 bit data because there is no wastage but neither is there a difficult address calculation or nasty data shifting. In some algorithms it is convenient to process the components individually, but in others the whole pixel may be needed. Transposition allows this byte planar format to be converted into 32 bit pixels.
  • The register file has, in principle, three read ports and two write ports. Two of the read ports are used by the ALU, as is one of the write ports. The remaining read and write ports are used to get memory data in and out of the registers. For best performance the RAM used to build the register file should have all five ports, but that will make it large. A compromise is possible in which one read and one write port are removed.
  • Because the register file is made up of four separate RAMs for transposition, it is possible to arrange accesses to them so that while the ALU accesses one RAM another can be used for memory data. The vector operations result in the registers being accessed in a predictable pattern. The trick is to arrange the addressing so that memory accesses follow the same pattern as vector operations, but staggered so that they don't use the same RAM at the same time. This is not always possible when transposing because the ALU may need access to all four RAMs. When there is contention for the register file the memory wins and the ALU stalls (this is the cost of not having all 5 ports).
  • Indirect Accesses
  • Indirect register access allows the contents of one register to form the index to another. It is obviously useful for histograms, but also for FFT data shuffling and median filtering. It is difficult to implement because all PEs may access different registers, which breaks the SIMD model and requires additional scoreboarding hardware.
  • The media processor imposes a slight restriction that avoids the hardware cost. Special instructions are used to copy data from one register to another; the register to copy from (or to) is specified in another register. The restriction is that while indirection is in use any register that may be indirectly accessed must not be used directly. This removes the need to scoreboard the indirectly accessed register, while the directly accessed register is scoreboarded to ensure correct operation. The cost is an extra instruction per indirection.
  • Details of Sample Hardware Implementation
  • FIGS. 5 a-5 g are a set of related drawings, which collectively show a sample hardware implementation and its various operational modes.
  • FIG. 5 a shows a sample hardware register configuration, in which the register is separated into multiple multiport RAMs 510, each having multiplexers 520 connected to each of its data lanes. Four RAMs may be connected to support transposing. Each RAM is 32 bits wide and shows four bytewide lanes. Each RAM holds every fourth entry in the register file. The dotted boxes are multiplexers that switch between the two inputs. This hardware implementation permits all of the above functional relationships to be realized.
  • The multiplexers can be, for example, simple by-8 circuits having two states, selected by a single control bit (per multiplexer). These control bits can be set, for example, by appropriate configuration instructions.
  • FIGS. 5 b-5 g show different states of operation of this register. In these diagrams, only the active inputs to active multiplexers 520 are shown.
  • FIG. 5 b shows the routing needed for a 32-bit word at address 0 without transpose, in this sample implementation.
  • FIG. 5 c shows routing for address 1 without transpose, in this sample implementation.
  • FIG. 5 d shows the routing needed for the first 32 bits of an eight bit transpose; the lower byte of each RAM is connected to a different byte lane, in this sample implementation.
  • FIG. 5 e shows the routing for the second 32 bits of an eight bit transpose, in this sample implementation.
  • FIG. 5 f shows the routing for address 0 with a 16-bit transpose, in this sample implementation.
  • FIG. 5 g shows routing for address 1 with a 16-bit transpose, in this sample implementation.
  • This hardware implementation can of course be varied, but this shows how an extremely versatile set of output reordering options can be achieved by multiplexing, WITHOUT unnecessary register-to-register transfers (which consume power).
  • Additional detail of the preferred implementation is shown in U.S. application Ser. No. 11/536,483, which is hereby incorporated by reference in its entirety. This implementation is an advantageous context for the disclosed inventions, but it should be emphasized that the I/O architecture described in the present application can also be used in many other contexts.
  • According to a disclosed class of innovative embodiments, there is provided: A method of selectably transposing data accessed in a register, comprising the actions of: storing data is n memory segments, each having n data lanes at the output thereof; and selectably connecting each of n data bus segments to a respective one of said n2 data lanes; whereby a desired data transposition is provided at the time of register access without register-to-register transfers.
  • According to a disclosed class of innovative embodiments, there is provided: An electronic system, comprising: a logic unit; and at least one I/O register, comprising multiple memory segments each holding a respective fraction of a data set, said data set being distributed across said segments in a consistent pattern, and each said memory segment providing multiple lanes of data path; and multiple multiplexers, each connected to connect a respective output but segment to a respective data path of a respective one of said memory segments.
  • Modifications and Variations
  • As will be recognized by those skilled in the art, the innovative concepts described in the present application can be modified and varied over a tremendous range of applications, and accordingly the scope of patented subject matter is not limited by any of the specific exemplary teachings given.
  • For example, the multiple access modes provided by the disclosed embodiments are particularly useful for graphics and image processing, they can also be especially useful for data which has internal 3-D or 4-D structure (e.g., a time series of voxel images). In such cases the capability for customized data transpositions can help with filtering and transformations.
  • For another example, a flexible register can optionally implement some but not all of the transpositions described above, and/or can implement additional transpositions besides those listed.
  • For another example, the disclosed hardware implementation uses byte-wide “lanes”, but alternatively and less preferably a different fineness can be used. If fast nibble transpositions are desired, 8 RAMs could be used instead of four, with 8 lanes instead of four on each RAM, and 8 output busses instead of four. Note, however, that the number of multiplexers would quadruple if this were done.
  • For another alternative and less preferable example, more logic can be added into the multiplexers if desired. For instance, the multiplexers can be given additional states wherein the 8-bit output is not only connected to a selected input (or none), but wherein the bits of the input can be permuted, pairwise exchanged, complemented. ANDed, etc. Additional control bits would preferably be routed to the multiplexers in such cases.
  • None of the description in the present application should be read as implying that any particular element, step, or function is an essential element which must be included in the claim scope: THE SCOPE OF PATENTED SUBJECT MATTER IS DEFINED ONLY BY THE ALLOWED CLAIMS. Moreover, none of these claims are intended to invoke paragraph six of 35 USC section 112 unless the exact words “means for” are followed by a participle.
  • The claims as filed are intended to be as comprehensive as possible, and NO subject matter is intentionally relinquished, dedicated, or abandoned.

Claims (10)

1. A method of selectably transposing data accessed in a register, comprising the actions of: storing data in n memory segments, each having n data lanes at the output thereof; and selectably connecting each of n data but segments to a respective one of said n2 data lanes; whereby a desired data transposition is provided at the time of register access without register-to-register transfers.
2. The method of claim 1, wherein each said data lane carries 8 bits of data.
3. The method of claim 1, wherein said selectably connecting step is performed by activating only n of a total of n2 multiplexers.
4. The method of claim 1, wherein n=4.
5. A method of viewing data within a register file, comprising the steps of:
enabling a transpose function with respect to a selected register; and
modifying a view of the selected register, as seen by an external access, such that data in the selected register is replaced with data from a plurality of consecutive registers.
6. The method of claim 5, wherein said modifying step effectively rotates the apparent orientation of data in said selected register.
7. The method of claim 5, wherein said modifying step effectively applies bytewise transposition to said view.
8. The method of claim 5, wherein said modifying step effectively applies wordwise transposition to said view.
9. A method of viewing data within a register file, comprising the steps of:
identifying a first source byte in a register;
copying data from the first source byte into a first destination byte of the register;
identifying a second source byte in the register; and
copying data from the second source byte into a second destination byte of the register.
10. (canceled)
US11/537,425 2006-09-29 2006-09-29 Flexible Microprocessor Register File Abandoned US20080082798A1 (en)

Priority Applications (8)

Application Number Priority Date Filing Date Title
US11/537,425 US20080082798A1 (en) 2006-09-29 2006-09-29 Flexible Microprocessor Register File
PCT/US2007/079701 WO2008042700A2 (en) 2006-09-29 2007-09-27 Flexible microprocessor register file
JP2009530597A JP5538889B2 (en) 2006-09-29 2007-09-27 Adaptive microprocessor register file
EP07843345A EP2078243A4 (en) 2006-09-29 2007-09-27 Flexible microprocessor register file
SG2011071024A SG174842A1 (en) 2006-09-29 2007-09-27 Flexible microprocessor register file
US12/916,431 US20120042135A1 (en) 2006-09-29 2010-10-29 Flexible Microprocessor Register File
US13/653,898 US9665369B2 (en) 2006-09-29 2012-10-17 Flexible microprocessor register file
US15/607,680 US20170329610A1 (en) 2006-09-29 2017-05-29 Flexible microprocessor register file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/537,425 US20080082798A1 (en) 2006-09-29 2006-09-29 Flexible Microprocessor Register File

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/916,431 Continuation US20120042135A1 (en) 2006-09-29 2010-10-29 Flexible Microprocessor Register File

Publications (1)

Publication Number Publication Date
US20080082798A1 true US20080082798A1 (en) 2008-04-03

Family

ID=39262390

Family Applications (4)

Application Number Title Priority Date Filing Date
US11/537,425 Abandoned US20080082798A1 (en) 2006-09-29 2006-09-29 Flexible Microprocessor Register File
US12/916,431 Abandoned US20120042135A1 (en) 2006-09-29 2010-10-29 Flexible Microprocessor Register File
US13/653,898 Active 2027-08-05 US9665369B2 (en) 2006-09-29 2012-10-17 Flexible microprocessor register file
US15/607,680 Abandoned US20170329610A1 (en) 2006-09-29 2017-05-29 Flexible microprocessor register file

Family Applications After (3)

Application Number Title Priority Date Filing Date
US12/916,431 Abandoned US20120042135A1 (en) 2006-09-29 2010-10-29 Flexible Microprocessor Register File
US13/653,898 Active 2027-08-05 US9665369B2 (en) 2006-09-29 2012-10-17 Flexible microprocessor register file
US15/607,680 Abandoned US20170329610A1 (en) 2006-09-29 2017-05-29 Flexible microprocessor register file

Country Status (5)

Country Link
US (4) US20080082798A1 (en)
EP (1) EP2078243A4 (en)
JP (1) JP5538889B2 (en)
SG (1) SG174842A1 (en)
WO (1) WO2008042700A2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
USD611372S1 (en) * 2008-09-19 2010-03-09 Lifescan Scotland Limited Analyte test meter
USD611489S1 (en) 2008-07-25 2010-03-09 Lifescan, Inc. User interface display for a glucose meter
USD611853S1 (en) 2008-03-21 2010-03-16 Lifescan Scotland Limited Analyte test meter
USD612275S1 (en) 2008-03-21 2010-03-23 Lifescan Scotland, Ltd. Analyte test meter
USD615431S1 (en) 2008-03-21 2010-05-11 Lifescan Scotland Limited Analyte test meter
EP2689325A1 (en) * 2011-03-25 2014-01-29 Freescale Semiconductor, Inc. Processor system with predicate register, computer system, method for managing predicates and computer program product
CN107908572A (en) * 2017-11-21 2018-04-13 四川巧夺天工信息安全智能设备有限公司 A kind of method of restructuring NAND Flash chip data
US20190362105A1 (en) * 2018-05-22 2019-11-28 Seagate Technology Llc Data Security Using Bit Transposition During Memory Accesses
US11347860B2 (en) 2019-06-28 2022-05-31 Seagate Technology Llc Randomizing firmware loaded to a processor memory

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2470780B (en) 2009-06-05 2014-03-26 Advanced Risc Mach Ltd A data processing apparatus and method for performing a predetermined rearrangement operation
JP5633122B2 (en) * 2009-06-16 2014-12-03 富士通セミコンダクター株式会社 Processor and information processing system
FR2974918B1 (en) * 2011-05-05 2013-11-29 Compagnie Ind Et Financiere Dingenierie Ingenico COPROCESSOR SUITABLE TO COOPERATE WITH A MICROPROCESSOR.
US9811628B1 (en) 2016-10-14 2017-11-07 Baysand Inc. Metal configurable register file
CN110187919B (en) * 2019-05-27 2021-07-20 眸芯科技(上海)有限公司 Device, method and system for configuring register
US11217323B1 (en) 2020-09-02 2022-01-04 Stmicroelectronics International N.V. Circuit and method for capturing and transporting data errors
US11698833B1 (en) 2022-01-03 2023-07-11 Stmicroelectronics International N.V. Programmable signal aggregator

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5673321A (en) * 1995-06-29 1997-09-30 Hewlett-Packard Company Efficient selection and mixing of multiple sub-word items packed into two or more computer words
US6175892B1 (en) * 1998-06-19 2001-01-16 Hitachi America. Ltd. Registers and methods for accessing registers for use in a single instruction multiple data system
US6754809B1 (en) * 1999-12-30 2004-06-22 Texas Instruments Incorporated Data processing apparatus with indirect register file access
US6804771B1 (en) * 2000-07-25 2004-10-12 University Of Washington Processor with register file accessible by row column to achieve data array transposition
US7386703B2 (en) * 2003-11-18 2008-06-10 International Business Machines Corporation Two dimensional addressing of a matrix-vector register array
US7383420B2 (en) * 2005-03-24 2008-06-03 Qualcomm Incorporated Processor and method of indirect register read and write operations

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
USD611853S1 (en) 2008-03-21 2010-03-16 Lifescan Scotland Limited Analyte test meter
USD612275S1 (en) 2008-03-21 2010-03-23 Lifescan Scotland, Ltd. Analyte test meter
USD615431S1 (en) 2008-03-21 2010-05-11 Lifescan Scotland Limited Analyte test meter
USD611489S1 (en) 2008-07-25 2010-03-09 Lifescan, Inc. User interface display for a glucose meter
USD611372S1 (en) * 2008-09-19 2010-03-09 Lifescan Scotland Limited Analyte test meter
EP2689325A1 (en) * 2011-03-25 2014-01-29 Freescale Semiconductor, Inc. Processor system with predicate register, computer system, method for managing predicates and computer program product
EP2689325A4 (en) * 2011-03-25 2014-10-15 Freescale Semiconductor Inc Processor system with predicate register, computer system, method for managing predicates and computer program product
US9606802B2 (en) 2011-03-25 2017-03-28 Nxp Usa, Inc. Processor system with predicate register, computer system, method for managing predicates and computer program product
CN107908572A (en) * 2017-11-21 2018-04-13 四川巧夺天工信息安全智能设备有限公司 A kind of method of restructuring NAND Flash chip data
US20190362105A1 (en) * 2018-05-22 2019-11-28 Seagate Technology Llc Data Security Using Bit Transposition During Memory Accesses
US11017128B2 (en) * 2018-05-22 2021-05-25 Seagate Technology Llc Data security using bit transposition during memory accesses
US11347860B2 (en) 2019-06-28 2022-05-31 Seagate Technology Llc Randomizing firmware loaded to a processor memory

Also Published As

Publication number Publication date
EP2078243A4 (en) 2009-10-21
SG174842A1 (en) 2011-10-28
US20130145131A1 (en) 2013-06-06
JP5538889B2 (en) 2014-07-02
EP2078243A2 (en) 2009-07-15
WO2008042700A2 (en) 2008-04-10
WO2008042700A3 (en) 2008-10-30
US20170329610A1 (en) 2017-11-16
US20120042135A1 (en) 2012-02-16
JP2010524048A (en) 2010-07-15
US9665369B2 (en) 2017-05-30

Similar Documents

Publication Publication Date Title
US9665369B2 (en) Flexible microprocessor register file
US7145480B2 (en) Data processing apparatus and method for performing in parallel a data processing operation on data elements
US7822947B2 (en) Aliasing data processing registers
US9557994B2 (en) Data processing apparatus and method for performing N-way interleaving and de-interleaving operations where N is an odd plural number
US7219215B2 (en) Data processing apparatus and method for moving data elements between specified registers and a continuous block of memory
US7689811B2 (en) Method and apparatus for constant generation in SIMD processing
US7219214B2 (en) Data processing apparatus and method for moving data elements between a chosen lane of parallel processing in registers and a structure within memory
US7761693B2 (en) Data processing apparatus and method for performing arithmetic operations in SIMD data processing
US20050125647A1 (en) Endianess compensation within a SIMD data processing system
US6958718B2 (en) Table lookup operation within a data processing system
US20050125636A1 (en) Vector by scalar operations
GB2409065A (en) Multiplexing operations in SIMD processing
US20050125635A1 (en) Moving data between registers of different register data stores
US20050125624A1 (en) Data processing apparatus and method for moving data between registers and memory
GB2409068A (en) Data element size control within parallel lanes of processing
US20050125638A1 (en) Data shift operations

Legal Events

Date Code Title Description
AS Assignment

Owner name: 3D LABS INC., LTD., BERMUDA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BLOOMFIELD, JONATHAN;ROBSON, JOHN;MURPHY, NICK;REEL/FRAME:021867/0806;SIGNING DATES FROM 20070221 TO 20070222

STCB Information on status: application discontinuation

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

AS Assignment

Owner name: ZIILABS INC., LTD., BERMUDA

Free format text: CHANGE OF NAME;ASSIGNOR:3DLABS INC., LTD.;REEL/FRAME:041829/0975

Effective date: 20110106

AS Assignment

Owner name: RPX CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ZIILABS INC., LTD.;REEL/FRAME:044476/0749

Effective date: 20170809