Skip to content

Changed the immediate order in bit maipulation instructions

Created by: MaryBennett

==Related Issues== Issue #68 (closed)

==Commit==

Files Changed:

gas/testsuite/gas/riscv:

  • cv-bitmanip-march-xcorev.d: Updated the tests with the changed immediate order. cv-bitmanip-march-xcorev.s: Likewise. cv-bitmanip-march-xcorevbitmanip.d: Likewise. cv-bitmanip-march-xcorevbitmanip.s: Likewise. cv-bitrev-fail.l: Likewise. cv-bitrev-fail.s: Likewise. cv-bitrev-pass.d: Likewise. cv-bitrev-pass.s: Likewise.

opcodes:

  • riscv-opc.c: Changed the order of ls2 and ls3 in instructions cv.extract, cv.instert, cv.bclr, cv.bset, and cv.bitrev.

==Results== No change

===GAS===

Category Previous With commit Delta
Expected passes 1270 1270 -
Unexpected failures - - -
Unexpected successes - - -
Expected failures 23 23 -
Unresolved testcases - - -
Unsupported tests 9 9 -

Merge request reports

Loading