qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] target/mips: Optimize ILVEV and ILVOD MSA instr


From: Mateja Marjanovic
Subject: [Qemu-devel] [PATCH 0/2] target/mips: Optimize ILVEV and ILVOD MSA instructions
Date: Fri, 15 Mar 2019 13:02:46 +0100

From: Mateja Marjanovic <address@hidden>

Optimize set of MSA instructions ILVEV and ILVOD,
using directly tcg registers and performing logic
on them insted of using helpers.


Mateja Marjanovic (2):
  target/mips: Optimize ILVOD.<B|H|W|D> MSA instructions
  target/mips: Optimize ILVEV.<B|H|W|D> MSA instructions

 target/mips/helper.h     |   2 -
 target/mips/msa_helper.c | 103 ---------------------
 target/mips/translate.c  | 236 ++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 234 insertions(+), 107 deletions(-)

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]