@@ -13,23 +13,23 @@ qc.cm.mva01s a1, a2
1313# CHECK-ERROR: error: invalid register list, {ra, s0-s10} or {x1, x8-x9, x18-x26} is not supported
1414qc .cm.popretz {ra, s0-s10}, 112
1515
16- # CHECK-ERROR: error: stack adjustment is invalid for this instruction and register list; refer to Xqccmp spec for a detailed range of stack adjustment
16+ # CHECK-ERROR: error: stack adjustment for register list must be a multiple of 16 bytes in the range [ 16 , 64 ]
1717qc .cm.popretz {ra, s0-s1}, 112
1818
19- # CHECK-ERROR: error: stack adjustment is invalid for this instruction and register list; refer to Xqccmp spec for a detailed range of stack adjustment
19+ # CHECK-ERROR: stack adjustment for register list must be a multiple of 16 bytes in the range [ -64 , -16 ]
2020qc .cm.push {ra}, 16
2121
22- # CHECK-ERROR: error: stack adjustment is invalid for this instruction and register list; refer to Xqccmp spec for a detailed range of stack adjustment
22+ # CHECK-ERROR: error: stack adjustment for register list must be a multiple of 16 bytes in the range [ -64 , -16 ]
2323qc .cm.pushfp {ra, s0}, 16
2424
25- # CHECK-ERROR: error: stack adjustment is invalid for this instruction and register list; refer to Xqccmp spec for a detailed range of stack adjustment
25+ # CHECK-ERROR: error: stack adjustment for register list must be a multiple of 16 bytes in the range [ 16 , 64 ]
2626qc .cm.pop {ra, s0-s1}, -32
2727
28- # CHECK-ERROR: error: stack adjustment is invalid for this instruction and register list; refer to Xqccmp spec for a detailed range of stack adjustment
28+ # CHECK-ERROR: error: stack adjustment for register list must be a multiple of 16 bytes in the range [ -64 , -16 ]
2929qc .cm.push {ra}, -8
3030
31- # CHECK-ERROR: error: stack adjustment is invalid for this instruction and register list; refer to Xqccmp spec for a detailed range of stack adjustment
31+ # CHECK-ERROR: error: stack adjustment for register list must be a multiple of 16 bytes in the range [ -64 , -16 ]
3232qc .cm.pushfp {ra, s0}, -12
3333
34- # CHECK-ERROR: error: stack adjustment is invalid for this instruction and register list; refer to Xqccmp spec for a detailed range of stack adjustment
34+ # CHECK-ERROR: error: stack adjustment for register list must be a multiple of 16 bytes in the range [ 16 , 64 ]
3535qc .cm.pop {ra, s0-s1}, -40
0 commit comments