Home | History | Annotate | Download | only in AArch64

Lines Matching refs:ldpsw

2997         ldpsw x9, x10, [sp, #4]
2998 ldpsw x9, x10, [x2, #-256]
2999 ldpsw x20, x30, [sp, #252]
3000 // CHECK: ldpsw
3001 // CHECK: ldpsw x9, x10, [x2, #-256] // encoding: [0x49,0x28,0x60,0x69]
3002 // CHECK: ldpsw x20, x30, [sp, #252] // encoding: [0xf4,0xfb,0x5f,0x69]
3045 ldpsw x9, x10, [sp], #4
3046 ldpsw x9, x10, [x2], #-256
3047 ldpsw x20, x30, [sp], #252
3048 // CHECK: ldpsw x9, x10, [sp], #4 // encoding: [0xe9,0xab,0xc0,0x68]
3049 // CHECK: ldpsw x9, x10, [x2], #-256 // encoding: [0x49,0x28,0xe0,0x68]
3050 // CHECK: ldpsw x20, x30, [sp], #252 // encoding: [0xf4,0xfb,0xdf,0x68]
3092 ldpsw x9, x10, [sp, #4]!
3093 ldpsw x9, x10, [x2, #-256]!
3094 ldpsw x20, x30, [sp, #252]!
3095 // CHECK: ldpsw x9, x10, [sp, #4]! // encoding: [0xe9,0xab,0xc0,0x69]
3096 // CHECK: ldpsw x9, x10, [x2, #-256]! // encoding: [0x49,0x28,0xe0,0x69]
3097 // CHECK: ldpsw x20, x30, [sp, #252]! // encoding: [0xf4,0xfb,0xdf,0x69]