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

1 2 3 4 5 6 7 8 91011>>

  /art/compiler/utils/mips/
assembler_mips32r5_test.cc 29 bool operator()(const mips::Register& a, const mips::Register& b) const {
34 class AssemblerMIPS32r5Test : public AssemblerTest<mips::MipsAssembler,
35 mips::MipsLabel,
36 mips::Register,
37 mips::FRegister,
39 mips::VectorRegister> {
41 typedef AssemblerTest<mips::MipsAssembler,
42 mips::MipsLabel,
43 mips::Register
    [all...]
assembler_mips_test.cc 29 bool operator()(const mips::Register& a, const mips::Register& b) const {
34 class AssemblerMIPSTest : public AssemblerTest<mips::MipsAssembler,
35 mips::MipsLabel,
36 mips::Register,
37 mips::FRegister,
40 typedef AssemblerTest<mips::MipsAssembler,
41 mips::MipsLabel,
42 mips::Register,
43 mips::FRegister
    [all...]
assembler_mips32r6_test.cc 29 bool operator()(const mips::Register& a, const mips::Register& b) const {
34 class AssemblerMIPS32r6Test : public AssemblerTest<mips::MipsAssembler,
35 mips::MipsLabel,
36 mips::Register,
37 mips::FRegister,
39 mips::VectorRegister> {
41 typedef AssemblerTest<mips::MipsAssembler,
42 mips::MipsLabel,
43 mips::Register
    [all...]
  /art/runtime/arch/mips/
quick_method_frame_info_mips.h 28 namespace mips { namespace in namespace:art
31 (1u << art::mips::RA);
33 (1 << art::mips::S2) | (1 << art::mips::S3) | (1 << art::mips::S4) | (1 << art::mips::S5) |
34 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP)
    [all...]
  /external/valgrind/exp-sgcheck/tests/
is_arch_supported 4 # MIPS and ARM are not supported and will fail these tests as follows:
13 ppc*|arm*|s390x|mips*) exit 1;;
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/mips/
mips.exp 18 if ![istarget mips*-*-*] {
  /development/scripts/
example_crashes.py 89 mips = """
92 ABI: 'mips'
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
mips.go 6 // MIPS (MIPS64) instruction set, to minimize its interaction
13 "cmd/internal/obj/mips"
24 // IsMIPSCMP reports whether the op (as defined by an mips.A* constant) is
28 case mips.ACMPEQF, mips.ACMPEQD, mips.ACMPGEF, mips.ACMPGED,
29 mips.ACMPGTF, mips.ACMPGTD:
35 // IsMIPSMUL reports whether the op (as defined by an mips.A* constant) i
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
mips.go 6 // MIPS (MIPS64) instruction set, to minimize its interaction
13 "cmd/internal/obj/mips"
24 // IsMIPSCMP reports whether the op (as defined by an mips.A* constant) is
28 case mips.ACMPEQF, mips.ACMPEQD, mips.ACMPGEF, mips.ACMPGED,
29 mips.ACMPGTF, mips.ACMPGTD:
35 // IsMIPSMUL reports whether the op (as defined by an mips.A* constant) i
    [all...]
  /external/capstone/cstool/
cstool_mips.c 14 cs_mips *mips; local
20 mips = &(ins->detail->mips);
21 if (mips->op_count)
22 printf("\top_count: %u\n", mips->op_count);
24 for (i = 0; i < mips->op_count; i++) {
25 cs_mips_op *op = &(mips->operands[i]);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips64/
ggen.go 10 "cmd/internal/obj/mips"
19 p = pp.Appendpp(p, mips.AMOVV, obj.TYPE_REG, mips.REGZERO, 0, obj.TYPE_MEM, mips.REGSP, 8+off+i)
22 p = pp.Appendpp(p, mips.AADDV, obj.TYPE_CONST, 0, 8+off-8, obj.TYPE_REG, mips.REGRT1, 0)
23 p.Reg = mips.REGSP
35 p = pp.Appendpp(p, mips.AADDV, obj.TYPE_CONST, 0, 8+off-8, obj.TYPE_REG, mips.REGRT1, 0)
36 p.Reg = mips.REGS
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips64/
ggen.go 10 "cmd/internal/obj/mips"
19 p = pp.Appendpp(p, mips.AMOVV, obj.TYPE_REG, mips.REGZERO, 0, obj.TYPE_MEM, mips.REGSP, 8+off+i)
22 p = pp.Appendpp(p, mips.AADDV, obj.TYPE_CONST, 0, 8+off-8, obj.TYPE_REG, mips.REGRT1, 0)
23 p.Reg = mips.REGSP
35 p = pp.Appendpp(p, mips.AADDV, obj.TYPE_CONST, 0, 8+off-8, obj.TYPE_REG, mips.REGRT1, 0)
36 p.Reg = mips.REGS
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips/
ggen.go 5 package mips package
10 "cmd/internal/obj/mips"
13 // TODO(mips): implement DUFFZERO
21 p = pp.Appendpp(p, mips.AMOVW, obj.TYPE_REG, mips.REGZERO, 0, obj.TYPE_MEM, mips.REGSP, gc.Ctxt.FixedFrameSize()+off+i)
31 p = pp.Appendpp(p, mips.AADD, obj.TYPE_CONST, 0, gc.Ctxt.FixedFrameSize()+off-4, obj.TYPE_REG, mips.REGRT1, 0)
32 p.Reg = mips.REGSP
33 p = pp.Appendpp(p, mips.AADD, obj.TYPE_CONST, 0, cnt, obj.TYPE_REG, mips.REGRT2, 0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips/
ggen.go 5 package mips package
10 "cmd/internal/obj/mips"
13 // TODO(mips): implement DUFFZERO
21 p = pp.Appendpp(p, mips.AMOVW, obj.TYPE_REG, mips.REGZERO, 0, obj.TYPE_MEM, mips.REGSP, gc.Ctxt.FixedFrameSize()+off+i)
31 p = pp.Appendpp(p, mips.AADD, obj.TYPE_CONST, 0, gc.Ctxt.FixedFrameSize()+off-4, obj.TYPE_REG, mips.REGRT1, 0)
32 p.Reg = mips.REGSP
33 p = pp.Appendpp(p, mips.AADD, obj.TYPE_CONST, 0, cnt, obj.TYPE_REG, mips.REGRT2, 0
    [all...]
  /device/generic/mini-emulator-mips/
BoardConfig.mk 6 # same as mips except HAL
7 include device/generic/mips/BoardConfig.mk
  /external/strace/tests/
scno_tampering.sh 51 mips)
54 msg_prefix="mips $MIPS_ABI scno tampering does not work"
58 o32:mips)
61 skip_ "$msg_prefix on mips n64 yet"
  /external/strace/tests-m32/
scno_tampering.sh 51 mips)
54 msg_prefix="mips $MIPS_ABI scno tampering does not work"
58 o32:mips)
61 skip_ "$msg_prefix on mips n64 yet"
  /external/strace/tests-mx32/
scno_tampering.sh 51 mips)
54 msg_prefix="mips $MIPS_ABI scno tampering does not work"
58 o32:mips)
61 skip_ "$msg_prefix on mips n64 yet"
  /system/core/libpixelflinger/tests/arch-mips/col32cb16blend/
Android.mk 6 ../../../arch-mips/col32cb16blend.S
12 LOCAL_MODULE:= test-pixelflinger-mips-col32cb16blend
  /system/core/libpixelflinger/tests/arch-mips/t32cb16blend/
Android.mk 6 ../../../arch-mips/t32cb16blend.S
12 LOCAL_MODULE:= test-pixelflinger-mips-t32cb16blend
  /art/runtime/interpreter/mterp/
rebuild.sh 23 for arch in arm x86 mips arm64 x86_64 mips64; do TARGET_ARCH_EXT=$arch make -f Makefile_mterp; done
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
copy-2.d 6 #not-target: *-*-*aout *-*-aix* h8300-*-* hppa*-*-hpux* m68k-*-netbsd m68k-*-openbsd* mips-sony-bsd* mips-*-ultrix* mips-*-osf* mips-*-ecoff* mips-*-irix mips-*-irix[2-4] mips-*-riscos* ns32k-*-netbsd
  /toolchain/binutils/binutils-2.27/bfd/
configure.host 63 mips*-*-netbsd*) ;;
64 mips*-*-openbsd*) ;;
65 mips*-dec-*) HDEFINES="-G 4" ;;
66 mips*-sgi-irix3*) HDEFINES="-G 4" ;;
67 mips*-sgi-irix4*) HDEFINES="-G 4" ;;
68 mips*-sgi-irix6*) host64=true;;
71 mips*-*-sysv4*) ;;
72 mips*-*-sysv*) HDEFINES="-G 4" ;;
73 mips*-*-riscos*) HDEFINES="-G 4" ;;
  /external/llvm/test/MC/Mips/
asciiz-directive.s 1 # RUN: llvm-mc -triple mips-unknown-linux %s | FileCheck %s
2 # .asciiz is exactly the same as .asciz, except it's MIPS-specific.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
rm7000.d 1 #objdump: -dr -M gpr-names=numeric -m mips:7000
2 #name: MIPS RM7000
5 .*: +file format .*mips.*

Completed in 325 milliseconds

1 2 3 4 5 6 7 8 91011>>