Home | History | Annotate | Download | only in AArch64

Lines Matching full:strb

2425         strb w23, [x3, #4095]
2426 strb wzr, [x2]
2431 // CHECK: strb w23, [x3, #4095] // encoding: [0x77,0xfc,0x3f,0x39]
2432 // CHECK: strb wzr, [x2] // encoding: [0x5f,0x00,0x00,0x39]
2515 strb w12, [x28, xzr, sxtx #0]
2524 // CHECK: strb w12, [x28, xzr, sxtx #0] // encoding: [0x8c,0xfb,0x3f,0x38]
2636 strb w9, [x2], #255
2637 strb w10, [x3], #1
2638 strb w10, [x3], #-256
2642 // CHECK: strb w9, [x2], #255 // encoding: [0x49,0xf4,0x0f,0x38]
2643 // CHECK: strb w10, [x3], #1 // encoding: [0x6a,0x14,0x00,0x38]
2644 // CHECK: strb w10, [x3], #-256 // encoding: [0x6a,0x04,0x10,0x38]
2792 strb w9, [x2, #255]!
2793 strb w10, [x3, #1]!
2794 strb w10, [x3, #-256]!
2798 // CHECK: strb w9, [x2, #255]! // encoding: [0x49,0xfc,0x0f,0x38]
2799 // CHECK: strb w10, [x3, #1]! // encoding: [0x6a,0x1c,0x00,0x38]
2800 // CHECK: strb w10, [x3, #-256]! // encoding: [0x6a,0x0c,0x10,0x38]