Searched full:ases (Results 1 – 25 of 43) sorted by relevance
12
| /external/llvm/test/Object/Mips/ |
| D | abi-flags.yaml | 9 # OBJ-NEXT: ASEs [ (0x103) 31 # YAML-NEXT: ASEs: [ DSP, DSPR2, VIRT ] 52 ASEs: [ DSP, DSPR2, VIRT ]
|
| /external/libvpx/vpx_ports/ |
| D | mips_cpudetect.c | 28 // 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/ |
| D | cpuinfo_mips_test.cc | 60 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/ |
| D | mips-abiflags.test | 10 EL64-NEXT: ASEs [ (0x103) 29 BE32-NEXT: ASEs [ (0x803)
|
| /external/libaom/third_party/libyuv/source/ |
| D | cpu_id.cc | 177 // 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/ |
| D | cpu_id.cc | 177 // 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/ |
| D | mips.txt | 6 ASEs implemented : vz
|
| D | mips_msa.txt | 6 ASEs implemented : vz msa
|
| D | mips_loongson_mmi.txt | 6 ASEs implemented : vz loongson-mmi loongson-ext
|
| D | mips_loongson3.txt | 9 ASEs implemented : dsp dsp2 vz
|
| /external/llvm/test/MC/Mips/ |
| D | mips_abi_flags_xx_set.s | 32 # CHECK-OBJ-NEXT: ASEs [ (0x0)
|
| D | mips_abi_flags_xx.s | 46 # CHECK-OBJ-NEXT: ASEs [ (0x0)
|
| /external/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsABIFlagsSection.cpp | 64 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<()
|
| D | MipsABIFlagsSection.h | 39 // Mask of ASEs used.
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsABIFlagsSection.cpp | 68 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<()
|
| D | MipsABIFlagsSection.h | 39 // Mask of ASEs used.
|
| /external/cpu_features/src/ |
| D | impl_mips_linux_or_android.c | 45 if (CpuFeatures_StringView_IsEquals(key, str("ASEs implemented"))) { in HandleMipsLine()
|
| /external/llvm/include/llvm/Support/ |
| D | MipsABIFlags.h | 31 // Masks for the ases word of an ABI flags structure.
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | MipsABIFlags.h | 30 // Masks for the ases word of an ABI flags structure.
|
| /external/llvm/tools/obj2yaml/ |
| D | elf2yaml.cpp | 422 S->ASEs = Flags->ases; in dumpMipsABIFlags()
|
| /external/llvm/include/llvm/Object/ |
| D | ELFTypes.h | 630 Elf_Word ases; // ASEs flags
|
| /external/llvm/tools/yaml2obj/ |
| D | yaml2elf.cpp | 453 Flags.ases = Section.ASEs; in writeSectionContent()
|
| /external/llvm/lib/ObjectYAML/ |
| D | ELFYAML.cpp | 717 IO.mapOptional("ASEs", Section.ASEs, ELFYAML::MIPS_AFL_ASE(0)); in sectionMapping()
|
| /external/llvm/include/llvm/ObjectYAML/ |
| D | ELFYAML.h | 157 MIPS_AFL_ASE ASEs; member
|
| /external/libvpx/third_party/libyuv/source/ |
| D | cpu_id.cc | 179 if (memcmp(cpuinfo_line, "ASEs implemented", 16) == 0) { in MipsCpuCaps()
|
12