/third_party/pixman/pixman/ |
D | pixman-arm-common.h | 53 #define PIXMAN_ARM_BIND_FAST_PATH_SRC_DST(cputype, name, \ argument 57 pixman_composite_##name##_asm_##cputype (int32_t w, \ 65 cputype##_composite_##name (pixman_implementation_t *imp, \ 78 pixman_composite_##name##_asm_##cputype (width, height, \ 83 #define PIXMAN_ARM_BIND_FAST_PATH_N_DST(flags, cputype, name, \ argument 86 pixman_composite_##name##_asm_##cputype (int32_t w, \ 93 cputype##_composite_##name (pixman_implementation_t *imp, \ 110 pixman_composite_##name##_asm_##cputype (width, height, \ 115 #define PIXMAN_ARM_BIND_FAST_PATH_N_MASK_DST(flags, cputype, name, \ argument 119 pixman_composite_##name##_asm_##cputype (int32_t w, \ [all …]
|
/third_party/libffi/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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachOUniversal.h | 59 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()
|
/third_party/skia/third_party/externals/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()
|
D | MachOObjectFile.cpp | 128 return O.getHeader().cputype; in getCPUType() 1015 uint32_t cputype = getCPUType(Obj); in checkThreadCommand() local 1037 if (cputype == MachO::CPU_TYPE_I386) { in checkThreadCommand() 1056 } else if (cputype == MachO::CPU_TYPE_X86_64) { in checkThreadCommand() 1123 } else if (cputype == MachO::CPU_TYPE_ARM) { in checkThreadCommand() 1142 } else if (cputype == MachO::CPU_TYPE_ARM64 || in checkThreadCommand() 1143 cputype == MachO::CPU_TYPE_ARM64_32) { in checkThreadCommand() 1162 } else if (cputype == MachO::CPU_TYPE_POWERPC) { in checkThreadCommand() 1182 return malformedError("unknown cputype (" + Twine(cputype) + ") load " in checkThreadCommand() 1265 uint32_t cputype; in MachOObjectFile() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachO.cpp | 62 << format("0x%08" PRIx32, Header.cputype) in jitLink_MachO() 67 switch (Header.cputype) { in jitLink_MachO()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MachOEmitter.cpp | 74 Header.cputype = Obj.Header.cputype; in writeHeader() 522 FatArch.cputype = Arch.cputype; in constructFatArch()
|
D | MachOYAML.cpp | 86 IO.mapRequired("cputype", FileHdr.cputype); in mapping() 129 IO.mapRequired("cputype", FatArch.cputype); in mapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 503 uint32_t cputype; member 513 uint32_t cputype; member 932 uint32_t cputype; member 940 uint32_t cputype; member 1008 sys::swapByteOrder(mh.cputype); in swapStruct() 1016 sys::swapByteOrder(mh.cputype); in swapStruct() 1026 sys::swapByteOrder(mh.cputype); in swapStruct() 1036 sys::swapByteOrder(H.cputype); in swapStruct()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | MachOYAML.h | 48 llvm::yaml::Hex32 cputype; member 128 llvm::yaml::Hex32 cputype; member
|
/third_party/boost/libs/dll/test/ |
D | structures_tests.cpp | 227 CHECK_FIELD(cputype); in generic_header_check()
|
/third_party/boost/boost/dll/detail/ |
D | macho_info.hpp | 33 cpu_type_t cputype; member
|
/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
D | config.guess | 1129 if test "$cputype" = "386"; then 1132 UNAME_MACHINE="$cputype"
|
/third_party/mtdev/config-aux/ |
D | config.guess | 1253 if test "$cputype" = "386"; then 1256 UNAME_MACHINE="$cputype"
|
/third_party/icu/icu4c/source/ |
D | config.guess | 1348 if test "$cputype" = 386; then 1351 UNAME_MACHINE="$cputype"
|
/third_party/libpng/ |
D | config.guess | 1361 if test "$cputype" = 386; then 1364 UNAME_MACHINE="$cputype"
|
/third_party/skia/third_party/externals/microhttpd/ |
D | config.guess | 1319 if test "$cputype" = "386"; then 1322 UNAME_MACHINE="$cputype"
|
/third_party/node/deps/cares/ |
D | config.guess | 1365 if test "$cputype" = 386; then 1368 UNAME_MACHINE="$cputype"
|
/third_party/skia/third_party/externals/icu/source/ |
D | config.guess | 1348 if test "$cputype" = 386; then 1351 UNAME_MACHINE="$cputype"
|
/third_party/wayland_standard/ |
D | config.guess | 1436 if test "$cputype" = 386; then 1439 UNAME_MACHINE="$cputype"
|
/third_party/libffi/ |
D | config.guess | 1363 if test "$cputype" = 386; then 1366 UNAME_MACHINE="$cputype"
|
/third_party/skia/third_party/externals/libpng/ |
D | config.guess | 1361 if test "$cputype" = 386; then 1364 UNAME_MACHINE="$cputype"
|
/third_party/freetype/builds/unix/ |
D | config.guess | 1423 if test "$cputype" = 386; then 1426 UNAME_MACHINE="$cputype"
|
/third_party/eudev/ |
D | config.guess | 1362 if test "$cputype" = 386; then 1365 UNAME_MACHINE="$cputype"
|