Re: [RFC PATCH v3 01/44] target/loongarch: Add LSX data type VReg

2023-04-24 Thread Song Gao
在 2023/4/24 上午3:41, Richard Henderson 写道: On 4/20/23 09:06, Song Gao wrote: diff --git a/target/loongarch/machine.c b/target/loongarch/machine.c index b1e523ea72..a67b735a32 100644 --- a/target/loongarch/machine.c +++ b/target/loongarch/machine.c @@ -10,6 +10,112 @@   #include

Re: [RFC PATCH v3 01/44] target/loongarch: Add LSX data type VReg

2023-04-23 Thread Richard Henderson
On 4/20/23 09:06, Song Gao wrote: diff --git a/target/loongarch/machine.c b/target/loongarch/machine.c index b1e523ea72..a67b735a32 100644 --- a/target/loongarch/machine.c +++ b/target/loongarch/machine.c @@ -10,6 +10,112 @@ #include "migration/cpu.h" #include "internals.h" +/* FPU state

[RFC PATCH v3 01/44] target/loongarch: Add LSX data type VReg

2023-04-20 Thread Song Gao
Signed-off-by: Song Gao --- linux-user/loongarch64/signal.c | 4 +- target/loongarch/cpu.c | 2 +- target/loongarch/cpu.h | 21 +- target/loongarch/gdbstub.c | 4 +- target/loongarch/internals.h| 22 ++ target/loongarch/machine.c | 115