Lines Matching refs:STRT
2502 @ STRT
2504 strt r1, [r2]
2505 strt r1, [r8, #0]
2506 strt r1, [r8, #3]
2507 strt r1, [r8, #255]
2509 @ CHECK: strt r1, [r2] @ encoding: [0x42,0xf8,0x00,0x1e]
2510 @ CHECK: strt r1, [r8] @ encoding: [0x48,0xf8,0x00,0x1e]
2511 @ CHECK: strt r1, [r8, #3] @ encoding: [0x48,0xf8,0x03,0x1e]
2512 @ CHECK: strt r1, [r8, #255] @ encoding: [0x48,0xf8,0xff,0x1e]