Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:rotlw

3377 # CHECK-BE: rotlw 2, 3, 4                   # encoding: [0x5c,0x62,0x20,0x3e]
3378 # CHECK-LE: rotlw 2, 3, 4 # encoding: [0x3e,0x20,0x62,0x5c]
3379 rotlw 2, 3, 4
3380 # CHECK-BE: rotlw. 2, 3, 4 # encoding: [0x5c,0x62,0x20,0x3f]
3381 # CHECK-LE: rotlw. 2, 3, 4 # encoding: [0x3f,0x20,0x62,0x5c]
3382 rotlw. 2, 3, 4