In computer engineering, a loadâÂÂstore unit (LSU) is a specialized execution unit responsible for executing all load and store instructions, generating virtual addresses of load and store operations and loading data from memory or storing it back to memory from registers.
The loadâÂÂstore unit usually includes a queue which acts as a waiting area for memory instructions, and the unit itself operates independently of other processor units.
LoadâÂÂstore units may also be used in vector processing, and in such cases the term "loadâÂÂstore vector" may be used.
Some loadâÂÂstore units are also capable of executing simple fixed-point and/or integer operations.