Lines Matching +full:arm +full:- +full:linux +full:- +full:gnueabi
1 ; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi | \
3 ; RUN: llc < %s -march=arm -mtriple=arm-linux-gnueabi | \
4 ; RUN: FileCheck %s -check-prefix=CHECK -check-prefix=NOEMU
5 ; RUN: llc < %s -emulated-tls -march=arm -mtriple=arm-linux-gnueabi | \
6 ; RUN: FileCheck %s -check-prefix=CHECK -check-prefix=EMU
17 ; CHECK-LABEL: main:
18 ; NOEMU-NOT: __emutls_get_address
21 ; NOEMU-LABEL: teste:
22 ; NOEMU-NEXT: .zero 8
24 ; CHECK-NOT: __emutls_t.teste
27 ; EMU-LABEL: __emutls_v.teste:
28 ; EMU-NEXT: .long 8
29 ; EMU-NEXT: .long 4
30 ; EMU-NEXT: .long 0
31 ; EMU-NEXT: .long 0
33 ; CHECK-NOT: teste:
34 ; CHECK-NOT: __emutls_t.teste