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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/config/
mt-mips-elfoabi 1 include $(srcdir)/config/mt-mips16-compat
mt-mips16-compat 1 # Configurations use this fragment if they support MIPS16 and non-MIPS16 code,
2 # but if the libraries are all non-MIPS16. Add -minterlink-mips16 so
4 CFLAGS_FOR_TARGET += -minterlink-mips16
5 CXXFLAGS_FOR_TARGET += -minterlink-mips16
mt-mips-gnu 2 include $(srcdir)/config/mt-mips16-compat
mt-sde 2 # -minterlink-mips16 so that the non-MIPS16 libraries can still be
3 # linked against partly-MIPS16 code. The -mcode-readable=pcrel option allows
4 # MIPS16 libraries to run on Harvard-style split I/D memories, so long
9 CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
10 CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-readable=pcrel -mno-gpopt
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips16-1.d 1 #source: mips16-1a.s -no-mips16
2 #source: mips16-1b.s -mips16
7 private flags = [0-9a-f]*[4-7c-f]......: .*[[,]mips16[],].*
mips16-pic-1b.s 3 .include "mips16-pic-1.inc"
5 callpic unused6,mips16
6 jals unused7,mips16
7 jals unused10,mips16
12 callpic used21,mips16
mips16-pic-2b.s 3 .include "mips16-pic-1.inc"
5 .set mips16
8 pic_prologue mips16
9 pic_call unused4,mips16
10 pic_call used7,mips16
mips16-pic-1a.s 3 .include "mips16-pic-1.inc"
5 # Test local stubs that are only used by MIPS16 PIC calls in this file.
7 callpic unused1,mips16
9 # Test local stubs that are only used by MIPS16 jals in this file.
11 jals unused2,mips16
16 # Test hidden stubs that are called by MIPS16 PIC calls in this file.
18 callpic unused4,mips16
20 # Test hidden stubs that are called by MIPS16 jals in this file.
22 jals unused5,mips16
24 # Test hidden stubs that are called by MIPS16 PIC calls in another file
    [all...]
mips16-pic-2a.s 3 .include "mips16-pic-1.inc"
5 # Test local stubs that are only used by MIPS16 PIC calls in this file.
11 # Test hidden stubs that are called by MIPS16 PIC calls in this file.
14 # Test hidden stubs that are called by MIPS16 PIC calls in another file.
41 # Test global stubs that are called by MIPS16 PIC calls in this file.
44 # Test global stubs that are called by MIPS16 PIC calls in another file.
50 .set mips16
53 pic_prologue mips16
54 pic_call unused1,mips16
55 pic_call unused3,mips16
    [all...]
mips16-and-micromips.d 1 #name: MIPS16 and microMIPS interlink
2 #source: ../../../gas/testsuite/gas/mips/nop.s -mips16
5 #error: \A.*: .*\.o: ASE mismatch: linking microMIPS module with previous MIPS16 modules[\n\r]+.*: failed to merge target specific data of file .*\.o\Z
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips16-absolute-reloc-2.d 1 #name: MIPS16 absolute relocation 2
3 #error-output: mips16-absolute-reloc-2.l
mips16-absolute-reloc-3.d 1 #name: MIPS16 absolute relocation 3
3 #error-output: mips16-absolute-reloc-3.l
mips16-pcrel-absolute.d 1 #name: MIPS16 PC-relative reference to absolute expression
3 #error-output: mips16-pcrel-absolute.l
mips16-pcrel-addend-2.d 1 #name: MIPS16 PC-relative relocation with addend 2
3 #error-output: mips16-pcrel-addend-2.l
mips16-pcrel-addend-3.d 1 #name: MIPS16 PC-relative relocation with addend 3
3 #error-output: mips16-pcrel-addend-3.l
mips16-pcrel-reloc-2.d 1 #name: MIPS16 PC-relative relocation 2
3 #error-output: mips16-pcrel-reloc-2.l
mips16-pcrel-reloc-3.d 1 #name: MIPS16 PC-relative relocation 3
3 #error-output: mips16-pcrel-reloc-3.l
mips16-pcrel-reloc-6.d 1 #name: MIPS16 PC-relative relocation 6
3 #error-output: mips16-pcrel-reloc-6.l
mips16-pcrel-reloc-7.d 1 #name: MIPS16 PC-relative relocation 7
3 #error-output: mips16-pcrel-reloc-7.l
mips16-vis-1.s 1 .set mips16
elf_ase_mips16.d 1 # name: ELF MIPS16 ASE markings
4 # as: -32 -mips16
7 !private flags = .*mips16.*
  /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}}
  /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/
set-mips16-directive.s 2 # FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.
5 .set mips16
9 # CHECK: .set mips16
  /external/llvm/test/CodeGen/Mips/
bswap.ll 3 ; RUN: llc < %s -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32r2 -mattr=+mips16 | FileCheck %s -check-prefix=MIPS16
15 ; MIPS16-LABEL: bswap32:
16 ; MIPS16-DAG: srl $[[R0:[0-9]+]], $4, 8
17 ; MIPS16-DAG: srl $[[R1:[0-9]+]], $4, 24
18 ; MIPS16-DAG: sll $[[R2:[0-9]+]], $4, 8
19 ; MIPS16-DAG: sll $[[R3:[0-9]+]], $4, 24
20 ; MIPS16-DAG: li $[[R4:[0-9]+]], 65280
21 ; MIPS16-DAG: and $[[R4]], $[[R0]]
22 ; MIPS16-DAG: or $[[R1]], $[[R4]
    [all...]

Completed in 374 milliseconds

1 2 3 4 5 6 7 8 91011>>