Home
last modified time | relevance | path

Searched full:ases (Results 1 – 25 of 60) sorted by relevance

123

/external/llvm/test/Object/Mips/
Dabi-flags.yaml9 # OBJ-NEXT: ASEs [ (0x103)
31 # YAML-NEXT: ASEs: [ DSP, DSPR2, VIRT ]
52 ASEs: [ DSP, DSPR2, VIRT ]
/external/libvpx/vpx_ports/
Dmips_cpudetect.c28 // Workaround early kernel without mmi in ASEs line. in mips_cpu_caps()
35 if (memcmp(cpuinfo_line, "ASEs implemented", 16) == 0) { in mips_cpu_caps()
43 // ASEs is the last line, so we can break here. in mips_cpu_caps()
/external/cronet/third_party/cpu_features/src/test/
Dcpuinfo_mips_test.cc72 ASEs implemented : mips16 dsp mt eva in TEST()
106 ASEs implemented : mips16 in TEST()
133 ASEs implemented : in TEST()
157 ASEs implemented : mdmx mips3d in TEST()
/external/cpu_features/test/
Dcpuinfo_mips_test.cc72 ASEs implemented : mips16 dsp mt eva in TEST()
106 ASEs implemented : mips16 in TEST()
133 ASEs implemented : in TEST()
157 ASEs implemented : mdmx mips3d in TEST()
/external/llvm/test/tools/llvm-readobj/
Dmips-abiflags.test10 EL64-NEXT: ASEs [ (0x103)
29 BE32-NEXT: ASEs [ (0x803)
/external/libpng/contrib/mips-mmi/
Dlinux.c119 /* Legacy kernel may not export MMI in ASEs implemented */ in cpu_flags_cpuinfo()
125 if (strstart(buf, "ASEs implemented", NULL)) { in cpu_flags_cpuinfo()
/external/libaom/third_party/libyuv/source/
Dcpu_id.cc177 // Workaround early kernel without mmi in ASEs line. in MipsCpuCaps()
184 if (memcmp(cpuinfo_line, "ASEs implemented", 16) == 0) { in MipsCpuCaps()
192 // ASEs is the last line, so we can break here. in MipsCpuCaps()
/external/libyuv/unit_test/testdata/
Dmips.txt6 ASEs implemented : vz
Dmips_msa.txt6 ASEs implemented : vz msa
Dmips_loongson_mmi.txt6 ASEs implemented : vz loongson-mmi loongson-ext
Dmips_loongson3.txt9 ASEs implemented : dsp dsp2 vz
/external/libyuv/source/
Dcpu_id.cc250 // Workaround early kernel without MSA in ASEs line. in MipsCpuCaps()
255 if (memcmp(cpuinfo_line, "ASEs implemented", 16) == 0) { in MipsCpuCaps()
259 // ASEs is the last line, so we can break here. in MipsCpuCaps()
/external/llvm/test/MC/Mips/
Dmips_abi_flags_xx_set.s32 # CHECK-OBJ-NEXT: ASEs [ (0x0)
Dmips_abi_flags_xx.s46 # CHECK-OBJ-NEXT: ASEs [ (0x0)
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp64 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<()
DMipsABIFlagsSection.h39 // Mask of ASEs used.
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp68 OS.emitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<()
DMipsABIFlagsSection.h39 // Mask of ASEs used.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp68 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<()
/external/llvm/include/llvm/Support/
DMipsABIFlags.h31 // Masks for the ases word of an ABI flags structure.
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMipsABIFlags.h30 // Masks for the ases word of an ABI flags structure.
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DMipsABIFlags.h30 // Masks for the ases word of an ABI flags structure.
/external/cpu_features/src/
Dimpl_mips_linux_or_android.c50 if (CpuFeatures_StringView_IsEquals(key, str("ASEs implemented"))) { in HandleMipsLine()
/external/cronet/third_party/cpu_features/src/src/
Dimpl_mips_linux_or_android.c50 if (CpuFeatures_StringView_IsEquals(key, str("ASEs implemented"))) { in HandleMipsLine()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp422 S->ASEs = Flags->ases; in dumpMipsABIFlags()

123