HomeSort by relevance Sort by last modified time
    Searched refs:Mips64 (Results 1 - 15 of 15) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
asm0.go 61 {obj.ATEXT, C_LEXT, C_NONE, C_TEXTSIZE, 0, 0, 0, Mips64},
65 {AMOVV, C_REG, C_NONE, C_REG, 1, 4, 0, Mips64},
68 {AMOVWU, C_REG, C_NONE, C_REG, 14, 8, 0, Mips64},
71 {ASUBV, C_REG, C_REG, C_REG, 2, 4, 0, Mips64},
73 {AADDV, C_REG, C_REG, C_REG, 2, 4, 0, Mips64},
76 {ASUBV, C_REG, C_NONE, C_REG, 2, 4, 0, Mips64},
78 {AADDV, C_REG, C_NONE, C_REG, 2, 4, 0, Mips64},
84 {ASLLV, C_REG, C_NONE, C_REG, 9, 4, 0, Mips64},
85 {ASLLV, C_REG, C_REG, C_REG, 9, 4, 0, Mips64},
92 {AMOVVF, C_FREG, C_NONE, C_FREG, 33, 4, 0, Mips64},
    [all...]
obj0.go 48 case sys.MIPS64:
49 ctxt.Mode = Mips64
92 if i64 == 0 && ctxt.Mode&Mips64 != 0 {
288 if ctxt.Mode&Mips64 != 0 {
306 } else if autosize&4 != 0 && ctxt.Mode&Mips64 != 0 {
636 if ctxt.Mode&Mips64 != 0 {
a.out.go 222 Mips64 = 64
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
asm0.go 61 {obj.ATEXT, C_LEXT, C_NONE, C_TEXTSIZE, 0, 0, 0, Mips64},
65 {AMOVV, C_REG, C_NONE, C_REG, 1, 4, 0, Mips64},
68 {AMOVWU, C_REG, C_NONE, C_REG, 14, 8, 0, Mips64},
71 {ASUBV, C_REG, C_REG, C_REG, 2, 4, 0, Mips64},
73 {AADDV, C_REG, C_REG, C_REG, 2, 4, 0, Mips64},
76 {ASUBV, C_REG, C_NONE, C_REG, 2, 4, 0, Mips64},
78 {AADDV, C_REG, C_NONE, C_REG, 2, 4, 0, Mips64},
84 {ASLLV, C_REG, C_NONE, C_REG, 9, 4, 0, Mips64},
85 {ASLLV, C_REG, C_REG, C_REG, 9, 4, 0, Mips64},
92 {AMOVVF, C_FREG, C_NONE, C_FREG, 33, 4, 0, Mips64},
    [all...]
obj0.go 48 case sys.MIPS64:
49 ctxt.Mode = Mips64
92 if i64 == 0 && ctxt.Mode&Mips64 != 0 {
288 if ctxt.Mode&Mips64 != 0 {
306 } else if autosize&4 != 0 && ctxt.Mode&Mips64 != 0 {
636 if ctxt.Mode&Mips64 != 0 {
a.out.go 222 Mips64 = 64
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 38 Mips32, Mips32r2, Mips64, Mips64r2
111 bool hasMips64() const { return MipsArchVersion >= Mips64; }
  /build/soong/cc/config/
mips64_device.go 94 android.RegisterArchVariants(android.Mips64,
97 android.RegisterArchFeatures(android.Mips64,
100 android.RegisterArchVariantFeatures(android.Mips64, "mips64r6",
111 pctx.StaticVariable("Mips64IncludeFlags", bionicHeaders("mips64", "mips"))
122 pctx.StaticVariable("Mips64"+variant+"VariantCflags", strings.Join(cflags, " "))
123 pctx.StaticVariable("Mips64"+variant+"VariantClangCflags",
135 return "mips64"
195 return "mips64"
202 toolchainCflags: "${config.Mips64" + arch.ArchVariant + "VariantCflags}",
203 toolchainClangCflags: "${config.Mips64" + arch.ArchVariant + "VariantClangCflags}"
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 42 Mips3, Mips4, Mips5, Mips64, Mips64r2, Mips64r3, Mips64r5, Mips64r6
212 bool hasMips64() const { return MipsArchVersion >= Mips64; }
  /art/build/
codegen.go 67 case "mips64":
68 arch = &c.Codegen.Mips64
130 Arm, Arm64, Mips, Mips64, X86, X86_64 codegenArchProperties
146 } else if s == "mips64" {
  /art/runtime/arch/
arch_test.cc 134 namespace mips64 { namespace in namespace:art
135 #include "arch/mips64/asm_support_mips64.h"
144 } // namespace mips64
189 TEST_ARCH(Mips64, mips64)
  /build/soong/cc/
ndk_library.go 123 android.Mips64: 21,
sanitize.go 212 if !ctx.AConfig().EnableCFI() || ctx.Arch().ArchType == android.Mips || ctx.Arch().ArchType == android.Mips64 {
  /build/soong/android/
arch.go 32 Mips64 = newArch("mips64", "lib64")
45 "mips64": Mips64,
65 mips64: {
66 // Host or device variants with mips64 architecture
206 Android: []ArchType{Arm, Arm64, Mips, Mips64, X86, X86_64},
893 //{"mips64", "mips64r2", "", []string{"mips64"}},
894 {"mips64", "mips64r6", "", []string{"mips64"}}
    [all...]
config.go 487 case Mips, Mips64:

Completed in 373 milliseconds