]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: new Iops added to support MSA
authorPetar Jovanovic <mips32r2@gmail.com>
Mon, 9 Oct 2017 15:48:48 +0000 (17:48 +0200)
committerPetar Jovanovic <mips32r2@gmail.com>
Fri, 27 Oct 2017 14:27:24 +0000 (16:27 +0200)
commit91373819a398722105111dab58e88dca21279cef
tree79f64975f117c40d151ccfbda622552f8d253901
parentc1eace647ca4f670ef9bec0d0fe72cdd25a96394
mips: new Iops added to support MSA

New Iops are defined:
  Iop_Scale2_32Fx4, Iop_Scale2_64Fx2,
  Iop_Log2_32Fx4, Iop_Log2_64Fx2,
  Iop_F32x4_2toQ16x8, Iop_F64x2_2toQ32x4,
  Iop_PackOddLanes8x16, Iop_PackEvenLanes8x16,
  Iop_PackOddLanes16x8, Iop_PackEvenLanes16x8,
  Iop_PackOddLanes32x4, Iop_PackEvenLanes32x4.

Contributed by:
  Tamara Vlahovic, Aleksandar Rikalo and Aleksandra Karadzic.

Related BZ issue - #382563.
VEX/priv/ir_defs.c
VEX/pub/libvex_ir.h
memcheck/mc_translate.c
memcheck/tests/vbit-test/irops.c