Searched full:ases (Results 1 – 25 of 60) sorted by relevance
123
| /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/cronet/third_party/cpu_features/src/test/ |
| D | cpuinfo_mips_test.cc | 72 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/ |
| D | cpuinfo_mips_test.cc | 72 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/ |
| D | mips-abiflags.test | 10 EL64-NEXT: ASEs [ (0x103) 29 BE32-NEXT: ASEs [ (0x803)
|
| /external/libpng/contrib/mips-mmi/ |
| D | linux.c | 119 /* 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/ |
| 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/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/libyuv/source/ |
| D | cpu_id.cc | 250 // 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/ |
| 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-16.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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsABIFlagsSection.cpp | 68 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<()
|
| /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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
| D | MipsABIFlags.h | 30 // Masks for the ases word of an ABI flags structure.
|
| /external/cpu_features/src/ |
| D | impl_mips_linux_or_android.c | 50 if (CpuFeatures_StringView_IsEquals(key, str("ASEs implemented"))) { in HandleMipsLine()
|
| /external/cronet/third_party/cpu_features/src/src/ |
| D | impl_mips_linux_or_android.c | 50 if (CpuFeatures_StringView_IsEquals(key, str("ASEs implemented"))) { in HandleMipsLine()
|
| /external/llvm/tools/obj2yaml/ |
| D | elf2yaml.cpp | 422 S->ASEs = Flags->ases; in dumpMipsABIFlags()
|
123