qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] target-openrisc: Add atomic instructions


From: Sebastian Macke
Subject: [Qemu-devel] [PATCH 0/2] target-openrisc: Add atomic instructions
Date: Sun, 25 Jan 2015 10:25:30 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]