mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
target/arm: Implement SVE bitwise shift by vector (predicated)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20180516223007.10256-12-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
ccd841c3d7
commit
27721dbb7a
4 changed files with 64 additions and 0 deletions
|
@ -301,6 +301,10 @@ DO_ZPZZ(MUL, mul)
|
|||
DO_ZPZZ(SMULH, smulh)
|
||||
DO_ZPZZ(UMULH, umulh)
|
||||
|
||||
DO_ZPZZ(ASR, asr)
|
||||
DO_ZPZZ(LSR, lsr)
|
||||
DO_ZPZZ(LSL, lsl)
|
||||
|
||||
static bool trans_SDIV_zpzz(DisasContext *s, arg_rprr_esz *a, uint32_t insn)
|
||||
{
|
||||
static gen_helper_gvec_4 * const fns[4] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue