Lines Matching refs:x13
107 add x12, x13, x14
109 add x12, x13, x14, lsl #12
110 add x12, x13, x14, lsr #42
111 add x12, x13, x14, asr #39
114 ; CHECK: add x12, x13, x14 ; encoding: [0xac,0x01,0x0e,0x8b]
116 ; CHECK: add x12, x13, x14, lsl #12 ; encoding: [0xac,0x31,0x0e,0x8b]
117 ; CHECK: add x12, x13, x14, lsr #42 ; encoding: [0xac,0xa9,0x4e,0x8b]
118 ; CHECK: add x12, x13, x14, asr #39 ; encoding: [0xac,0x9d,0x8e,0x8b]
121 sub x12, x13, x14
123 sub x12, x13, x14, lsl #12
124 sub x12, x13, x14, lsr #42
125 sub x12, x13, x14, asr #39
128 ; CHECK: sub x12, x13, x14 ; encoding: [0xac,0x01,0x0e,0xcb]
130 ; CHECK: sub x12, x13, x14, lsl #12 ; encoding: [0xac,0x31,0x0e,0xcb]
131 ; CHECK: sub x12, x13, x14, lsr #42 ; encoding: [0xac,0xa9,0x4e,0xcb]
132 ; CHECK: sub x12, x13, x14, asr #39 ; encoding: [0xac,0x9d,0x8e,0xcb]
135 adds x12, x13, x14
137 adds x12, x13, x14, lsl #12
138 adds x12, x13, x14, lsr #42
139 adds x12, x13, x14, asr #39
142 ; CHECK: adds x12, x13, x14 ; encoding: [0xac,0x01,0x0e,0xab]
144 ; CHECK: adds x12, x13, x14, lsl #12 ; encoding: [0xac,0x31,0x0e,0xab]
145 ; CHECK: adds x12, x13, x14, lsr #42 ; encoding: [0xac,0xa9,0x4e,0xab]
146 ; CHECK: adds x12, x13, x14, asr #39 ; encoding: [0xac,0x9d,0x8e,0xab]
149 subs x12, x13, x14
151 subs x12, x13, x14, lsl #12
152 subs x12, x13, x14, lsr #42
153 subs x12, x13, x14, asr #39
156 ; CHECK: subs x12, x13, x14 ; encoding: [0xac,0x01,0x0e,0xeb]
158 ; CHECK: subs x12, x13, x14, lsl #12 ; encoding: [0xac,0x31,0x0e,0xeb]
159 ; CHECK: subs x12, x13, x14, lsr #42 ; encoding: [0xac,0xa9,0x4e,0xeb]
160 ; CHECK: subs x12, x13, x14, asr #39 ; encoding: [0xac,0x9d,0x8e,0xeb]