Home
last modified time | relevance | path

Searched full:cputype (Results 1 – 25 of 224) sorted by relevance

123456789

/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp158 CV_ENUM_CLASS_ENT(CPUType, Intel8080),
159 CV_ENUM_CLASS_ENT(CPUType, Intel8086),
160 CV_ENUM_CLASS_ENT(CPUType, Intel80286),
161 CV_ENUM_CLASS_ENT(CPUType, Intel80386),
162 CV_ENUM_CLASS_ENT(CPUType, Intel80486),
163 CV_ENUM_CLASS_ENT(CPUType, Pentium),
164 CV_ENUM_CLASS_ENT(CPUType, PentiumPro),
165 CV_ENUM_CLASS_ENT(CPUType, Pentium3),
166 CV_ENUM_CLASS_ENT(CPUType, MIPS),
167 CV_ENUM_CLASS_ENT(CPUType, MIPS16),
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp137 CV_ENUM_CLASS_ENT(CPUType, Intel8080),
138 CV_ENUM_CLASS_ENT(CPUType, Intel8086),
139 CV_ENUM_CLASS_ENT(CPUType, Intel80286),
140 CV_ENUM_CLASS_ENT(CPUType, Intel80386),
141 CV_ENUM_CLASS_ENT(CPUType, Intel80486),
142 CV_ENUM_CLASS_ENT(CPUType, Pentium),
143 CV_ENUM_CLASS_ENT(CPUType, PentiumPro),
144 CV_ENUM_CLASS_ENT(CPUType, Pentium3),
145 CV_ENUM_CLASS_ENT(CPUType, MIPS),
146 CV_ENUM_CLASS_ENT(CPUType, MIPS16),
[all …]
DSymbolRecordMapping.cpp487 CPUType CPU) { in decodeFramePtrReg()
493 case CPUType::Intel8080: in decodeFramePtrReg()
494 case CPUType::Intel8086: in decodeFramePtrReg()
495 case CPUType::Intel80286: in decodeFramePtrReg()
496 case CPUType::Intel80386: in decodeFramePtrReg()
497 case CPUType::Intel80486: in decodeFramePtrReg()
498 case CPUType::Pentium: in decodeFramePtrReg()
499 case CPUType::PentiumPro: in decodeFramePtrReg()
500 case CPUType::Pentium3: in decodeFramePtrReg()
508 case CPUType::X64: in decodeFramePtrReg()
[all …]
/external/cronet/third_party/abseil-cpp/absl/crc/internal/
Dcpu_detect.cc74 CpuType GetIntelCpuType() { in GetIntelCpuType()
114 return CpuType::kIntelWestmere; in GetIntelCpuType()
116 return CpuType::kIntelSandybridge; in GetIntelCpuType()
118 return CpuType::kIntelIvybridge; in GetIntelCpuType()
121 return CpuType::kIntelHaswell; in GetIntelCpuType()
124 return CpuType::kIntelBroadwell; in GetIntelCpuType()
127 return CpuType::kIntelSkylakeXeon; in GetIntelCpuType()
129 return CpuType::kIntelCascadelakeXeon; in GetIntelCpuType()
132 return CpuType::kIntelSkylake; in GetIntelCpuType()
134 return CpuType::kUnknown; in GetIntelCpuType()
[all …]
Dcrc_memcpy_x86_64.cc348 CpuType cpu_type = GetCpuType(); in GetArchSpecificEngines()
350 case CpuType::kUnknown: in GetArchSpecificEngines()
351 case CpuType::kAmdRome: in GetArchSpecificEngines()
352 case CpuType::kAmdNaples: in GetArchSpecificEngines()
353 case CpuType::kIntelCascadelakeXeon: in GetArchSpecificEngines()
354 case CpuType::kIntelSkylakeXeon: in GetArchSpecificEngines()
355 case CpuType::kIntelSkylake: in GetArchSpecificEngines()
356 case CpuType::kIntelBroadwell: in GetArchSpecificEngines()
357 case CpuType::kIntelHaswell: in GetArchSpecificEngines()
358 case CpuType::kIntelIvybridge: in GetArchSpecificEngines()
[all …]
Dcrc_x86_arm_combined.cc615 CpuType type = GetCpuType(); in TryNewCRC32AcceleratedX86ARMCombined()
617 case CpuType::kIntelHaswell: in TryNewCRC32AcceleratedX86ARMCombined()
618 case CpuType::kAmdRome: in TryNewCRC32AcceleratedX86ARMCombined()
619 case CpuType::kAmdNaples: in TryNewCRC32AcceleratedX86ARMCombined()
620 case CpuType::kAmdMilan: in TryNewCRC32AcceleratedX86ARMCombined()
624 case CpuType::kIntelCascadelakeXeon: in TryNewCRC32AcceleratedX86ARMCombined()
625 case CpuType::kIntelSkylakeXeon: in TryNewCRC32AcceleratedX86ARMCombined()
626 case CpuType::kIntelBroadwell: in TryNewCRC32AcceleratedX86ARMCombined()
627 case CpuType::kIntelSkylake: in TryNewCRC32AcceleratedX86ARMCombined()
631 case CpuType::kIntelIvybridge: in TryNewCRC32AcceleratedX86ARMCombined()
[all …]
/external/angle/third_party/abseil-cpp/absl/crc/internal/
Dcpu_detect.cc80 CpuType GetIntelCpuType() { in GetIntelCpuType()
120 return CpuType::kIntelWestmere; in GetIntelCpuType()
122 return CpuType::kIntelSandybridge; in GetIntelCpuType()
124 return CpuType::kIntelIvybridge; in GetIntelCpuType()
127 return CpuType::kIntelHaswell; in GetIntelCpuType()
130 return CpuType::kIntelBroadwell; in GetIntelCpuType()
133 return CpuType::kIntelSkylakeXeon; in GetIntelCpuType()
135 return CpuType::kIntelCascadelakeXeon; in GetIntelCpuType()
138 return CpuType::kIntelSkylake; in GetIntelCpuType()
140 return CpuType::kUnknown; in GetIntelCpuType()
[all …]
Dcrc_memcpy_x86_64.cc348 CpuType cpu_type = GetCpuType(); in GetArchSpecificEngines()
350 case CpuType::kUnknown: in GetArchSpecificEngines()
351 case CpuType::kAmdRome: in GetArchSpecificEngines()
352 case CpuType::kAmdNaples: in GetArchSpecificEngines()
353 case CpuType::kIntelCascadelakeXeon: in GetArchSpecificEngines()
354 case CpuType::kIntelSkylakeXeon: in GetArchSpecificEngines()
355 case CpuType::kIntelSkylake: in GetArchSpecificEngines()
356 case CpuType::kIntelBroadwell: in GetArchSpecificEngines()
357 case CpuType::kIntelHaswell: in GetArchSpecificEngines()
358 case CpuType::kIntelIvybridge: in GetArchSpecificEngines()
[all …]
Dcrc_x86_arm_combined.cc615 CpuType type = GetCpuType(); in TryNewCRC32AcceleratedX86ARMCombined()
617 case CpuType::kIntelHaswell: in TryNewCRC32AcceleratedX86ARMCombined()
618 case CpuType::kAmdRome: in TryNewCRC32AcceleratedX86ARMCombined()
619 case CpuType::kAmdNaples: in TryNewCRC32AcceleratedX86ARMCombined()
620 case CpuType::kAmdMilan: in TryNewCRC32AcceleratedX86ARMCombined()
624 case CpuType::kIntelCascadelakeXeon: in TryNewCRC32AcceleratedX86ARMCombined()
625 case CpuType::kIntelSkylakeXeon: in TryNewCRC32AcceleratedX86ARMCombined()
626 case CpuType::kIntelBroadwell: in TryNewCRC32AcceleratedX86ARMCombined()
627 case CpuType::kIntelSkylake: in TryNewCRC32AcceleratedX86ARMCombined()
631 case CpuType::kIntelIvybridge: in TryNewCRC32AcceleratedX86ARMCombined()
[all …]
/external/llvm/test/ObjectYAML/MachO/
Dfat_macho_i386_x86_64.yaml8 - cputype: 0x00000007
13 - cputype: 0x01000007
21 cputype: 0x00000007
29 cputype: 0x01000007
44 #CHECK: - cputype: 0x00000007
49 #CHECK: - cputype: 0x01000007
58 #CHECK: cputype: 0x00000007
67 #CHECK: cputype: 0x01000007
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Darch.h45 cpu_type_t cputype; member
66 * NXArchInfo from the architecture's name or cputype/cpusubtype
68 * to request the most general NXArchInfo known for the given cputype.
72 extern const NXArchInfo *NXGetArchInfoFromCpuType(cpu_type_t cputype,
75 /* NXFindBestFatArch() is passed a cputype and cpusubtype and a set of
81 * routine is used. But if there is an exact match between the cputype and
84 extern struct fat_arch *NXFindBestFatArch(cpu_type_t cputype,
90 * different cpusubtypes for the specified cputype. If the two cpusubtypes
97 extern cpu_subtype_t NXCombineCpuSubtypes(cpu_type_t cputype,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOUniversal.cpp70 uint32_t cputype; in getAsObjectFile() local
73 cputype = Header.cputype; in getAsObjectFile()
76 cputype = Header64.cputype; in getAsObjectFile()
80 return ObjectFile::createMachOObjectFile(ObjBuffer, cputype, Index); in getAsObjectFile()
152 Err = malformedError("offset plus size of cputype (" + in MachOUniversalBinary()
161 ") too large for cputype (" + Twine(A.getCPUType()) + in MachOUniversalBinary()
169 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary()
175 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary()
188 Err = malformedError("contains two of the same architecture (cputype " in MachOUniversalBinary()
199 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_gcc_archflag.m4157cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /va…
158cputype=`echo "$cputype" | tr -d ' -' | sed 's/SPARCIIi/SPARCII/' | tr $as_cr_LETTERS $as_cr_lette…
159 case $cputype in
180cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | sed 's/ //g') ; /usr/b…
181 cputype=`echo $cputype | sed -e 's/ppc//g;s/ *//g'`
182 case $cputype in
184 *740[[0-9]]*) ax_gcc_arch="$cputype 7400 G4" ;;
185 *74[[4-5]][[0-9]]*) ax_gcc_arch="$cputype 7450 G4" ;;
186 *74[[0-9]][[0-9]]*) ax_gcc_arch="$cputype G4" ;;
190 603ev|8240) ax_gcc_arch="$cputype 603e 603";;
[all …]
/external/google-breakpad/src/common/mac/
Dsuper_fat_arch.h46 uint32_t cputype;
53 cputype(0), in SuperFatArch()
61 cputype(arch.cputype), in SuperFatArch()
78 arch.cputype = cputype; in ConvertToFatArch()
Darch_utilities.cc72 arm64->cputype = CPU_TYPE_ARM64; in ArchInfo_arm64()
231 const NXArchInfo *NXGetArchInfoFromCpuType(cpu_type_t cputype, in NXGetArchInfoFromCpuType() argument
235 if (kKnownArchitectures[arch].cputype == cputype) { in NXGetArchInfoFromCpuType()
247 struct fat_arch *NXFindBestFatArch(cpu_type_t cputype, in NXFindBestFatArch() argument
253 if (fat_archs[f].cputype == cputype) { in NXFindBestFatArch()
Dmacho_utilities.cc96 fa[i].cputype = ByteSwap(fa[i].cputype); in breakpad_swap_fat_arch()
106 mh->cputype = ByteSwap(mh->cputype); in breakpad_swap_mach_header()
116 mh->cputype = ByteSwap(mh->cputype); in breakpad_swap_mach_header_64()
/external/ImageMagick/m4/
Dax_gcc_archflag.m4167cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /va…
168cputype=`echo "$cputype" | tr -d ' -' | $SED 's/SPARCIIi/SPARCII/' |tr $as_cr_LETTERS $as_cr_lette…
169 case $cputype in
190cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | $SED 's/ //g') ; /usr/…
191 cputype=`echo $cputype | $SED -e 's/ppc//g;s/ *//g'`
192 case $cputype in
194 *740[[0-9]]*) ax_gcc_arch="$cputype 7400 G4" ;;
195 *74[[4-5]][[0-9]]*) ax_gcc_arch="$cputype 7450 G4" ;;
196 *74[[0-9]][[0-9]]*) ax_gcc_arch="$cputype G4" ;;
200 603ev|8240) ax_gcc_arch="$cputype 603e 603";;
[all …]
/external/libffi/m4/
Dax_gcc_archflag.m4167cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /va…
168cputype=`echo "$cputype" | tr -d ' -' | $SED 's/SPARCIIi/SPARCII/' |tr $as_cr_LETTERS $as_cr_lette…
169 case $cputype in
190cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | $SED 's/ //g') ; /usr/…
191 cputype=`echo $cputype | $SED -e 's/ppc//g;s/ *//g'`
192 case $cputype in
194 *740[[0-9]]*) ax_gcc_arch="$cputype 7400 G4" ;;
195 *74[[4-5]][[0-9]]*) ax_gcc_arch="$cputype 7450 G4" ;;
196 *74[[0-9]][[0-9]]*) ax_gcc_arch="$cputype G4" ;;
200 603ev|8240) ax_gcc_arch="$cputype 603e 603";;
[all …]
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-universal-x86_64.i386.test36 FAT: cputype CPU_TYPE_X86_64
43 FAT: cputype CPU_TYPE_I386
54 NON-VERBOSE: cputype 16777223
61 NON-VERBOSE: cputype 7
/external/skia/src/gpu/graphite/
DAttribute.h22 VertexAttribType cpuType, in Attribute() argument
24 : fName(name), fCPUType(cpuType), fGPUType(gpuType) { in Attribute()
34 constexpr VertexAttribType cpuType() const { return fCPUType; } in cpuType() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolDumper.h29 std::unique_ptr<SymbolDumpDelegate> ObjDelegate, CPUType CPU, in CVSymbolDumper()
45 CPUType getCompilationCPUType() const { return CompilationCPUType; } in getCompilationCPUType()
52 CPUType CompilationCPUType;
/external/llvm/include/llvm/Object/
DMachOUniversal.h58 return Header.cputype; in getCPUType()
60 return Header64.cputype; in getCPUType()
95 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype); in getArchTypeName()
99 MachOObjectFile::getArchTriple(Header64.cputype, in getArchTypeName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachOUniversal.h59 return Header.cputype; in getCPUType()
61 return Header64.cputype; in getCPUType()
97 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype, in getArchFlagName()
101 MachOObjectFile::getArchTriple(Header64.cputype, in getArchFlagName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO.cpp61 dbgs() << "jitLink_MachO: cputype = " in jitLink_MachO()
62 << format("0x%08" PRIx32, Header.cputype) in jitLink_MachO()
67 switch (Header.cputype) { in jitLink_MachO()
/external/tensorflow/tensorflow/tools/android/test/
Dbuild.gradle37 def cpuType = 'armeabi-v7a'
40 def nativeOutDir = 'libs/' + cpuType
110 '--cpu=' + cpuType, \

123456789