Lines Matching refs:GNU
3 ; RUN: llc < %s -mtriple=armv7-linux-gnu -mcpu=cortex-a8 | FileCheck %s --check-prefix=NOOPT-GNU
5 ; RUN: --enable-unsafe-fp-math | FileCheck %s --check-prefix=SINCOS-GNU
15 ; SINCOS-GNU-LABEL: test1:
16 ; SINCOS-GNU: bl sincosf
22 ; NOOPT-GNU-LABEL: test1:
23 ; NOOPT-GNU: bl sinf
24 ; NOOPT-GNU: bl cosf
37 ; SINCOS-GNU-LABEL: test2:
38 ; SINCOS-GNU: bl sincos
44 ; NOOPT-GNU-LABEL: test2:
45 ; NOOPT-GNU: bl sin
46 ; NOOPT-GNU: bl cos