/external/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 158 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/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 145 CV_ENUM_CLASS_ENT(CPUType, Intel8080), 146 CV_ENUM_CLASS_ENT(CPUType, Intel8086), 147 CV_ENUM_CLASS_ENT(CPUType, Intel80286), 148 CV_ENUM_CLASS_ENT(CPUType, Intel80386), 149 CV_ENUM_CLASS_ENT(CPUType, Intel80486), 150 CV_ENUM_CLASS_ENT(CPUType, Pentium), 151 CV_ENUM_CLASS_ENT(CPUType, PentiumPro), 152 CV_ENUM_CLASS_ENT(CPUType, Pentium3), 153 CV_ENUM_CLASS_ENT(CPUType, MIPS), 154 CV_ENUM_CLASS_ENT(CPUType, MIPS16), [all …]
|
D | SymbolRecordMapping.cpp | 487 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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 137 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 …]
|
D | SymbolRecordMapping.cpp | 487 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/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 214 static std::string formatMachineType(CPUType Cpu) { in formatMachineType() 216 RETURN_CASE(CPUType, Intel8080, "intel 8080"); in formatMachineType() 217 RETURN_CASE(CPUType, Intel8086, "intel 8086"); in formatMachineType() 218 RETURN_CASE(CPUType, Intel80286, "intel 80286"); in formatMachineType() 219 RETURN_CASE(CPUType, Intel80386, "intel 80386"); in formatMachineType() 220 RETURN_CASE(CPUType, Intel80486, "intel 80486"); in formatMachineType() 221 RETURN_CASE(CPUType, Pentium, "intel pentium"); in formatMachineType() 222 RETURN_CASE(CPUType, PentiumPro, "intel pentium pro"); in formatMachineType() 223 RETURN_CASE(CPUType, Pentium3, "intel pentium 3"); in formatMachineType() 224 RETURN_CASE(CPUType, MIPS, "mips"); in formatMachineType() [all …]
|
/external/llvm-project/llvm/test/ObjectYAML/MachO/ |
D | fat_macho_i386_x86_64.yaml | 13 - cputype: 0x00000007 18 - cputype: 0x01000007 26 cputype: 0x00000007 34 cputype: 0x01000007 49 #CHECK: - cputype: 0x7 54 #CHECK: - cputype: 0x1000007 63 #CHECK: cputype: 0x7 72 #CHECK: cputype: 0x1000007 94 - cputype: 0x00000007 102 cputype: 0x00000007 [all …]
|
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/ |
D | universal-arm64.test | 12 # CHECK-NEXT: cputype CPU_TYPE_ARM64 19 # CHECK-NEXT: cputype CPU_TYPE_ARM64 26 # CHECK-NEXT: cputype CPU_TYPE_ARM64 39 - cputype: 0x0100000C 44 - cputype: 0x0100000C 49 - cputype: 0x0100000C 58 cputype: 0x0100000C 68 cputype: 0x0100000C 78 cputype: 0x0100000C
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | MachOUniversalWriter.h | 29 uint32_t CPUType; variable 38 Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, 46 /// This constructor takes pre-specified \param CPUType , \param CPUSubType , 49 Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, 61 uint32_t getCPUType() const { return CPUType; } in getCPUType() 68 return static_cast<uint64_t>(CPUType) << 32 | CPUSubType; in getCPUID() 74 return ("unknown(" + Twine(CPUType) + "," + in getArchString() 80 if (Lhs.CPUType == Rhs.CPUType) 84 if (Lhs.CPUType == MachO::CPU_TYPE_ARM64) 86 if (Rhs.CPUType == MachO::CPU_TYPE_ARM64)
|
/external/llvm/test/ObjectYAML/MachO/ |
D | fat_macho_i386_x86_64.yaml | 8 - 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/llvm-project/llvm/lib/Object/ |
D | MachOUniversalWriter.cpp | 63 switch (ObjectFile.getHeader().cputype) { in calculateAlignment() 78 Slice::Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, in Slice() argument 80 : B(&A), CPUType(CPUType), CPUSubType(CPUSubType), in Slice() 84 : B(&O), CPUType(O.getHeader().cputype), in Slice() 89 Slice::Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, in Slice() argument 91 : B(&IRO), CPUType(CPUType), CPUSubType(CPUSubType), in Slice() 138 std::tie(MFO->getHeader().cputype, MFO->getHeader().cpusubtype) != in create() 139 std::tie(O->getHeader().cputype, O->getHeader().cpusubtype)) { in create() 142 ("archive member " + O->getFileName() + " cputype (" + in create() 143 Twine(O->getHeader().cputype) + ") and cpusubtype(" + in create() [all …]
|
D | MachOUniversal.cpp | 71 uint32_t cputype; in getAsObjectFile() local 74 cputype = Header.cputype; in getAsObjectFile() 77 cputype = Header64.cputype; in getAsObjectFile() 81 return ObjectFile::createMachOObjectFile(ObjBuffer, cputype, Index); in getAsObjectFile() 172 Err = malformedError("offset plus size of cputype (" + in MachOUniversalBinary() 181 ") too large for cputype (" + Twine(A.getCPUType()) + in MachOUniversalBinary() 189 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary() 195 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary() 208 Err = malformedError("contains two of the same architecture (cputype " in MachOUniversalBinary() 219 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary() [all …]
|
/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
D | arch.h | 45 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/llvm-project/llvm/test/tools/llvm-readobj/MachO/ |
D | file-headers.test | 11 # I386-NEXT: CpuType: X86 (0x7) 25 cputype: 0x00000007 42 # X86-64-NEXT: CpuType: X86-64 (0x1000007) 57 cputype: 0x01000007 75 # PPC-NEXT: CpuType: PowerPC (0x12) 90 cputype: 0x00000012 107 # PPC64-NEXT: CpuType: PowerPC64 (0x1000012) 123 cputype: 0x01000012 141 # ARM-NEXT: CpuType: Arm (0xC) 155 cputype: 0x0000000C
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOUniversal.cpp | 70 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/llvm-project/polly/lib/External/isl/m4/ |
D | ax_gcc_archflag.m4 | 145 …cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /va… 146 cputype=`echo "$cputype" | tr -d ' -' |tr $as_cr_LETTERS $as_cr_letters` 147 case $cputype in 168 …cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | sed 's/ //g') ; /usr/b… 169 cputype=`echo $cputype | sed -e 's/ppc//g;s/ *//g'` 170 case $cputype in 172 *740[[0-9]]*) ax_gcc_arch="$cputype 7400 G4" ;; 173 *74[[4-5]][[0-9]]*) ax_gcc_arch="$cputype 7450 G4" ;; 174 *74[[0-9]][[0-9]]*) ax_gcc_arch="$cputype G4" ;; 178 603ev|8240) ax_gcc_arch="$cputype 603e 603";; [all …]
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | MachO.cpp | 65 uint32_t CPUType; in jitLink_MachO() local 66 memcpy(&CPUType, Data.data() + 4, sizeof(uint32_t)); in jitLink_MachO() 68 CPUType = ByteSwap_32(CPUType); in jitLink_MachO() 71 dbgs() << "jitLink_MachO: cputype = " << format("0x%08" PRIx32, CPUType) in jitLink_MachO() 75 switch (CPUType) { in jitLink_MachO()
|
/external/llvm-project/lldb/test/API/commands/target/basic/ |
D | bogus.yaml | 6 - cputype: 0x0000000C 11 - cputype: 0x0000000C 16 - cputype: 0x0100000C 26 cputype: 0x00000003 76 cputype: 0x00000002 125 cputype: 0x00000001
|
/external/google-breakpad/src/common/mac/ |
D | super_fat_arch.h | 46 uint32_t cputype; 53 cputype(0), in SuperFatArch() 61 cputype(arch.cputype), in SuperFatArch() 78 arch.cputype = cputype; in ConvertToFatArch()
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ax_gcc_archflag.m4 | 157 …cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /va… 158 …cputype=`echo "$cputype" | tr -d ' -' | sed 's/SPARCIIi/SPARCII/' | tr $as_cr_LETTERS $as_cr_lette… 159 case $cputype in 180 …cputype=`((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/llvm-project/llvm/test/tools/llvm-lipo/Inputs/ |
D | i386-x86_64-armv7-arm64-universal.yaml | 6 - cputype: 0x00000007 11 - cputype: 0x01000007 16 - cputype: 0x0000000C 21 - cputype: 0x0100000C 30 cputype: 0x00000007 117 cputype: 0x01000007 205 cputype: 0x0000000C 280 cputype: 0x0100000C
|
/external/llvm-project/llvm/test/tools/llvm-libtool-darwin/ |
D | cpu-subtype-matching.test | 27 ## CPUTYPE: CPU_TYPE_ARM 32 cputype: 0x0000000C 84 ## CPUTYPE: CPU_TYPE_ARM 89 cputype: 0x0000000C 164 ## CPUTYPE: CPU_TYPE_X86_64 169 cputype: 0x01000007 222 ## CPUTYPE: CPU_TYPE_X86_64 227 cputype: 0x01000007
|
/external/llvm-project/llvm/test/tools/llvm-lipo/ |
D | archs-universal-binary-x86.test | 10 - cputype: 0x00000007 15 - cputype: 0x01000007 24 cputype: 0x00000007 33 cputype: 0x01000007
|
D | archs-universal-binary-arm.test | 10 - cputype: 0x0000000C 15 - cputype: 0x0100000C 24 cputype: 0x0000000C 33 cputype: 0x0100000C
|
D | archs-universal-binary-unknown.test | 11 - cputype: 0x00000007 16 - cputype: 0x01000097 25 cputype: 0x00000007 34 cputype: 0x01000097
|