Home | History | Annotate | Download | only in ARM

Lines Matching refs:strt

2905 @ STRT
2907 strt r1, [r2]
2908 strt r1, [r8, #0]
2909 strt r1, [r8, #3]
2910 strt r1, [r8, #255]
2912 @ CHECK: strt r1, [r2] @ encoding: [0x42,0xf8,0x00,0x1e]
2913 @ CHECK: strt r1, [r8] @ encoding: [0x48,0xf8,0x00,0x1e]
2914 @ CHECK: strt r1, [r8, #3] @ encoding: [0x48,0xf8,0x03,0x1e]
2915 @ CHECK: strt r1, [r8, #255] @ encoding: [0x48,0xf8,0xff,0x1e]