Lines Matching full:strt
2979 @ STRT
2981 strt r1, [r2]
2982 strt r1, [r8, #0]
2983 strt r1, [r8, #3]
2984 strt r1, [r8, #255]
2986 @ CHECK: strt r1, [r2] @ encoding: [0x42,0xf8,0x00,0x1e]
2987 @ CHECK: strt r1, [r8] @ encoding: [0x48,0xf8,0x00,0x1e]
2988 @ CHECK: strt r1, [r8, #3] @ encoding: [0x48,0xf8,0x03,0x1e]
2989 @ CHECK: strt r1, [r8, #255] @ encoding: [0x48,0xf8,0xff,0x1e]