| /external/llvm/test/ObjectYAML/MachO/ | 
| D | fat_macho_i386_x86_64.yaml | 9     cpusubtype:      0x0000000314     cpusubtype:      0x80000003
 22       cpusubtype:      0x00000003
 30       cpusubtype:      0x80000003
 45 #CHECK:     cpusubtype:      0x00000003
 50 #CHECK:     cpusubtype:      0x80000003
 59 #CHECK:       cpusubtype:      0x00000003
 68 #CHECK:       cpusubtype:      0x80000003
 
 | 
| D | mach_header.yaml | 7   cpusubtype:      0x8000000318 # CHECK:   cpusubtype:      0x80000003
 
 | 
| D | mach_header_64.yaml | 7   cpusubtype:      0x8000000319 # CHECK:   cpusubtype:      0x80000003
 
 | 
| /external/google-breakpad/src/third_party/mac_headers/mach-o/ | 
| D | arch.h | 46     cpu_subtype_t cpusubtype;  member66  * NXArchInfo from the architecture's name or cputype/cpusubtype
 67  * combination.  A cpusubtype of CPU_SUBTYPE_MULTIPLE can be used
 73 						  cpu_subtype_t cpusubtype);
 75 /* NXFindBestFatArch() is passed a cputype and cpusubtype and a set of
 82  * cpusubtype and one of the fat_arch structs this routine will always succeed.
 85 					  cpu_subtype_t cpusubtype,
 89 /* NXCombineCpuSubtypes() returns the resulting cpusubtype when combining two
 95  * be combined and this routine will return the cpusubtype pass in.
 
 | 
| D | fat.h | 30  * cputype and cpusubtype, the fat_header describes the file offset, file58 	cpu_subtype_t	cpusubtype;	/* machine specifier (int) */  member
 
 | 
| /external/llvm/test/CodeGen/ARM/ | 
| D | MachO-subtypes.ll | 60 ; CHECK-V4T:   CpuSubType: CPU_SUBTYPE_ARM_V4T (0x5)61 ; CHECK-V5:   CpuSubType: CPU_SUBTYPE_ARM_V5 (0x7)
 62 ; CHECK-V6:   CpuSubType: CPU_SUBTYPE_ARM_V6 (0x6)
 63 ; CHECK-V6M:   CpuSubType: CPU_SUBTYPE_ARM_V6M (0xE)
 64 ; CHECK-V7:   CpuSubType: CPU_SUBTYPE_ARM_V7 (0x9)
 65 ; CHECK-V7EM:   CpuSubType: CPU_SUBTYPE_ARM_V7EM (0x10)
 66 ; CHECK-V7K:   CpuSubType: CPU_SUBTYPE_ARM_V7K (0xC)
 67 ; CHECK-V7M:   CpuSubType: CPU_SUBTYPE_ARM_V7M (0xF)
 68 ; CHECK-V7S:   CpuSubType: CPU_SUBTYPE_ARM_V7S (0xB)
 
 | 
| /external/google-breakpad/src/common/mac/ | 
| D | super_fat_arch.h | 47   uint32_t cpusubtype;  variable54       cpusubtype(0),  in SuperFatArch()
 62       cpusubtype(arch.cpusubtype),  in SuperFatArch()
 79     arch.cpusubtype = cpusubtype;  in ConvertToFatArch()
 
 | 
