Home
last modified time | relevance | path

Searched refs:TARGET_ARM32 (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h29 #define TARGET_ARM32 "arm-unknown-linux-gnu" macro
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp83 } else if (triple.compare(TARGET_ARM32) == 0) { in InitializeLLVM()
Dassembler_x64_test.cpp88 } else if (triple.compare(TARGET_ARM32) == 0) { in InitializeLLVM()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp419 } else if (triple.compare(TARGET_ARM32) == 0) { in Initialize()
Dcircuit_builder.h226 if (triple.compare(TARGET_ARM32) == 0) { in GetTripleFromString()