HomeSort by relevance Sort by last modified time
    Searched refs:Mips (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/llvm/
shared_llvm.mk 84 # Host build pulls in all ARM, Mips, X86 components.
121 # Device build selectively pulls in ARM, Mips, X86 components.
llvm-tblgen-rules.mk 75 ifeq ($(tblgen_source_dir),$(LLVM_ROOT_PATH)/lib/Target/Mips/MCTargetDesc)
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 1 //===-- MipsMCTargetDesc.cpp - Mips Target Descriptions -------------------===//
10 // This file provides Mips specific target descriptions.
44 /// Select the Mips CPU for the given triple and cpu name.
48 if (TT.getArch() == Triple::mips || TT.getArch() == Triple::mipsel)
64 InitMipsMCRegisterInfo(X, Mips::RA);
78 unsigned SP = MRI.getDwarfRegNum(Mips::SP, true);
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 1 //===-- MipsSubtarget.cpp - Mips Subtarget Information --------------------===//
10 // This file implements the Mips specific subclass of TargetSubtargetInfo.
15 #include "Mips.h"
28 #define DEBUG_TYPE "mips-subtarget"
37 Mixed16_32("mips-mixed-16-32", cl::init(false),
42 static cl::opt<bool> Mips_Os16("mips-os16", cl::init(false),
44 "floating point as Mips 16"),
58 cl::desc("Enable gp-relative addressing of mips small data items"));
85 // Don't even attempt to generate code for MIPS-I and MIPS-V. They have no
    [all...]
MipsISelLowering.h 1 //===-- MipsISelLowering.h - Mips DAG Lowering Interface --------*- C++ -*-===//
10 // This file defines the interfaces that Mips uses to lower LLVM code into a
20 #include "Mips.h"
41 // No relation with Mips Hi register
45 // No relation with Mips Lo register
277 return ABI.IsN64() ? Mips::A0_64 : Mips::A0;
284 return ABI.IsN64() ? Mips::A1_64 : Mips::A1;
289 // Mips doesn't have any special address spaces so we just reserv
    [all...]
  /external/llvm/test/MC/Mips/mips32/
abiflags.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -filetype=obj -o - | \
10 # Checking if the Mips.abiflags were correctly emitted.
13 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12)
  /external/llvm/test/MC/Mips/mips32r2/
abiflags.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -filetype=obj -o - | \
11 # Checking if the Mips.abiflags were correctly emitted.
14 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12)
  /external/llvm/test/MC/Mips/mips32r3/
abiflags.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r3 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r3 -filetype=obj -o - | \
11 # Checking if the Mips.abiflags were correctly emitted.
14 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12)
  /external/llvm/test/MC/Mips/mips32r5/
abiflags.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r5 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r5 -filetype=obj -o - | \
11 # Checking if the Mips.abiflags were correctly emitted.
14 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12)
  /external/llvm/test/MC/Mips/mips64/
abiflags.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 -filetype=obj -o - | \
10 # Checking if the Mips.abiflags were correctly emitted.
13 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags
  /external/llvm/test/MC/Mips/mips64r2/
abiflags.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips64r2 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips64r2 -filetype=obj -o - | \
10 # Checking if the Mips.abiflags were correctly emitted.
13 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags
  /external/llvm/test/MC/Mips/mips64r3/
abiflags.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips64r3 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips64r3 -filetype=obj -o - | \
10 # Checking if the Mips.abiflags were correctly emitted.
13 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags
  /external/llvm/test/MC/Mips/mips64r5/
abiflags.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips64r5 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips64r5 -filetype=obj -o - | \
10 # Checking if the Mips.abiflags were correctly emitted.
13 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags
  /external/llvm/test/MC/Mips/msa/
abiflags.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+msa -filetype=obj -o - | \
11 # Checking if the Mips.abiflags were correctly emitted.
14 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12)
  /external/llvm/lib/Object/
ELFYAML.cpp 495 #include "llvm/Support/ELFRelocs/Mips.def"
518 #define ECase(X) IO.enumCase(Value, #X, Mips::AFL_##X);
528 #define ECase(X) IO.enumCase(Value, #X, Mips::Val_GNU_MIPS_ABI_##X);
542 #define ECase(X) IO.enumCase(Value, #X, Mips::AFL_##X);
579 #define BCase(X) IO.bitSetCase(Value, #X, Mips::AFL_ASE_##X);
598 #define BCase(X) IO.bitSetCase(Value, #X, Mips::AFL_FLAGS1_##X);
689 ELFYAML::MIPS_AFL_EXT(Mips::AFL_EXT_NONE));
692 ELFYAML::MIPS_ABI_FP(Mips::Val_GNU_MIPS_ABI_FP_ANY));
694 ELFYAML::MIPS_AFL_REG(Mips::AFL_REG_NONE));
696 ELFYAML::MIPS_AFL_REG(Mips::AFL_REG_NONE))
    [all...]
  /external/clang/include/clang/Basic/
TargetBuiltins.h 149 /// \brief MIPS builtins
150 namespace Mips {
  /external/llvm/test/MC/Mips/
mips_abi_flags_xx_set.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -filetype=obj -o - | \
5 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
11 # Checking if the Mips.abiflags were correctly emitted.
14 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12)
28 # CHECK-OBJ: MIPS ABI Flags {
nooddspreg-cmdarg.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64,+nooddspreg | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64,+nooddspreg -filetype=obj -o - | \
8 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 -mattr=+nooddspreg 2> %t0
11 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -mattr=+nooddspreg 2> %t0
16 # Checking if the Mips.abiflags were correctly emitted.
19 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12)
nooddspreg.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \
8 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 2> %t1
11 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 2> %t2
16 # Checking if the Mips.abiflags were correctly emitted.
19 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12)
mips_abi_flags_xx.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -filetype=obj -o - | \
5 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
8 # RUN: llvm-mc /dev/null -arch=mips -mcpu=mips32 -mattr=fpxx -filetype=obj -o - | \
9 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
12 # RUN: llvm-mc /dev/null -arch=mips -mcpu=mips32r6 -mattr=fpxx -filetype=obj -o - | \
13 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
18 # Checking if the Mips.abiflags were correctly emitted.
21 # CHECK-OBJ-LABEL: Name: .MIPS.abiflags (12)
35 # CHECK-OBJ: MIPS ABI Flags
    [all...]
oddspreg.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \
24 # RUN: llvm-mc /dev/null -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \
38 # Checking if the Mips.abiflags were correctly emitted.
41 # CHECK-OBJ-ALL-LABEL: Name: .MIPS.abiflags ({{[0-9]+}})
  /external/v8/build/linux/sysroot_scripts/
sysroot-creator.sh 127 echo $1 | grep -qs Mips$ && ARCH=MIPS
393 if [ "${ARCH}" != "MIPS" ]; then
  /external/clang/lib/Sema/
SemaChecking.cpp 585 case llvm::Triple::mips:
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
mips.cc 0 // mips.cc -- mips target support for gold.
6 // This file contains borrowed and adapted code from bfd/elfxx-mips.c.
35 #include "mips.h"
908 // Mips_symbol class. Holds additional symbol information needed for Mips.
1007 // of .MIPS.stubs section.
1013 // of .MIPS.stubs section.
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 321 case llvm::Triple::mips:
734 // Handled on mips' setDataLayoutString.
    [all...]

Completed in 762 milliseconds

1 23 4