HomeSort by relevance Sort by last modified time
    Searched full:mips16 (Results 251 - 275 of 621) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/
ChangeLog-2008 256 * ld-mips-elf/mips16-pic-4a.s, ld-mips-elf/mips16-pic-4b.s,
257 ld-mips-elf/mips16-pic-4.ver, ld-mips-elf/mips16-pic-4a.dd,
258 ld-mips-elf/mips16-pic-4a.nd, ld-mips-elf/mips16-pic-4a.gd,
259 ld-mips-elf/mips16-pic-4c.s, ld-mips-elf/mips16-pic-4b.dd: New tests.
270 * ld-mips-elf/mips16-pic-3a.s,
271 ld-mips-elf/mips16-pic-3b.s
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.h 1 //===-- Mips16InstrInfo.h - Mips16 Instruction Information ------*- C++ -*-===//
10 // This file contains the Mips16 implementation of the TargetInstrInfo class.
MipsOs16.cpp 146 DEBUG(dbgs() << "os16 forced mips16: " << F->getName() << "\n");
147 F->addFnAttr("mips16");
Mips16ISelLowering.cpp 1 //===-- Mips16ISelLowering.h - Mips16 DAG Lowering Interface ----*- C++ -*-===//
10 // Subclass of MipsTargetLowering specialized for mips16.
30 "mips16-dont-expand-cond-pseudo",
250 // No tail call optimization for mips16.
267 // The Mips16 hard float is a crazy quilt inherited from gcc. I have a much
271 // For Pic, in order for Mips16 code to call Mips32 code which according the abi
280 // For Mips16 we are only concerned with the situations where floating point
282 // Mips16 mode code cannot execute floating point instructions to load those
436 // currently we don't have symbols tagged with the mips16 or mips32
Mips16FrameLowering.cpp 1 //===-- Mips16FrameLowering.cpp - Mips16 Frame Information ----------------===//
10 // This file contains the Mips16 implementation of TargetFrameLowering class.
  /external/llvm/test/CodeGen/Mips/
mips16_32_8.ll 17 ; 32: .set mips16
70 attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
s2rem.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC
3 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=STATIC
stchar.ll 1 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16_h
2 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16_b
alloca16.ll 1 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
cmplarge.ll 1 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=cmp16
hf16call32.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=stel
    [all...]
jtstat.ll 1 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC16
stldst.ll 1 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.h 69 unsigned int mips16 : 1; member in struct:mips_segment_info
74 /* This field is nonzero if the symbol is the target of a MIPS16 jump. */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
compressed-plt-1-o32-mips16-only.od 8 # MIPS16 PLT. Note that indirect calls do not influence the choice,
9 # so f_ic and f_lo_ic have MIPS rather than MIPS16 PLTs.
  /toolchain/binutils/binutils-2.25/gold/
mips.cc 172 // Note that MIPS16 functions set up $gp using PC-relative instructions,
173 // so they themselves never need $25 to be valid. Only non-MIPS16
296 // Check if R_TYPE is a MIPS16 reloc.
924 // Return whether this is a MIPS16 symbol.
942 // Return whether the symbol needs MIPS16 fn_stub.
947 // Set that the symbol needs MIPS16 fn_stub.
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips.exp 473 mips_arch_create mips16 32 {} {} \
474 { -march=mips1 -mips16 } { -mmips:16 }
750 run_dump_test "mips16"
751 run_dump_test "mips16-64"
752 run_dump_test "mips16-macro"
757 run_dump_test "mips16-jalx"
760 # Check MIPS16 HI16/LO16 relocations
761 run_dump_test "mips16-hilo"
763 run_dump_test "mips16-hilo-n32"
765 run_dump_test "mips16-hilo-match
    [all...]
elf-rel9-mips16.d 3 #name: MIPS ELF reloc 9 (MIPS16 version)
mips16-hilo-match.s 46 .set mips16
mips16e-save.d 2 #as: -march=mips32 -mips16 -32
mips16.s 1 # Test the mips16 instruction set.
3 .set mips16
  /toolchain/binutils/binutils-2.25/bfd/
elf64-mips.c 38 . - Support for MIPS16 is untested.
    [all...]
elfn32-mips.c     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 197 # if defined (MIPS16)
198 # define _STLP_NATIVE_INCLUDE_PATH ../mips16
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 197 # if defined (MIPS16)
198 # define _STLP_NATIVE_INCLUDE_PATH ../mips16

Completed in 773 milliseconds

<<11121314151617181920>>