Home
last modified time | relevance | path

Searched defs:HOST_ARCH (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/cmake/platforms/
DWinMsvc.cmake158 set(HOST_ARCH x86_64) variable
/external/u-boot/
DMakefile25 export HOST_ARCH=$(HOST_ARCH_X86_64) macro
27 export HOST_ARCH=$(HOST_ARCH_X86) macro
29 export HOST_ARCH=$(HOST_ARCH_AARCH64) macro
31 export HOST_ARCH=$(HOST_ARCH_ARM) macro
33 export HOST_ARCH=$(HOST_ARCH_RISCV32) macro
35 export HOST_ARCH=$(HOST_ARCH_RISCV64) macro
/external/tensorflow/tensorflow/lite/micro/tools/make/
DMakefile26 HOST_ARCH := $(shell if uname -m | grep -Eq 'i[345678]86'; then echo x86_32; else echo $(shell unam… macro
/external/tensorflow/tensorflow/lite/tools/make/
DMakefile24 HOST_ARCH := $(shell if uname -m | grep -q i[345678]86; then echo x86_32; else uname -m; fi) macro
/external/llvm/cmake/modules/
DAddLLVM.cmake1056 set(HOST_ARCH ${CMAKE_SYSTEM_PROCESSOR}) variable
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DAddLLVM.cmake1225 set(HOST_ARCH ${CMAKE_SYSTEM_PROCESSOR}) variable
/external/vboot_reference/
DMakefile88 HOST_ARCH ?= ${_machname} macro