Re: [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions

2022-04-26 Thread eop Chen
> Weiwei Li 於 2022年4月27日 上午11:27 寫道: > > > > 在 2022/4/27 上午10:07, eop Chen 写道: >> >> >>> >>> 在 2022/4/27 上午2:20, eop Chen 写道: > Weiwei Li mailto:liwei...@iscas.ac.cn>> 於 > 2022年4月26日 下午4:47 寫道: > 在 2022/3/17 下午3:26, ~eopxd 写道: >> From: Yueh-Ting (eop) Chen >> <

Re: [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions

2022-04-26 Thread Weiwei Li
在 2022/4/27 上午10:07, eop Chen 写道: 在 2022/4/27 上午2:20, eop Chen 写道: Weiwei Li mailto:liwei...@iscas.ac.cn>> 於 2022年4月26日 下午4:47 寫道: 在 2022/3/17 下午3:26, ~eopxd 写道: From: Yueh-Ting (eop) Chen This is the first commit regarding the mask agnostic behavior. Added option 'rvv_ma_all_1s' to en

Re: [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions

2022-04-26 Thread eop Chen
> > 在 2022/4/27 上午2:20, eop Chen 写道: >> >>> Weiwei Li mailto:liwei...@iscas.ac.cn>> 於 2022年4月26日 >>> 下午4:47 寫道: >>> 在 2022/3/17 下午3:26, ~eopxd 写道: From: Yueh-Ting (eop) Chen This is the first commit regarding the mask agnostic behavior.

Re: [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions

2022-04-26 Thread Weiwei Li
在 2022/4/27 上午2:20, eop Chen 写道: Weiwei Li mailto:liwei...@iscas.ac.cn>> 於 2022年4月26日 下午4:47 寫道: 在 2022/3/17 下午3:26, ~eopxd 写道: From: Yueh-Ting (eop) Chen This is the first commit regarding the mask agnostic behavior. Added option 'rvv_ma_all_1s' to enable the behavior, the option is defaul

Re: [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions

2022-04-26 Thread eop Chen
> Weiwei Li 於 2022年4月26日 下午4:47 寫道: > 在 2022/3/17 下午3:26, ~eopxd 写道: >> From: Yueh-Ting (eop) Chen >> >> This is the first commit regarding the mask agnostic behavior. >> Added option 'rvv_ma_all_1s' to enable the behavior, the option >> is default to false. >> >>

Re: [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions

2022-04-26 Thread Weiwei Li
在 2022/3/17 下午3:26, ~eopxd 写道: From: Yueh-Ting (eop) Chen This is the first commit regarding the mask agnostic behavior. Added option 'rvv_ma_all_1s' to enable the behavior, the option is default to false. Signed-off-by: eop Chen Reviewed-by: Frank Chang --- target/riscv/cpu.c

[PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions

2022-04-25 Thread ~eopxd
From: Yueh-Ting (eop) Chen This is the first commit regarding the mask agnostic behavior. Added option 'rvv_ma_all_1s' to enable the behavior, the option is default to false. Signed-off-by: eop Chen Reviewed-by: Frank Chang --- target/riscv/cpu.c | 1 + target/riscv/cpu.h