All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target-openrisc: Add atomic instructions
@ 2015-01-25 10:25 Sebastian Macke
  2015-01-25 10:25 ` [Qemu-devel] [PATCH 1/2] target-openrisc: Separate of load/store instructions Sebastian Macke
  2015-01-25 10:25 ` [Qemu-devel] [PATCH 2/2] target-openrisc: Add l.lwa/l.swa support Sebastian Macke
  0 siblings, 2 replies; 8+ messages in thread
From: Sebastian Macke @ 2015-01-25 10:25 UTC (permalink / raw)
  To: qemu-devel, proljc, blue; +Cc: Sebastian Macke

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-01-28  2:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-25 10:25 [Qemu-devel] [PATCH 0/2] target-openrisc: Add atomic instructions Sebastian Macke
2015-01-25 10:25 ` [Qemu-devel] [PATCH 1/2] target-openrisc: Separate of load/store instructions Sebastian Macke
2015-01-26  9:47   ` Jia Liu
2015-01-25 10:25 ` [Qemu-devel] [PATCH 2/2] target-openrisc: Add l.lwa/l.swa support Sebastian Macke
2015-01-26  9:50   ` Jia Liu
2015-01-26 10:15     ` Christian Svensson
2015-01-26 10:18     ` Sebastian Macke
2015-01-28  2:28       ` Jia Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.