Home | History | Annotate | Download | only in AArch64

Lines Matching full:ror

1479 // CHECK: ror	w0, w1, w2                    // encoding: [0x20,0x2c,0xc2,0x1a]
1480 // CHECK: ror x3, x4, x5 // encoding: [0x83,0x2c,0xc5,0x9a]
1489 ror w24, w25, w26
1490 ror x27, x28, x29
1497 // CHECK: ror w24, w25, w26 // encoding: [0x38,0x2f,0xda,0x1a]
1498 // CHECK: ror x27, x28, x29 // encoding: [0x9b,0x2f,0xdd,0x9a]
1689 ror x19, x23, #24
1690 ror x29, xzr, #63
1694 ror w9, w13, #31
3246 and w3, w17, w19, ror #31
3250 // CHECK: and w3, w17, w19, ror #31 // encoding: [0x23,0x7e,0xd3,0x0a]
3255 and w3, wzr, w20, ror #0
3258 // CHECK: and w3, wzr, w20, ror #0 // encoding: [0xe3,0x03,0xd4,0x0a]
3275 ands x3, x5, x20, ror #63
3279 // CHECK: ands x3, x5, x20, ror #63 // encoding: [0xa3,0xfc,0xd4,0xea]