| D | arch_utilities.cc | 73   arm64->cpusubtype = cpu_subtype;  in ArchInfo_arm64()83   armv7s->cpusubtype = CPU_SUBTYPE_ARM_V7S;  in ArchInfo_armv7s()
 232                                            cpu_subtype_t cpusubtype) {  in NXGetArchInfoFromCpuType()  argument
 236       if (kKnownArchitectures[arch].cpusubtype == cpusubtype) {  in NXGetArchInfoFromCpuType()
 248                                    cpu_subtype_t cpusubtype,  in NXFindBestFatArch()  argument
 254       if (fat_archs[f].cpusubtype == cpusubtype) {  in NXFindBestFatArch()
 
 | 
| D | macho_utilities.cc | 97     fa[i].cpusubtype = ByteSwap(fa[i].cpusubtype);  in breakpad_swap_fat_arch()107   mh->cpusubtype = ByteSwap(mh->cpusubtype);  in breakpad_swap_mach_header()
 117   mh->cpusubtype = ByteSwap(mh->cpusubtype);  in breakpad_swap_mach_header_64()
 
 | 
| D | dump_syms.cc | 229     arch_set = SetArchitecture(arch_info->cputype, arch_info->cpusubtype);  in SetArchitecture()271         static_cast<cpu_subtype_t>(it->cpusubtype) == cpu_subtype)  in FindBestMatchForArchitecture()
 289   cpu_subtype_t cpu_subtype = selected_object_file_->cpusubtype;  in Identifier()
 368       if (!SetArchitecture(local_arch->cputype, local_arch->cpusubtype)) {  in CreateEmptyModule()
 385           selected_object_file_->cputype, selected_object_file_->cpusubtype);  in CreateEmptyModule()
 642                    selected_object_file_->cpusubtype))  in ReadSymbolData()
 
 | 
| /external/llvm/test/tools/llvm-objdump/X86/ | 
| D | macho-universal-x86_64.i386.test | 37 FAT:     cpusubtype CPU_SUBTYPE_X86_64_ALL44 FAT:     cpusubtype CPU_SUBTYPE_I386_ALL
 55 NON-VERBOSE:     cpusubtype 3
 62 NON-VERBOSE:     cpusubtype 3
 
 | 
| D | macho-private-headers.test | 28 CHECK:       magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags124 EXE:       magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags
 448 FATi386:       magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags
 452 NON_VERBOSE:       magic cputype cpusubtype  caps    filetype ncmds sizeofcmds      flags
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ | 
| D | MachOUniversal.cpp | 153         Twine(A.getCPUType()) + ") cpusubtype (" +  in MachOUniversalBinary()162                            ") cpusubtype (" +  in MachOUniversalBinary()
 169         " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" +  in MachOUniversalBinary()
 176         "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +  in MachOUniversalBinary()
 189           "(" + Twine(A.getCPUType()) + ") cpusubtype (" +  in MachOUniversalBinary()
 200           "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +  in MachOUniversalBinary()
 203           ") cpusubtype (" + Twine(B.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK)  in MachOUniversalBinary()
 
 | 
| /external/llvm/include/llvm/Object/ | 
| D | MachOUniversal.h | 64         return Header.cpusubtype;  in getCPUSubType()66         return Header64.cpusubtype;  in getCPUSubType()
 95             MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype);  in getArchTypeName()
 100                                            Header64.cpusubtype);  in getArchTypeName()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ | 
| D | MachOUniversal.h | 65         return Header.cpusubtype;  in getCPUSubType()67         return Header64.cpusubtype;  in getCPUSubType()
 97             MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype,  in getArchFlagName()
 102                                            Header64.cpusubtype,  in getArchFlagName()
 
 | 
| /external/llvm/tools/llvm-readobj/ | 
| D | MachODumper.cpp | 399   uint32_t subtype = Header.cpusubtype & ~MachO::CPU_SUBTYPE_MASK;  in printFileHeaders()402     W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesX86));  in printFileHeaders()
 405     W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesX64));  in printFileHeaders()
 408     W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesARM));  in printFileHeaders()
 411     W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesPPC));  in printFileHeaders()
 414     W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesSPARC));  in printFileHeaders()
 417     W.printEnum("CpuSubType", subtype, makeArrayRef(MachOHeaderCpuSubtypesARM64));  in printFileHeaders()
 421     W.printHex("CpuSubtype", subtype);  in printFileHeaders()
 
 | 
| /external/llvm/test/tools/llvm-readobj/ | 
| D | macho-universal-x86_64.i386.test | 19 MULTIHEADER:   CpuSubType: CPU_SUBTYPE_X86_64_ALL (0x3)38 MULTIHEADER:   CpuSubType: CPU_SUBTYPE_I386_ALL (0x3)
 156 MULTIHEADER-ARCHIVE:   CpuSubType: CPU_SUBTYPE_X86_64_ALL (0x3)
 172 MULTIHEADER-ARCHIVE:   CpuSubType: CPU_SUBTYPE_I386_ALL (0x3)
 
 | 
