Home
last modified time | relevance | path

Searched refs:nomips16 (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/test/Sema/
Dmips16_attr_allowed.c5 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}}
Dmips16_attr_not_allowed.c3 void __attribute__((nomips16)) foo32(); // expected-warning {{unknown attribute 'nomips16' ignored}}
/external/llvm/test/CodeGen/Mips/
Dmips16_32_6.ll13 ; 32: .set nomips16
29 ; 16: .set nomips16
40 ; 32: .set nomips16
56 ; 16: .set nomips16
68 ; 32: .set nomips16
84 …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" …
Dmips16_32_5.ll22 ; 16: .set nomips16
33 ; 32: .set nomips16
49 ; 16: .set nomips16
61 ; 32: .set nomips16
77 …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" …
Dfpneeded.ll13 ; 32: .set nomips16
29 ; 32: .set nomips16
47 ; 32: .set nomips16
65 ; 32: .set nomips16
86 ; 32: .set nomips16
105 ; 32: .set nomips16
123 ; 32: .set nomips16
Dmips16_32_10.ll7 ; 16: .set nomips16
35 ; 16: .set nomips16
56 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" …
Dmips16_32_7.ll13 ; 32: .set nomips16
29 ; 16: .set nomips16
40 ; 32: .set nomips16
72 …ter-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"…
Dmips16_32_3.ll22 ; 16: .set nomips16
33 ; 32: .set nomips16
53 ; 32: .set nomips16
66 …ter-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"…
Dmips16_32_4.ll22 ; 16: .set nomips16
33 ; 32: .set nomips16
60 …ter-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"…
Dmips16_32_8.ll35 ; 32: .set nomips16
59 ; 32: .set nomips16
71 …ter-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "nomips16" "unsafe-fp-math"…
/external/llvm/test/MC/Mips/
Dset-mips16-directive.s6 .set nomips16 define
10 # CHECK: .set nomips16
Delf-tls.s21 .set nomips16 define
53 .set nomips16 define
85 .set nomips16 define
Dmips_gprel16.s22 .set nomips16 define
46 .set nomips16 define
Dmicromips-alias.s9 .set nomips16 define
Dmicromips-el-fixup-data.s13 .set nomips16 define
Dcpload-bad.s11 .set nomips16 define
Dxgot.s25 .set nomips16 define
Delf-gprel-32-64.s28 .set nomips16 define
Delf-N64.s23 .set nomips16 define
Dr-mips-got-disp.s16 .set nomips16 define
Ddo_switch1.s16 .set nomips16 define
Ddo_switch2.s15 .set nomips16 define
Delf-relsym.s34 .set nomips16 define
Ddo_switch3.s15 .set nomips16 define
/external/clang/test/CodeGen/
Dmips16-attr.c8 void __attribute__((nomips16)) nofoo (void) { in nofoo()

12