Home | History | Annotate | Download | only in AArch64

Lines Matching refs:ands

13   ands  w0, w0, #1
14 ands x0, x0, #1
15 ands w1, w2, #15
16 ands x1, x2, #15
23 ; CHECK: ands w0, w0, #0x1 ; encoding: [0x00,0x00,0x00,0x72]
24 ; CHECK: ands x0, x0, #0x1 ; encoding: [0x00,0x00,0x40,0xf2]
25 ; CHECK: ands w1, w2, #0xf ; encoding: [0x41,0x0c,0x00,0x72]
26 ; CHECK: ands x1, x2, #0xf ; encoding: [0x41,0x0c,0x40,0xf2]
72 ands w1, w2, w3
73 ands x1, x2, x3
74 ands w1, w2, w3, lsl #2
75 ands x1, x2, x3, lsl #2
76 ands w1, w2, w3, lsr #2
77 ands x1, x2, x3, lsr #2
78 ands w1, w2, w3, asr #2
79 ands x1, x2, x3, asr #2
80 ands w1, w2, w3, ror #2
81 ands x1, x2, x3, ror #2
83 ; CHECK: ands w1, w2, w3 ; encoding: [0x41,0x00,0x03,0x6a]
84 ; CHECK: ands x1, x2, x3 ; encoding: [0x41,0x00,0x03,0xea]
85 ; CHECK: ands w1, w2, w3, lsl #2 ; encoding: [0x41,0x08,0x03,0x6a]
86 ; CHECK: ands x1, x2, x3, lsl #2 ; encoding: [0x41,0x08,0x03,0xea]
87 ; CHECK: ands w1, w2, w3, lsr #2 ; encoding: [0x41,0x08,0x43,0x6a]
88 ; CHECK: ands x1, x2, x3, lsr #2 ; encoding: [0x41,0x08,0x43,0xea]
89 ; CHECK: ands w1, w2, w3, asr #2 ; encoding: [0x41,0x08,0x83,0x6a]
90 ; CHECK: ands x1, x2, x3, asr #2 ; encoding: [0x41,0x08,0x83,0xea]
91 ; CHECK: ands w1, w2, w3, ror #2 ; encoding: [0x41,0x08,0xc3,0x6a]
92 ; CHECK: ands x1, x2, x3, ror #2 ; encoding: [0x41,0x08,0xc3,0xea]