0025-Fix-all-issues-in-b-ext-64.d.patch 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. From ab2ea57b423cb06fcd0abfebbb7ad89f701012f9 Mon Sep 17 00:00:00 2001
  2. From: LevyHsu <admin@levyhsu.com>
  3. Date: Thu, 24 Jun 2021 16:21:29 +0800
  4. Subject: [PATCH 25/28] Fix all issues in b-ext-64.d
  5. ---
  6. gas/testsuite/gas/riscv/b-ext-64.d | 4 ++--
  7. 1 file changed, 2 insertions(+), 2 deletions(-)
  8. diff --git a/gas/testsuite/gas/riscv/b-ext-64.d b/gas/testsuite/gas/riscv/b-ext-64.d
  9. index e27787a3f5..cab096cc78 100755
  10. --- a/gas/testsuite/gas/riscv/b-ext-64.d
  11. +++ b/gas/testsuite/gas/riscv/b-ext-64.d
  12. @@ -52,7 +52,7 @@ Disassembly of section .text:
  13. [ ]+a4:[ ]+0825c53b[ ]+packw[ ]+a0,a1,0x2
  14. [ ]+a8:[ ]+4825c53b[ ]+packuw[ ]+a0,a1,0x2
  15. [ ]+ac:[ ]+68c5d533[ ]+grev[ ]+a0,a1,a2
  16. -[ ]+b0:[ ]+6825d513[ ]+rev2.n[ ]+a0,a1,0x2
  17. +[ ]+b0:[ ]+6825d513[ ]+rev2.n[ ]+a0,a1
  18. [ ]+b4:[ ]+6825d53b[ ]+grevw[ ]+a0,a1,0x2
  19. [ ]+b8:[ ]+6825d51b[ ]+greviw[ ]+a0,a1,0x2
  20. [ ]+bc:[ ]+28c5d533[ ]+gorc[ ]+a0,a1,a2
  21. @@ -63,7 +63,7 @@ Disassembly of section .text:
  22. [ ]+d0:[ ]+08259513[ ]+zip2.b[ ]+a0,a1
  23. [ ]+d4:[ ]+0825953b[ ]+shflw[ ]+a0,a1,0x2
  24. [ ]+d8:[ ]+08c5d533[ ]+unshfl[ ]+a0,a1,a2
  25. -[ ]+dc:[ ]+0825d513[ ]+unzip2.b[ ]+a0,a1,0x2
  26. +[ ]+dc:[ ]+0825d513[ ]+unzip2.b[ ]+a0,a1
  27. [ ]+e0:[ ]+0825d53b[ ]+unshflw[ ]+a0,a1,0x2
  28. [ ]+e4:[ ]+28c5a533[ ]+xperm.n[ ]+a0,a1,a2
  29. [ ]+e8:[ ]+28c5c533[ ]+xperm.b[ ]+a0,a1,a2
  30. --
  31. 2.33.0