ppc/svp64: test setvl ms operand

This commit is contained in:
Dmitry Selyutin 2022-09-21 00:26:50 +03:00
parent 63b3ec661a
commit 7f99cbd91f
2 changed files with 2 additions and 0 deletions

View File

@ -13,3 +13,4 @@ Disassembly of section \.text:
.*: (36 7e 00 58|58 00 7e 36) setvl r0,r0,64,0,0,0
.*: (76 00 00 58|58 00 00 76) setvl r0,r0,1,1,0,0
.*: (b6 00 00 58|58 00 00 b6) setvl r0,r0,1,0,1,0
.*: (36 01 00 58|58 00 01 36) setvl r0,r0,1,0,0,1

View File

@ -5,3 +5,4 @@ setvl 0,31,1,0,0,0
setvl 0,0,64,0,0,0
setvl 0,0,1,1,0,0
setvl 0,0,1,0,1,0
setvl 0,0,1,0,0,1