Lines Matching refs:x3
9 ldr x4, [x3]
16 ldrb w4, [x3]
18 ldrb w2, [x3, _foo@pageoff]
20 ldrsb w9, [x3]
44 ; CHECK: ldr x4, [x3] ; encoding: [0x64,0x00,0x40,0xf9]
51 ; CHECK: ldrb w4, [x3] ; encoding: [0x64,0x00,0x40,0x39]
53 ; CHECK: ldrb w2, [x3, _foo@PAGEOFF] ; encoding: [0x62,0bAAAAAA00,0b01AAAAAA,0x39]
55 ; CHECK: ldrsb w9, [x3] ; encoding: [0x69,0x00,0xc0,0x39]
81 str x4, [x3]
89 strb w4, [x3]
93 ; CHECK: str x4, [x3] ; encoding: [0x64,0x00,0x00,0xf9]
101 ; CHECK: strb w4, [x3] ; encoding: [0x64,0x00,0x00,0x39]
109 ldur w2, [x3]
111 ldur x2, [x3]
118 ldursb w9, [x3]
124 ; CHECK: ldur w2, [x3] ; encoding: [0x62,0x00,0x40,0xb8]
126 ; CHECK: ldur x2, [x3] ; encoding: [0x62,0x00,0x40,0xf8]
133 ; CHECK: ldursb w9, [x3] ; encoding: [0x69,0x00,0xc0,0x38]
139 stur w4, [x3]
141 stur x4, [x3]
149 sturb w4, [x3]
154 ; CHECK: stur w4, [x3] ; encoding: [0x64,0x00,0x00,0xb8]
156 ; CHECK: stur x4, [x3] ; encoding: [0x64,0x00,0x00,0xf8]
164 ; CHECK: sturb w4, [x3] ; encoding: [0x64,0x00,0x00,0x38]
174 ldtr x3, [x4, #16]
176 ldtrsb w9, [x3]
184 ; CHECK: ldtr x3, [x4, #16] ; encoding: [0x83,0x08,0x41,0xf8]
186 ; CHECK: ldtrsb w9, [x3] ; encoding: [0x69,0x08,0xc0,0x38]
194 sttr x4, [x3]
196 sttrb w4, [x3]
201 ; CHECK: sttr x4, [x3] ; encoding: [0x64,0x08,0x00,0xf8]
203 ; CHECK: sttrb w4, [x3] ; encoding: [0x64,0x08,0x00,0x38]
284 ldpsw x2, x3, [x14, #16]
285 ldpsw x2, x3, [sp, #-16]
292 ; CHECK: ldpsw x2, x3, [x14, #16] ; encoding: [0xc2,0x0d,0x42,0x69]
293 ; CHECK: ldpsw x2, x3, [sp, #-16] ; encoding: [0xe2,0x0f,0x7e,0x69]
316 ldpsw x2, x3, [x14, #16]!
317 ldpsw x2, x3, [sp, #-16]!
323 ; CHECK: ldpsw x2, x3, [x14, #16]! ; encoding: [0xc2,0x0d,0xc2,0x69]
324 ; CHECK: ldpsw x2, x3, [sp, #-16]! ; encoding: [0xe2,0x0f,0xfe,0x69]
344 ldpsw x2, x3, [x14], #16
345 ldpsw x2, x3, [sp], #-16
351 ; CHECK: ldpsw x2, x3, [x14], #16 ; encoding: [0xc2,0x0d,0xc2,0x68]
352 ; CHECK: ldpsw x2, x3, [sp], #-16 ; encoding: [0xe2,0x0f,0xfe,0x68]
428 str d1, [sp, x3]
430 str q1, [sp, x3]
433 ; CHECK: str d1, [sp, x3] ; encoding: [0xe1,0x6b,0x23,0xfc]
435 ; CHECK: str q1, [sp, x3] ; encoding: [0xe1,0x6b,0xa3,0x3c]
461 ldxp x7, x3, [x9]
466 ; CHECK: ldxp x7, x3, [x9] ; encoding: [0x27,0x0d,0x7f,0xc8]
468 stxr w1, x4, [x3]
469 stxr w1, w4, [x3]
470 stxrb w1, w4, [x3]
471 stxrh w1, w4, [x3]
475 ; CHECK: stxr w1, x4, [x3] ; encoding: [0x64,0x7c,0x01,0xc8]
476 ; CHECK: stxr w1, w4, [x3] ; encoding: [0x64,0x7c,0x01,0x88]
477 ; CHECK: stxrb w1, w4, [x3] ; encoding: [0x64,0x7c,0x01,0x08]
478 ; CHECK: stxrh w1, w4, [x3] ; encoding: [0x64,0x7c,0x01,0x48]
497 stlr x3, [x6]
502 ; CHECK: stlr x3, [x6] ; encoding: [0xc3,0xfc,0x9f,0xc8]
554 ldr h3, [x3, #-4]
568 ; CHECK: ldur h3, [x3, #-4] ; encoding: [0x63,0xc0,0x5f,0x7c]
582 str h3, [x3, #-4]
596 ; CHECK: stur h3, [x3, #-4] ; encoding: [0x63,0xc0,0x1f,0x7c]
606 ldrh w5, [x3, #-1]
613 ldrsw x3, [x10, #10]
618 ; CHECK: ldurh w5, [x3, #-1] ; encoding: [0x65,0xf0,0x5f,0x78]
625 ; CHECK: ldursw x3, [x10, #10] ; encoding: [0x43,0xa1,0x80,0xb8]
630 strh w5, [x3, #-1]
634 ; CHECK: sturh w5, [x3, #-1] ; encoding: [0x65,0xf0,0x1f,0x78]