This patch adds the new atomic operations of the Load-link/store-conditional type which are called l.lwa and l.swa.
For a cleaner implementation, all load and store instructions are separated to a function. Christian Svensson (1): target-openrisc: Add l.lwa/l.swa support Sebastian Macke (1): target-openrisc: Separate of load/store instructions target-openrisc/cpu.h | 3 + target-openrisc/interrupt.c | 3 + target-openrisc/translate.c | 188 ++++++++++++++++++++++++++++++++++---------- 3 files changed, 153 insertions(+), 41 deletions(-) -- 2.2.2