….(additional) four shift instructions
shr (op-code = 26)shift right by using value in (5-bit) c3 field
shr R3, R4, 7 shift R4 right 7 times in to R3
shra (op-code = 27) Arithmetic shift right by using value in c3 field
shra R3, R4, 7Ashift R4 right 7 times in to R3
shl (op-code = 28)shift left by using value in (5-bit) c3 field
shl R8, R5, 6shift R5 left 6 times in to R8
shc (op-code = 29)shift left? circular by using value in c3 field
shc R3, R4, 3shift R4 circular 3 times in to R3
Note: If count field contains 0, then these instructions will use the modified Type D format