/external/u-boot/board/renesas/ebisu/ |
D | ebisu.c | 75 unsigned long midr, cputype; in reset_cpu() local 78 cputype = (midr >> 4) & 0xfff; in reset_cpu() 80 if (cputype == 0xd03) in reset_cpu() 82 else if (cputype == 0xd07) in reset_cpu()
|
/external/u-boot/board/renesas/eagle/ |
D | eagle.c | 99 unsigned long midr, cputype; in reset_cpu() local 102 cputype = (midr >> 4) & 0xfff; in reset_cpu() 104 if (cputype == 0xd03) in reset_cpu() 106 else if (cputype == 0xd07) in reset_cpu()
|
/external/u-boot/board/renesas/draak/ |
D | draak.c | 121 unsigned long midr, cputype; in reset_cpu() local 124 cputype = (midr >> 4) & 0xfff; in reset_cpu() 126 if (cputype == 0xd03) in reset_cpu() 128 else if (cputype == 0xd07) in reset_cpu()
|
/external/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/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/ImageMagick/m4/ |
D | ax_gcc_archflag.m4 | 167 …cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /va… 168 …cputype=`echo "$cputype" | tr -d ' -' | $SED 's/SPARCIIi/SPARCII/' |tr $as_cr_LETTERS $as_cr_lette… 169 case $cputype in 190 …cputype=`((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/include/llvm/Object/ |
D | MachOUniversal.h | 58 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-7.0/llvm/include/llvm/Object/ |
D | MachOUniversal.h | 58 return Header.cputype; in getCPUType() 60 return Header64.cputype; in getCPUType() 96 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype, in getArchFlagName() 100 MachOObjectFile::getArchTriple(Header64.cputype, in getArchFlagName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
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()
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-universal-x86_64.i386.test | 36 FAT: cputype CPU_TYPE_X86_64 43 FAT: cputype CPU_TYPE_I386 54 NON-VERBOSE: cputype 16777223 61 NON-VERBOSE: cputype 7
|
D | macho-private-header.test | 4 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/ |
D | macho-universal-x86_64.i386.test | 36 FAT: cputype CPU_TYPE_X86_64 43 FAT: cputype CPU_TYPE_I386 54 NON-VERBOSE: cputype 16777223 61 NON-VERBOSE: cputype 7
|
D | macho-private-header.test | 4 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
|
/external/google-breakpad/src/common/mac/ |
D | macho_walker.cc | 89 valid_cpu_type = arch->cputype; in WalkHeader() 161 if (cpu_type != header.cputype || in FindHeader() 190 if (arch.cputype == cpu_type && in FindHeader()
|
D | macho_utilities.cc | 65 mh->cputype = ByteSwap(mh->cputype); in breakpad_swap_mach_header_64()
|
D | arch_utilities.cc | 63 arm64->cputype = CPU_TYPE_ARM64; in ArchInfo_arm64()
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 235 fat_archs[i].cputype = in __breakpad_fdnlist() 236 CFSwapInt32BigToHost(fat_archs[i].cputype); in __breakpad_fdnlist() 249 if (fat_archs[i].cputype == cpu_type) { in __breakpad_fdnlist()
|
/external/google-breakpad/src/tools/mac/dump_syms/ |
D | macho_dump.cc | 148 file.cputype, file.cpusubtype); in DumpFile() 165 if (!reader.Read(file_contents, file.cputype, file.cpusubtype)) { in DumpFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 356 uint32_t cputype = O->getHeader().cputype; in PrintIndirectSymbolTable() local 357 if (cputype & MachO::CPU_ARCH_ABI64) in PrintIndirectSymbolTable() 366 if (cputype & MachO::CPU_ARCH_ABI64) in PrintIndirectSymbolTable() 465 static void PrintRType(const uint64_t cputype, const unsigned r_type) { in PrintRType() argument 491 switch (cputype) { in PrintRType() 509 static void PrintRLength(const uint64_t cputype, const unsigned r_type, in PrintRLength() argument 511 if (cputype == MachO::CPU_TYPE_ARM && in PrintRLength() 535 if (cputype == MachO::CPU_TYPE_X86_64) in PrintRLength() 549 const uint64_t cputype, in PrintRelocationEntries() argument 571 if (r_scattered && cputype != MachO::CPU_TYPE_X86_64) { in PrintRelocationEntries() [all …]
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | gw_ventana.c | 726 const char *cputype = ""; in misc_init_r() local 736 cputype = "imx6q"; in misc_init_r() 739 cputype = "imx6dl"; in misc_init_r() 740 env_set("soctype", cputype); in misc_init_r() 750 sprintf(fdt, "%s-%s.dtb", cputype, str); in misc_init_r() 758 sprintf(fdt, "%s-%s.dtb", cputype, str); in misc_init_r() 767 sprintf(fdt, "%s-%s.dtb", cputype, str); in misc_init_r()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 494 uint32_t cputype; member 504 uint32_t cputype; member 889 uint32_t cputype; member 897 uint32_t cputype; member 969 sys::swapByteOrder(mh.cputype); in swapStruct() 977 sys::swapByteOrder(mh.cputype); in swapStruct() 987 sys::swapByteOrder(mh.cputype); in swapStruct() 997 sys::swapByteOrder(H.cputype); in swapStruct()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | MachO.h | 281 uint32_t cputype; member 291 uint32_t cputype; member 625 uint32_t cputype; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | macho-needed-libs.test | 11 cputype: 0x01000007
|
/external/llvm/tools/yaml2obj/ |
D | yaml2macho.cpp | 78 Header.cputype = Obj.Header.cputype; in writeHeader() 481 FatArch.cputype = Arch.cputype; in constructFatArch()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 494 uint32_t cputype; member 504 uint32_t cputype; member 897 uint32_t cputype; member 905 uint32_t cputype; member 977 sys::swapByteOrder(mh.cputype); in swapStruct() 985 sys::swapByteOrder(mh.cputype); in swapStruct() 995 sys::swapByteOrder(mh.cputype); in swapStruct() 1005 sys::swapByteOrder(H.cputype); in swapStruct()
|