mbox series

[0/2] target/mips: Optimize ILVEV and ILVOD MSA instructions

Message ID 1552651368-7422-1-git-send-email-mateja.marjanovic@rt-rk.com (mailing list archive)
Headers show
Series target/mips: Optimize ILVEV and ILVOD MSA instructions | expand

Message

Mateja Marjanovic March 15, 2019, 12:02 p.m. UTC
From: Mateja Marjanovic <Mateja.Marjanovic@rt-rk.com>

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(-)