| D | file-headers.test | 144 MACHO32-NEXT:   CpuSubType: CPU_SUBTYPE_I386_ALL (0x3)160 MACHO64-NEXT:   CpuSubType: CPU_SUBTYPE_X86_64_ALL (0x3)
 177 MACHO-PPC-NEXT:   CpuSubType: CPU_SUBTYPE_POWERPC_ALL (0x0)
 193 MACHO-PPC64-NEXT:   CpuSubtype: 0x0
 210 MACHO-ARM-NEXT:   CpuSubType: CPU_SUBTYPE_ARM_V7 (0x9)
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ | 
| D | Architecture.cpp | 20 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType) {  in getArchitectureFromCpuType()  argument23       (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) == (Subtype))                    \  in getArchitectureFromCpuType()
 
 | 
| /external/llvm/include/llvm/Support/ | 
| D | MachO.h | 495       uint32_t cpusubtype;  member505       uint32_t cpusubtype;  member
 890       uint32_t cpusubtype;  member
 898       uint32_t cpusubtype;  member
 970       sys::swapByteOrder(mh.cpusubtype);  in swapStruct()
 978       sys::swapByteOrder(mh.cpusubtype);  in swapStruct()
 988       sys::swapByteOrder(mh.cpusubtype);  in swapStruct()
 998       sys::swapByteOrder(H.cpusubtype);  in swapStruct()
 1364       // Capability bits used in the definition of cpusubtype.
 1372     // Constants for the cpusubtype field.
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ | 
| D | MachO.cpp | 63              << ", cpusubtype = " << format("0x%08" PRIx32, Header.cpusubtype)  in jitLink_MachO()
 | 
| /external/llvm/lib/Target/PowerPC/MCTargetDesc/ | 
| D | PPCMachObjectWriter.cpp | 40   PPCMachObjectWriter(bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype)  in PPCMachObjectWriter()  argument41       : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype) {}  in PPCMachObjectWriter()
 379                                                 uint32_t CPUSubtype) {  in createPPCMachObjectWriter()  argument
 381       new PPCMachObjectWriter(Is64Bit, CPUType, CPUSubtype), OS,  in createPPCMachObjectWriter()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ | 
| D | PPCMachObjectWriter.cpp | 39   PPCMachObjectWriter(bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype)  in PPCMachObjectWriter()  argument40       : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype) {}  in PPCMachObjectWriter()
 378                                 uint32_t CPUSubtype) {  in createPPCMachObjectWriter()  argument
 379   return std::make_unique<PPCMachObjectWriter>(Is64Bit, CPUType, CPUSubtype);  in createPPCMachObjectWriter()
 
 | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ | 
| D | MachO.h | 495       uint32_t cpusubtype;  member505       uint32_t cpusubtype;  member
 898       uint32_t cpusubtype;  member
 906       uint32_t cpusubtype;  member
 978       sys::swapByteOrder(mh.cpusubtype);  in swapStruct()
 986       sys::swapByteOrder(mh.cpusubtype);  in swapStruct()
 996       sys::swapByteOrder(mh.cpusubtype);  in swapStruct()
 1006       sys::swapByteOrder(H.cpusubtype);  in swapStruct()
 1379       // Capability bits used in the definition of cpusubtype.
 1387     // Constants for the cpusubtype field.
 
 | 
| /external/compiler-rt/cmake/Modules/ | 
| D | CompilerRTDarwinUtils.cmake | 101 # This function checks the host cpusubtype to see if it is post-haswell. Haswell102 # and later machines can run x86_64h binaries. Haswell is cpusubtype 8.
 106     COMMAND sysctl hw.cpusubtype
 109   string(REGEX MATCH "hw.cpusubtype: ([0-9]*)"
 
 |