Home | History | Annotate | Download | only in ARM

Lines Matching full:ldrsht

1271 @ LDRSHT
1273 ldrsht r1, [r2]
1274 ldrsht r1, [r8, #0]
1275 ldrsht r1, [r8, #3]
1276 ldrsht r1, [r8, #255]
1278 @ CHECK: ldrsht r1, [r2] @ encoding: [0x32,0xf9,0x00,0x1e]
1279 @ CHECK: ldrsht r1, [r8] @ encoding: [0x38,0xf9,0x00,0x1e]
1280 @ CHECK: ldrsht r1, [r8, #3] @ encoding: [0x38,0xf9,0x03,0x1e]
1281 @ CHECK: ldrsht r1, [r8, #255] @ encoding: [0x38,0xf9,0xff,0x1e]