summaryrefslogtreecommitdiffstats
path: root/common.py
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2015-07-25 13:48:07 -0400
committerRob Clark <[email protected]>2015-07-27 13:51:06 -0400
commit020301baccc77e5753ead1e890c0cf24a9675517 (patch)
tree1d366c4e5155642e639f4c4d44ea5c924a672492 /common.py
parenta240748de52f2e469e91b60d29ae872828a594d7 (diff)
freedreno/ir3: add support for store instructions
For store instructions, the "dst" register is a read register, not a written register. (Ie. it is the address to store to.) Lets not confuse register allocation, scheduling, etc, with these details. Instead just leave a dummy instr->regs[0], and take "dst" from instr->regs[1] and srcs following. Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'common.py')
0 files changed, 0 insertions, 0 deletions