Home
last modified time | relevance | path

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

12

/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/cpu_features/test/
Dcpuinfo_mips_test.cc60 ASEs implemented : mips16 dsp mt eva in TEST()
88 ASEs implemented : mips16 in TEST()
114 ASEs implemented : in TEST()
/external/llvm/test/tools/llvm-readobj/
Dmips-abiflags.test10 EL64-NEXT: ASEs [ (0x103)
29 BE32-NEXT: ASEs [ (0x803)
/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/files/source/
Dcpu_id.cc177 // Workaround early kernel without MSA in ASEs line. in MipsCpuCaps()
182 if (memcmp(cpuinfo_line, "ASEs implemented", 16) == 0) { in MipsCpuCaps()
186 // ASEs is the last line, so we can break here. in MipsCpuCaps()
/external/libyuv/files/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/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-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp68 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<()
DMipsABIFlagsSection.h39 // Mask of ASEs used.
/external/cpu_features/src/
Dimpl_mips_linux_or_android.c45 if (CpuFeatures_StringView_IsEquals(key, str("ASEs implemented"))) { in HandleMipsLine()
/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/llvm/tools/obj2yaml/
Delf2yaml.cpp422 S->ASEs = Flags->ases; in dumpMipsABIFlags()
/external/llvm/include/llvm/Object/
DELFTypes.h630 Elf_Word ases; // ASEs flags
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp453 Flags.ases = Section.ASEs; in writeSectionContent()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp717 IO.mapOptional("ASEs", Section.ASEs, ELFYAML::MIPS_AFL_ASE(0)); in sectionMapping()
/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h157 MIPS_AFL_ASE ASEs; member
/external/libvpx/third_party/libyuv/source/
Dcpu_id.cc179 if (memcmp(cpuinfo_line, "ASEs implemented", 16) == 0) { in MipsCpuCaps()

12