Lines Matching refs:FCC
1 …s -march=mipsel -mcpu=mips32 -relocation-model=pic | FileCheck %s -check-prefixes=ALL,FCC,32-FCC
2 …s -march=mipsel -mcpu=mips32r2 -relocation-model=pic | FileCheck %s -check-prefixes=ALL,FCC,32-FCC
4 ; RUN: llc < %s -march=mips64el -mcpu=mips64 | FileCheck %s -check-prefixes=ALL,FCC,64-FCC
5 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 | FileCheck %s -check-prefixes=ALL,FCC,64-FCC
12 ; 32-FCC: c.eq.s $f12, $f14
13 ; 64-FCC: c.eq.s $f12, $f13
14 ; FCC: bc1f $BB0_2
47 ; 32-FCC: c.olt.s $f12, $f14
48 ; 64-FCC: c.olt.s $f12, $f13
49 ; FCC: bc1f $BB1_2
77 ; 32-FCC: c.ole.s $f12, $f14
78 ; 64-FCC: c.ole.s $f12, $f13
79 ; FCC: bc1t $BB2_2
107 ; 32-FCC: c.eq.d $f12, $f14
108 ; 64-FCC: c.eq.d $f12, $f13
109 ; FCC: bc1f $BB3_2
138 ; 32-FCC: c.olt.d $f12, $f14
139 ; 64-FCC: c.olt.d $f12, $f13
140 ; FCC: bc1f $BB4_2
168 ; 32-FCC: c.ole.d $f12, $f14
169 ; 64-FCC: c.ole.d $f12, $f13
170 ; FCC: bc1t $BB5_2