Home | History | Annotate | Download | only in ARM

Lines Matching refs:STR

528 @ STR (immediate)
530 str r2, [r7]
531 str r2, [r7, #0]
532 str r5, [r1, #4]
533 str r3, [r7, #124]
534 str r2, [sp]
535 str r3, [sp, #0]
536 str r4, [sp, #20]
537 str r5, [sp, #1020]
539 @ CHECK: str r2, [r7] @ encoding: [0x3a,0x60]
540 @ CHECK: str r2, [r7] @ encoding: [0x3a,0x60]
541 @ CHECK: str r5, [r1, #4] @ encoding: [0x4d,0x60]
542 @ CHECK: str r3, [r7, #124] @ encoding: [0xfb,0x67]
543 @ CHECK: str r2, [sp] @ encoding: [0x00,0x92]
544 @ CHECK: str r3, [sp] @ encoding: [0x00,0x93]
545 @ CHECK: str r4, [sp, #20] @ encoding: [0x05,0x94]
546 @ CHECK: str r5, [sp, #1020] @ encoding: [0xff,0x95]
550 @ STR (register)
552 str r2, [r7, r3]
554 @ CHECK: str r2, [r7, r3] @ encoding: [0xfa,0x50]