Home
last modified time | relevance | path

Searched refs:arch (Results 1 – 25 of 85) sorted by relevance

1234

/AliOS-Things-master/kernel/rhino/
A Dcsi.mk17 INCDIR += -I$(KERNELDIR)/rhino/arch/include
87 KERNEL_CSRC += $(KERNELDIR)/rhino/arch/csky/802/cpu_impl.c
88 KERNEL_CSRC += $(KERNELDIR)/rhino/arch/csky/802/csky_sched.c
95 KERNEL_CSRC += $(KERNELDIR)/rhino/arch/csky/803/cpu_impl.c
96 KERNEL_CSRC += $(KERNELDIR)/rhino/arch/csky/803/csky_sched.c
103 KERNEL_CSRC += $(KERNELDIR)/rhino/arch/csky/804d/cpu_impl.c
111 KERNEL_CSRC += $(KERNELDIR)/rhino/arch/csky/804f/cpu_impl.c
135 KERNEL_CSRC += $(KERNELDIR)/rhino/arch/csky/805/cpu_impl.c
143 KERNEL_CSRC += $(KERNELDIR)/rhino/arch/csky/807/cpu_impl.c
159 KERNEL_CSRC += $(KERNELDIR)/rhino/arch/csky/810/cpu_impl.c
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy_ld.py310 def __init__(self, arch): argument
311 self.arch = ARCH_DATA[arch]
460 env.full_text[o : o + env.arch.word_size] = value.to_bytes(env.arch.word_size, "little")
482 env.arch.name == "EM_386"
521 env.arch.name == "EM_386"
532 env.arch.name == "EM_386"
626 env.arch.name == "EM_386"
636 if env.arch.word_size == 4:
752 env.arch.qstr_entry_size,
758 ".text.QSTR_OBJ", bytearray(native_qstr_objs_len * env.arch.word_size), env.arch.word_size
[all …]
A Dci.sh370 arch=x64
372 arch=$1
374 make -C examples/natmod/features1 ARCH=$arch
375 make -C examples/natmod/features2 ARCH=$arch
376 make -C examples/natmod/btree ARCH=$arch
377 make -C examples/natmod/framebuf ARCH=$arch
378 make -C examples/natmod/uheapq ARCH=$arch
379 make -C examples/natmod/urandom ARCH=$arch
380 make -C examples/natmod/ure ARCH=$arch
381 make -C examples/natmod/uzlib ARCH=$arch
[all …]
/AliOS-Things-master/components/SDL2/acinclude/
A Dax_gcc_archflag.m411 # This macro tries to guess the "native" arch corresponding to the target
12 # architecture for use with gcc's -march=arch or -mtune=arch flags. If
24 # The user can specify --with-gcc-arch=<arch> in order to override the
28 # called unless the user specified --with-gcc-arch manually.
72 AC_ARG_WITH(gcc-arch, [AS_HELP_STRING([--with-gcc-arch=<arch>], [use architecture <arch> for gcc -m…
187 fi # guess arch
190 for arch in $ax_gcc_arch; do
192 flags="-mtune=$arch"
193 # -mcpu=$arch and m$arch generate nonportable code on every arch except
195 case $host_cpu in i*86|x86_64*) flags="$flags -mcpu=$arch -m$arch";; esac
[all …]
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmain.c276 const char *arch = argv[a] + sizeof("-march=") - 1; in main_() local
277 if (strcmp(arch, "x86") == 0) { in main_()
280 } else if (strcmp(arch, "x64") == 0) { in main_()
283 } else if (strcmp(arch, "armv6") == 0) { in main_()
286 } else if (strcmp(arch, "armv7m") == 0) { in main_()
289 } else if (strcmp(arch, "armv7em") == 0) { in main_()
292 } else if (strcmp(arch, "armv7emsp") == 0) { in main_()
295 } else if (strcmp(arch, "armv7emdp") == 0) { in main_()
298 } else if (strcmp(arch, "xtensa") == 0) { in main_()
301 } else if (strcmp(arch, "xtensawin") == 0) { in main_()
/AliOS-Things-master/components/SDL2/test/nacl/
A DMakefile38 $(call LOG,TRANSLATE,$$@,$(PNACL_TRANSLATE) --allow-llvm-bitcode-input -arch x86-32 $$^ -o $$@)
41 $(call LOG,TRANSLATE,$$@,$(PNACL_TRANSLATE) --allow-llvm-bitcode-input -arch x86-64 $$^ -o $$@)
44 $(call LOG,TRANSLATE,$$@,$(PNACL_TRANSLATE) --allow-llvm-bitcode-input -arch arm $$^ -o $$@)
/AliOS-Things-master/hardware/chip/rtl872xd/
A Dbuild_bin.py19 arch = platform.architecture() variable
23 if '64bit' in arch:
/AliOS-Things-master/hardware/chip/haas1000/release/auto_build_tool/
A Dbuild_bin.py19 arch = platform.architecture() variable
23 if '64bit' in arch:
/AliOS-Things-master/components/py_engine/engine/py/
A Dpersistentcode.h41 #define MPY_FEATURE_ENCODE_ARCH(arch) ((arch) << 2) argument
A Ddynruntime.mk125 $(Q)$(MPY_LD) --arch $(ARCH) --preprocess -o $@ $^
140 $(Q)$(MPY_LD) --arch $(ARCH) --qstrs $(CONFIG_H) -o $@ $^
/AliOS-Things-master/hardware/chip/rtl872xd/release/auto_build_tool/
A Dbuild_bin.py19 arch = platform.architecture() variable
23 if '64bit' in arch:
/AliOS-Things-master/components/py_engine/tests/micropython/
A Dimport_mpy_native_gc.py58 for arch in (0x1A05, 0x1E05, 0x2205):
59 features0_file_contents[arch] = features0_file_contents[0x1605]
A Dimport_mpy_native_x64.py.exp1 mod0 ValueError incompatible .mpy arch
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dbuild_defs.bzl60 "@bazel_tools//src/conditions:windows_msvc": ["/arch:AVX"],
67 "@bazel_tools//src/conditions:windows_msvc": ["/arch:AVX2"],
77 "@bazel_tools//src/conditions:windows_msvc": ["/arch:AVX512"],
/AliOS-Things-master/hardware/arch/riscv/
A DREADME.md2 arch for rhino-kernel
/AliOS-Things-master/hardware/arch/armv7m/
A DREADME.md4 **armv7m** arch files of armv7m
/AliOS-Things-master/components/SDL2/src/gfx/
A DINSTALL129 "universal" binaries--by specifying multiple `-arch' options to the
130 compiler but only a single `-arch' option to the preprocessor. Like
133 ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
134 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DINSTALL129 "universal" binaries--by specifying multiple `-arch' options to the
130 compiler but only a single `-arch' option to the preprocessor. Like
133 ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
134 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfig.guess189 arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
191 machine="${arch}${endian}"-unknown
243 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
247 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
251 UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
1458 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
1459 /bin/arch = `(/bin/arch) 2>/dev/null`
/AliOS-Things-master/components/SDL2/src/image/
A Dconfig.guess189 arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
191 machine="${arch}${endian}"-unknown
243 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
247 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
251 UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
1462 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
1463 /bin/arch = `(/bin/arch) 2>/dev/null`
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/cmake/
A Dcpu.cmake36 set(SIMD_ENABLE_FLAGS "/arch:AVX;/arch:SSE2;;;;")
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/polarssl/
A DREADME16 libraries into your arch/cc.h port file.
/AliOS-Things-master/components/SDL2/build-scripts/
A Dconfig.guess182 arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
184 machine=${arch}${endian}-unknown
236 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
240 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
244 UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'`
1458 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
1459 /bin/arch = `(/bin/arch) 2>/dev/null`
/AliOS-Things-master/documentation/yaml/
A Dpackage.yaml_user_manual.md23 …ution,board,chip,arch ,drv_core,drv_peripheral, drv_external_device, kernel, common<br />solution组…
72 … 组件、chip 组件、board 组件、solution 组件都存在相同配置时,优先顺序为 :solution > board > chip > arch > (drv_core, drv_pe…
/AliOS-Things-master/documentation/manual/
A Dcomponent.md6 - BSP组件:指的是./hardware目录下的arch、chip、board三大组件的集合。包含了芯片架构、芯片驱动、板级区别等。

Completed in 24 milliseconds

1234