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

1 2 3 4 5 6 7 8 91011>>

  /art/compiler/utils/mips/
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::Register,
36 mips::FRegister,
39 typedef AssemblerTest<mips::MipsAssembler, mips::Register, mips::FRegister, uint32_t> Base;
48 return "mips";
63 // .MIPS.abiflags section (there doesn't seem to be a way to suppress its generation easily)
    [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::Register,
36 mips::FRegister,
39 typedef AssemblerTest<mips::MipsAssembler, mips::Register, mips::FRegister, uint32_t> Base;
44 return "mips";
57 registers_.push_back(new mips::Register(mips::ZERO))
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/mips/
mips.exp 18 if ![istarget mips*-*-*] {
  /art/runtime/arch/mips/
quick_method_frame_info_mips.h 26 namespace mips { namespace in namespace:art
29 (1u << art::mips::RA);
31 (1 << art::mips::S2) | (1 << art::mips::S3) | (1 << art::mips::S4) | (1 << art::mips::S5) |
32 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP)
    [all...]
  /development/scripts/
example_crashes.py 89 mips = """
92 ABI: 'mips'
  /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*|tilegx) exit 1;;
  /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...]
  /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 50 mips)
55 o32:mips|n64:mips64) ;;
  /external/strace/tests-m32/
scno_tampering.sh 50 mips)
55 o32:mips|n64:mips64) ;;
  /external/strace/tests-mx32/
scno_tampering.sh 50 mips)
55 o32:mips|n64:mips64) ;;
  /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
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips64/
prog.go 10 "cmd/internal/obj/mips"
27 var progtable = [mips.ALAST & obj.AMask]gc.ProgInfo{
39 // for USED and SET annotations, not the MIPS opcode.
43 mips.AADD & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
44 mips.AADDU & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
45 mips.AADDV & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite},
46 mips.AADDVU & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite},
47 mips.ASUB & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
48 mips.ASUBU & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
49 mips.ASUBV & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite}
    [all...]
ggen.go 10 "cmd/internal/obj/mips"
68 p = gc.Appendpp(p, mips.AMOVV, obj.TYPE_REG, mips.REGZERO, 0, obj.TYPE_MEM, mips.REGSP, 8+frame+lo+i)
71 p = gc.Appendpp(p, mips.AADDV, obj.TYPE_CONST, 0, 8+frame+lo-8, obj.TYPE_REG, mips.REGRT1, 0)
72 p.Reg = mips.REGSP
83 p = gc.Appendpp(p, mips.AADDV, obj.TYPE_CONST, 0, 8+frame+lo-8, obj.TYPE_REG, mips.REGRT1, 0)
84 p.Reg = mips.REGS
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips64/
prog.go 10 "cmd/internal/obj/mips"
27 var progtable = [mips.ALAST & obj.AMask]gc.ProgInfo{
39 // for USED and SET annotations, not the MIPS opcode.
43 mips.AADD & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
44 mips.AADDU & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
45 mips.AADDV & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite},
46 mips.AADDVU & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite},
47 mips.ASUB & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
48 mips.ASUBU & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
49 mips.ASUBV & obj.AMask: {Flags: gc.SizeQ | gc.LeftRead | gc.RegRead | gc.RightWrite}
    [all...]
ggen.go 10 "cmd/internal/obj/mips"
68 p = gc.Appendpp(p, mips.AMOVV, obj.TYPE_REG, mips.REGZERO, 0, obj.TYPE_MEM, mips.REGSP, 8+frame+lo+i)
71 p = gc.Appendpp(p, mips.AADDV, obj.TYPE_CONST, 0, 8+frame+lo-8, obj.TYPE_REG, mips.REGRT1, 0)
72 p.Reg = mips.REGSP
83 p = gc.Appendpp(p, mips.AADDV, obj.TYPE_CONST, 0, 8+frame+lo-8, obj.TYPE_REG, mips.REGRT1, 0)
84 p.Reg = mips.REGS
    [all...]
  /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.25/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
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips/
prog.go 5 package mips package
10 "cmd/internal/obj/mips"
27 var progtable = [mips.ALAST & obj.AMask]gc.ProgInfo{
39 // for USED and SET annotations, not the MIPS opcode.
43 mips.AADD & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
44 mips.AADDU & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
45 mips.ASUB & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
46 mips.ASUBU & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
47 mips.AAND & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
48 mips.AOR & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite}
    [all...]
ggen.go 5 package mips package
10 "cmd/internal/obj/mips"
61 // TODO(mips): implement DUFFZERO
70 p = gc.Appendpp(p, mips.AMOVW, obj.TYPE_REG, mips.REGZERO, 0, obj.TYPE_MEM, mips.REGSP, gc.Ctxt.FixedFrameSize()+frame+lo+i)
80 p = gc.Appendpp(p, mips.AADD, obj.TYPE_CONST, 0, gc.Ctxt.FixedFrameSize()+frame+lo-4, obj.TYPE_REG, mips.REGRT1, 0)
81 p.Reg = mips.REGSP
82 p = gc.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/
prog.go 5 package mips package
10 "cmd/internal/obj/mips"
27 var progtable = [mips.ALAST & obj.AMask]gc.ProgInfo{
39 // for USED and SET annotations, not the MIPS opcode.
43 mips.AADD & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
44 mips.AADDU & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
45 mips.ASUB & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
46 mips.ASUBU & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
47 mips.AAND & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite},
48 mips.AOR & obj.AMask: {Flags: gc.SizeL | gc.LeftRead | gc.RegRead | gc.RightWrite}
    [all...]
  /toolchain/binutils/binutils-2.25/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/libopus/
silk_headers.mk 33 silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h \
34 silk/fixed/mips/prefilter_FIX_mipsr1.h \
35 silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h \
39 silk/mips/macros_mipsr1.h \
40 silk/mips/NSQ_del_dec_mipsr1.h \
41 silk/mips/sigproc_fix_mipsr1.h

Completed in 391 milliseconds

1 2 3 4 5 6 7 8 91011>>