HomeSort by relevance Sort by last modified time
    Searched full:mips16 (Results 276 - 300 of 618) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
compressed-plt-1-o32-mips16-got.rd 50 # A MIPS16 PLT should only be used as the symbol value if the function has
51 # a direct MIPS16 caller (dc) and no direct MIPS caller (du).
compressed-plt-1-o32-mips16.rd 51 # A MIPS16 PLT should only be used as the symbol value if the function has
52 # a direct MIPS16 caller (dc) and no direct MIPS caller (du).
compressed-plt-1-o32-mips16-word.rd 65 # A MIPS16 PLT should only be used as the symbol value if the function has
66 # a direct MIPS16 caller (dc) and no direct MIPS caller (du).
mips-dyn.ld 73 *(.mips16.fn.*) *(.mips16.call.*)
mips-lib.ld 72 *(.mips16.fn.*) *(.mips16.call.*)
  /toolchain/binutils/binutils-2.25/bfd/
elf32-mips.c 833 /* The reloc used for the mips16 jump instruction. */
851 /* The reloc used for the mips16 gprel instruction. */
866 /* A MIPS16 reference to the global offset table. */
881 /* A MIPS16 call through the global offset table. */
896 /* MIPS16 high 16 bits of symbol value. */
911 /* MIPS16 low 16 bits of symbol value. */
926 /* MIPS16 TLS general dynamic variable reference. */
941 /* MIPS16 TLS local dynamic variable reference. */
956 /* MIPS16 TLS local dynamic offset. */
971 /* MIPS16 TLS local dynamic offset. *
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ChangeLog-2013 283 * mips16-opc.c (decode_mips16_operand): Likewise.
334 * mips16-opc.c (decode_mips16_operand): Likewise.
348 * mips16-opc.c (WR_1, WR_2, RD_1, RD_2, RD_3, RD_4, MOD_1, MOD_2):
372 * mips16-opc.c (UBR, CBR, RD_31, RD_PC): Redefine as INSN2_* flags.
380 * mips16-opc.c (mips16_opcodes): Reformat.
742 * Makefile.am (mips-opc.lo, micromips-opc.lo, mips16-opc.lo): Remove
745 * mips-opc.c, micromips-opc.c, mips16-opc.c: Explicitly initialize
750 * mips16-opc.c: Include mips-formats.h.
790 * mips16-opc.c (mips16_opcodes): Use "I" for immediate operands
812 * mips16-opc.c: Add entries for argumentless "entry" and "exit
    [all...]
mips-dis.c 28 /* FIXME: These are needed to figure out if the code is mips16 or
681 /* This entry, mips16, is here only for ISA/processor selection; do
807 is MIPS16 ASE) (o)32-style ("oldabi") GPR names, and numeric FPR,
831 /* If a microMIPS binary, then don't use MIPS16 bindings. */
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c 140 decided to use an extended MIPS16 instruction, this includes the
159 /* True for mips16 instructions that jump to an absolute address. */
205 /* Whether we are assembling for the mips16 processor. 0 if we are
207 Changed by `.set mips16' and `.set nomips16', and the -mips16 and
209 int mips16; member in struct:mips_set_options
235 /* Non-zero if we should not autoextend mips16 instructions.
282 /* isa */ ISA_UNKNOWN, /* ase */ 0, /* mips16 */ -1, /* micromips */ -1,
293 /* isa */ ISA_UNKNOWN, /* ase */ 0, /* mips16 */ -1, /* micromips */ -1,
309 /* True if any MIPS16 code was produced. *
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16InstrFormats.td 405 // Format JAL instruction class in Mips16 :
428 // Format EXT-I instruction class in Mips16 :
450 // Format ASMACRO instruction class in Mips16 :
479 // Format EXT-RI instruction class in Mips16 :
503 // Format EXT-RRI instruction class in Mips16 :
528 // Format EXT-RRI-A instruction class in Mips16 :
554 // Format EXT-SHIFT instruction class in Mips16 :
581 // Format EXT-I8 instruction class in Mips16 :
606 // Format EXT-I8_SVRS instruction class in Mips16 :
Mips.td 151 def FeatureMips16 : SubtargetFeature<"mips16", "InMips16Mode", "true",
152 "Mips16 mode">;
Mips16InstrInfo.cpp 1 //===-- Mips16InstrInfo.cpp - Mips16 Instruction Information --------------===//
10 // This file contains the Mips16 implementation of the TargetInstrInfo class.
32 #define DEBUG_TYPE "mips16-instrinfo"
190 llvm_unreachable("unexpected mips16 callee saved register");
MipsCCState.h 62 // Used to handle MIPS16-specific calling convention tweaks.
  /external/llvm/test/CodeGen/Mips/
const4a.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands -mips-constant-islands-no-load-relaxation < %s | FileCheck %s -check-prefix=no-load-relax
lcb5.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=ci
fpneeded.ll 141 ; 32: .set mips16
mips16ex.ll 1 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
misha.ll 1 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
seleq.ll 1 ; RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -check-prefix=16
  /external/clang/test/Driver/
mips-as.c 146 // RUN: %clang -target mips-linux-gnu -mno-mips16 -mips16 -### \
149 // MIPS-16: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB" "-mips16"
151 // RUN: %clang -target mips-linux-gnu -mips16 -mno-mips16 -### \
155 // MIPS-N16: -no-mips16
  /external/llvm/include/llvm/Support/
MipsABIFlags.h 43 AFL_ASE_MIPS16 = 0x00000400, // MIPS16 ASE
  /external/llvm/test/CodeGen/MIR/Mips/
memory-operands.mir 1 # RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s
  /external/llvm/test/MC/Mips/
sort-relocation-table.s 13 # TODO: Add mips16 and micromips tests.
  /toolchain/binutils/binutils-2.25/binutils/testsuite/
ChangeLog 180 * binutils-all/mips/mixed-mips16.s: Add missing stack adjustment.
181 * binutils-all/mips/mixed-mips16.d: Update accordingly.
186 * binutils-all/mips/mixed-mips16.d: New test.
188 * binutils-all/mips/mixed-mips16.s: New test source.
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 98 /* These relocs are used for the mips16. */
825 + 11 -- MIPS16 code; requires the following two bits to be set too.
826 Note that one of the MIPS16 bits overlaps with STO_MIPS_PIC. See below
850 although MIPS16 symbols are never considered to be MIPS_PIC. */
858 /* This value is used for a mips16 .text symbol. */
870 /* Whether code compression (either of the MIPS16 or the microMIPS ASEs)
    [all...]

Completed in 2828 milliseconds

<<11121314151617181920>>