Lines Matching refs:STR
2761 @ STR(immediate)
2763 str r5, [r5, #-4]
2764 str r5, [r6, #32]
2765 str r5, [r6, #33]
2766 str r5, [r6, #257]
2767 str.w pc, [r7, #257]
2768 str r2, [r4, #255]!
2769 str r8, [sp, #4]!
2770 str lr, [sp, #-4]!
2771 str r2, [r4], #255
2772 str r8, [sp], #4
2773 str lr, [sp], #-4
2775 @ CHECK: str r5, [r5, #-4] @ encoding: [0x45,0xf8,0x04,0x5c]
2776 @ CHECK: str r5, [r6, #32] @ encoding: [0x35,0x62]
2777 @ CHECK: str.w r5, [r6, #33] @ encoding: [0xc6,0xf8,0x21,0x50]
2778 @ CHECK: str.w r5, [r6, #257] @ encoding: [0xc6,0xf8,0x01,0x51]
2779 @ CHECK: str.w pc, [r7, #257] @ encoding: [0xc7,0xf8,0x01,0xf1]
2780 @ CHECK: str r2, [r4, #255]! @ encoding: [0x44,0xf8,0xff,0x2f]
2781 @ CHECK: str r8, [sp, #4]! @ encoding: [0x4d,0xf8,0x04,0x8f]
2782 @ CHECK: str lr, [sp, #-4]! @ encoding: [0x4d,0xf8,0x04,0xed]
2783 @ CHECK: str r2, [r4], #255 @ encoding: [0x44,0xf8,0xff,0x2b]
2784 @ CHECK: str r8, [sp], #4 @ encoding: [0x4d,0xf8,0x04,0x8b]
2785 @ CHECK: str lr, [sp], #-4 @ encoding: [0x4d,0xf8,0x04,0xe9]
2789 @ STR(register)
2791 str r1, [r8, r1]
2792 str.w r4, [r5, r2]
2793 str r6, [r0, r2, lsl #3]
2794 str r8, [r8, r2, lsl #2]
2795 str r7, [sp, r2, lsl #1]
2796 str r7, [sp, r2, lsl #0]
2798 @ CHECK: str.w r1, [r8, r1] @ encoding: [0x48,0xf8,0x01,0x10]
2799 @ CHECK: str.w r4, [r5, r2] @ encoding: [0x45,0xf8,0x02,0x40]
2800 @ CHECK: str.w r6, [r0, r2, lsl #3] @ encoding: [0x40,0xf8,0x32,0x60]
2801 @ CHECK: str.w r8, [r8, r2, lsl #2] @ encoding: [0x48,0xf8,0x22,0x80]
2802 @ CHECK: str.w r7, [sp, r2, lsl #1] @ encoding: [0x4d,0xf8,0x12,0x70]
2803 @ CHECK: str.w r7, [sp, r2] @ encoding: [0x4d,0xf8,0x02,0x70]