1. 21 6月, 2019 1 次提交
  2. 07 6月, 2019 1 次提交
  3. 02 6月, 2019 1 次提交
  4. 11 3月, 2019 2 次提交
  5. 15 2月, 2019 1 次提交
    • A
      tests/tcg: target/mips: Add tests for MSA interleave instructions · fc76f486
      Aleksandar Markovic 提交于
      Add tests for MSA interleave instructions. This includes following
      instructions:
      
        * ILVEV.B - interleave even (bytes)
        * ILVEV.H - interleave even (halfwords)
        * ILVEV.W - interleave even (words)
        * ILVEV.D - interleave even (doublewords)
        * ILVOD.B - interleave odd (bytes)
        * ILVOD.H - interleave odd (halfwords)
        * ILVOD.W - interleave odd (words)
        * ILVOD.D - interleave odd (doublewords)
        * ILVL.B - interleave left (bytes)
        * ILVL.H - interleave left (halfwords)
        * ILVL.W - interleave left (words)
        * ILVL.D - interleave left (doublewords)
        * ILVR.B - interleave right (bytes)
        * ILVR.H - interleave right (halfwords)
        * ILVR.W - interleave right (words)
        * ILVR.D - interleave right (doublewords)
      
      Each test consists of 80 test cases, so altogether there are 1280
      test cases.
      Reviewed-by: NAleksandar Rikalo <arikalo@wavecomp.com>
      Signed-off-by: NAleksandar Markovic <amarkovic@wavecomp.com>
      fc76f486