qemu-e2k/target/loongarch
Song Gao e616bdfd01 target/loongarch: Add floating point load/store instruction translation
This includes:
- FLD.{S/D}, FST.{S/D}
- FLDX.{S/D}, FSTX.{S/D}
- FLD{GT/LE}.{S/D}, FST{GT/LE}.{S/D}

Signed-off-by: Song Gao <gaosong@loongson.cn>
Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220606124333.2060567-15-yangxiaojuan@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2022-06-06 18:09:03 +00:00
..
insn_trans target/loongarch: Add floating point load/store instruction translation 2022-06-06 18:09:03 +00:00
README target/loongarch: Add README 2022-06-06 18:09:03 +00:00
cpu-param.h target/loongarch: Add core definition 2022-06-06 18:09:03 +00:00
cpu.c target/loongarch: Add floating point arithmetic instruction translation 2022-06-06 18:09:03 +00:00
cpu.h target/loongarch: Add core definition 2022-06-06 18:09:03 +00:00
fpu_helper.c target/loongarch: Add floating point move instruction translation 2022-06-06 18:09:03 +00:00
helper.h target/loongarch: Add floating point move instruction translation 2022-06-06 18:09:03 +00:00
insns.decode target/loongarch: Add floating point load/store instruction translation 2022-06-06 18:09:03 +00:00
internals.h target/loongarch: Add floating point comparison instruction translation 2022-06-06 18:09:03 +00:00
op_helper.c target/loongarch: Add fixed point extra instruction translation 2022-06-06 18:09:03 +00:00
translate.c target/loongarch: Add floating point load/store instruction translation 2022-06-06 18:09:03 +00:00
translate.h target/loongarch: Add fixed point arithmetic instruction translation 2022-06-06 18:09:03 +00:00

README

- Introduction

  LoongArch is the general processor architecture of Loongson.

  The following versions of the LoongArch core are supported
    core: 3A5000
    https://github.com/loongson/LoongArch-Documentation/releases/download/2021.08.17/LoongArch-Vol1-v1.00-EN.pdf

  We can get the latest loongarch documents at https://github.com/loongson/LoongArch-Documentation/tags.