Bug 170 - high-to-low register-to-register copy needed
Summary: high-to-low register-to-register copy needed
Status: CONFIRMED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Specification (show other bugs)
Version: unspecified
Hardware: Other Linux
: --- critical
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks: 52
  Show dependency treegraph
 
Reported: 2020-02-04 19:01 GMT by Jacob Lifshay
Modified: 2020-02-04 19:08 GMT (History)
2 users (show)

See Also:
NLnet milestone: ---
total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0
parent task for budget allocation:
child tasks for budget allocation:
The table of payments (in EUR) for this task; TOML format:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Lifshay 2020-02-04 19:01:15 GMT
like memmove, but for registers.

It handles cases where (for example), the register allocator allocates a vector to registers r20-40, then later needs to move it to r10-30. Copying to a temporary location isn't a good solution since there may not be enough spare registers and load/store is much slower.