Home
last modified time | relevance | path

Searched refs:ARM4 (Results 1 – 11 of 11) sorted by relevance

/external/speex/
Dconfigure.ac208 AC_ARG_ENABLE(arm4-asm, [ --enable-arm4-asm Make use of ARM4 assembly optimizations],
210 AC_DEFINE([ARM4_ASM], , [Make use of ARM4 assembly optimizations])
Dconfig.h.in6 /* Make use of ARM4 assembly optimizations */
Dconfigure1455 --enable-arm4-asm Make use of ARM4 assembly optimizations
/external/speex/libspeexdsp/
Darch.h60 #error I suppose you can have a [ARM4/ARM5E/Blackfin] that has float instructions?
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h115 ARM4 = 0x61, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h118 ARM4 = 0x61, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h118 ARM4 = 0x61, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp197 CV_ENUM_CLASS_ENT(CPUType, ARM4),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp184 CV_ENUM_CLASS_ENT(CPUType, ARM4),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp176 CV_ENUM_CLASS_ENT(CPUType, ARM4),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp255 RETURN_CASE(CPUType, ARM4, "arm 4"); in formatMachineType()