Home | History | Annotate | Download | only in ARM

Lines Matching full:arm

1 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -relocation-model=dynamic-no-pic -mtriple=armv7-apple-darwin | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM
9 ; ARM: t1
10 ; ARM: ldrb
11 ; ARM-NOT: uxtb
12 ; ARM-NOT: and{{.*}}, #255
23 ; ARM: t2
24 ; ARM: ldrh
25 ; ARM-NOT: uxth
38 ; ARM: t3
39 ; ARM: ldrb
40 ; ARM-NOT: uxtb
41 ; ARM-NOT: and{{.*}}, #255
52 ; ARM: t4
53 ; ARM: ldrh
54 ; ARM-NOT: uxth
64 ; ARM: t5
65 ; ARM: ldrsh
66 ; ARM-NOT: sxth
76 ; ARM: t6
77 ; ARM: ldrsb
78 ; ARM-NOT: sxtb