Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-29 | sh: Relax inline assembly constraints | Matt Fleming | 1 | -36/+36 | |
When dereferencing the memory address contained in a register and modifying the value at that memory address, the register should not be listed in the inline asm outputs. The value at the memory address is an output (which is taken care of with the "memory" clobber), not the register. Signed-off-by: Matt Fleming <matt@console-pimps.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||||
2008-12-22 | sh: Convert to generic bitops for IRQ-toggling implementation. | Paul Mundt | 1 | -0/+2 | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||||
2008-09-08 | sh: Provide movli.l/movco.l-based bitops. | Paul Mundt | 1 | -0/+144 | |
Signed-off-by: Paul Mundt <lethal@linux-sh.org> |