Home | History | Annotate | Download | only in AArch64

Lines Matching refs:ldpsw

2985         ldpsw x9, x10, [sp, #4]
2986 ldpsw x9, x10, [x2, #-256]
2987 ldpsw x20, x30, [sp, #252]
2988 // CHECK: ldpsw x9, x10, [sp, #4] // encoding: [0xe9,0xab,0x40,0x69]
2989 // CHECK: ldpsw x9, x10, [x2, #-256] // encoding: [0x49,0x28,0x60,0x69]
2990 // CHECK: ldpsw x20, x30, [sp, #252] // encoding: [0xf4,0xfb,0x5f,0x69]
3033 ldpsw x9, x10, [sp], #4
3034 ldpsw x9, x10, [x2], #-256
3035 ldpsw x20, x30, [sp], #252
3036 // CHECK: ldpsw x9, x10, [sp], #4 // encoding: [0xe9,0xab,0xc0,0x68]
3037 // CHECK: ldpsw x9, x10, [x2], #-256 // encoding: [0x49,0x28,0xe0,0x68]
3038 // CHECK: ldpsw x20, x30, [sp], #252 // encoding: [0xf4,0xfb,0xdf,0x68]
3080 ldpsw x9, x10, [sp, #4]!
3081 ldpsw x9, x10, [x2, #-256]!
3082 ldpsw x20, x30, [sp, #252]!
3083 // CHECK: ldpsw x9, x10, [sp, #4]! // encoding: [0xe9,0xab,0xc0,0x69]
3084 // CHECK: ldpsw x9, x10, [x2, #-256]! // encoding: [0x49,0x28,0xe0,0x69]
3085 // CHECK: ldpsw x20, x30, [sp, #252]! // encoding: [0xf4,0xfb,0xdf,0x69]