]> Git Repo - qemu.git/commit
target/loongarch: Add fixed point atomic instruction translation
authorSong Gao <[email protected]>
Mon, 6 Jun 2022 12:42:58 +0000 (20:42 +0800)
committerRichard Henderson <[email protected]>
Mon, 6 Jun 2022 18:09:03 +0000 (18:09 +0000)
commit94b02d57b09eeb2dcb07a2a196b91310420bd0bf
treedf05697751bfb9d9e918057fc59e33d9005ad30a
parentbb79174d4e191dc83414072e1a7859095faed567
target/loongarch: Add fixed point atomic instruction translation

This includes:
- LL.{W/D}, SC.{W/D}
- AM{SWAP/ADD/AND/OR/XOR/MAX/MIN}[_DB].{W/D}
- AM{MAX/MIN}[_DB].{WU/DU}

Signed-off-by: Song Gao <[email protected]>
Signed-off-by: Xiaojuan Yang <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <20220606124333.2060567[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target/loongarch/insn_trans/trans_atomic.c.inc [new file with mode: 0644]
target/loongarch/insn_trans/trans_memory.c.inc
target/loongarch/insns.decode
target/loongarch/translate.c
This page took 0.041516 seconds and 4 git commands to generate.