HomeSort by relevance Sort by last modified time
    Searched refs:mips16 (Results 1 - 25 of 451) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
mips16_attr_allowed.c 6 void __attribute__((mips16)) foo16();
9 void __attribute__((mips16)) foo16_();
14 void foo32__() __attribute__((mips16));
17 void __attribute__((mips16(1))) foo16a(); // expected-error {{'mips16' attribute takes no arguments}}
20 void __attribute__((mips16(1, 2))) foo16b(); // expected-error {{'mips16' attribute takes no arguments}}
25 __attribute((mips16)) int b; // expected-error {{attribute only applies to functions}}
mips16_attr_not_allowed.c 4 void __attribute__((mips16)) foo16(); // expected-warning {{unknown attribute 'mips16' ignored}}
  /external/clang/test/CodeGen/
mips16-attr.c 2 void __attribute__((mips16)) foo (void) {
6 // CHECK: define void @foo() [[MIPS16:#[0-9]+]]
14 // CHECK: attributes [[MIPS16]] = { nounwind {{.*}} "mips16" {{.*}} }
  /external/llvm/test/MC/Mips/
elf_eflags_mips16.s 6 .set mips16
mips-abi-bad.s 14 # CHECK :.set mips16
15 .set mips16
  /external/stlport/stlport/stl/config/
_evc.h 197 # if defined (MIPS16)
198 # define _STLP_NATIVE_INCLUDE_PATH ../mips16
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 197 # if defined (MIPS16)
198 # define _STLP_NATIVE_INCLUDE_PATH ../mips16
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/mips64el-linux-android/lib/ldscripts/
elf32btsmip.xsc 85 *(.mips16.fn.*) *(.mips16.call.*)
elf32btsmip.xsw 84 *(.mips16.fn.*) *(.mips16.call.*)
elf32btsmipn32.xsc 85 *(.mips16.fn.*) *(.mips16.call.*)
elf32btsmipn32.xsw 84 *(.mips16.fn.*) *(.mips16.call.*)
elf32ltsmip.xsc 84 *(.mips16.fn.*) *(.mips16.call.*)
elf32ltsmip.xsw 83 *(.mips16.fn.*) *(.mips16.call.*)
elf32ltsmipn32.xsc 85 *(.mips16.fn.*) *(.mips16.call.*)
elf32ltsmipn32.xsw 84 *(.mips16.fn.*) *(.mips16.call.*)
elf64btsmip.xsc 85 *(.mips16.fn.*) *(.mips16.call.*)
elf64btsmip.xsw 84 *(.mips16.fn.*) *(.mips16.call.*)
elf64ltsmip.xsc 85 *(.mips16.fn.*) *(.mips16.call.*)
elf64ltsmip.xsw 84 *(.mips16.fn.*) *(.mips16.call.*)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/mips64el-linux-android/lib/ldscripts/
elf32btsmip.xsc 84 *(.mips16.fn.*) *(.mips16.call.*)
elf32btsmip.xsw 83 *(.mips16.fn.*) *(.mips16.call.*)
elf32btsmipn32.xsc 86 *(.mips16.fn.*) *(.mips16.call.*)
elf32btsmipn32.xsw 85 *(.mips16.fn.*) *(.mips16.call.*)
elf32ltsmip.xsc 83 *(.mips16.fn.*) *(.mips16.call.*)
elf32ltsmip.xsw 82 *(.mips16.fn.*) *(.mips16.call.*)

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011>>