Searched refs:nomips16 (Results 1 – 25 of 31) sorted by relevance
12
5 void __attribute__((nomips16)) foo32();8 void __attribute__((nomips16)) foo32_();13 void foo32__() __attribute__((nomips16));16 void foo32a() __attribute__((nomips16(0))) ; // expected-error {{'nomips16' attribute takes no argu…19 void __attribute__((nomips16(1, 2))) foo32b(); // expected-error {{'nomips16' attribute takes no ar…23 __attribute((nomips16)) int a; // expected-error {{attribute only applies to functions}}
3 void __attribute__((nomips16)) foo32(); // expected-warning {{unknown attribute 'nomips16' ignored}}
13 ; 32: .set nomips1629 ; 16: .set nomips1640 ; 32: .set nomips1656 ; 16: .set nomips1668 ; 32: .set nomips1684 …ter-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"…85 attributes #2 = { nounwind "less-precise-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" …
22 ; 16: .set nomips1633 ; 32: .set nomips1649 ; 16: .set nomips1661 ; 32: .set nomips1677 …ter-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"…78 attributes #2 = { nounwind "less-precise-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" …
13 ; 32: .set nomips1629 ; 32: .set nomips1647 ; 32: .set nomips1665 ; 32: .set nomips1686 ; 32: .set nomips16105 ; 32: .set nomips16123 ; 32: .set nomips16
7 ; 16: .set nomips1635 ; 16: .set nomips1656 attributes #0 = { nounwind "less-precise-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" …58 attributes #2 = { nounwind "less-precise-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" …
13 ; 32: .set nomips1629 ; 16: .set nomips1640 ; 32: .set nomips1672 …ter-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"…
22 ; 16: .set nomips1633 ; 32: .set nomips1653 ; 32: .set nomips1666 …ter-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"…
22 ; 16: .set nomips1633 ; 32: .set nomips1660 …ter-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"…
35 ; 32: .set nomips1659 ; 32: .set nomips1671 …ter-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"…
6 .set nomips16 define10 # CHECK: .set nomips16
21 .set nomips16 define53 .set nomips16 define85 .set nomips16 define
22 .set nomips16 define46 .set nomips16 define
9 .set nomips16 define
13 .set nomips16 define
11 .set nomips16 define
25 .set nomips16 define
28 .set nomips16 define
23 .set nomips16 define
16 .set nomips16 define
15 .set nomips16 define
34 .set nomips16 define
8 void __attribute__((nomips16)) nofoo (void) { in nofoo()