Searched refs:TARGET_AARCH64 (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/ |
H A D | assembler_aarch64_test.cpp | 48 InitializeLLVM(TARGET_AARCH64); variable 76 } else if (triple.compare(TARGET_AARCH64) == 0) { in InitializeLLVM() 141 DisassembleChunk(TARGET_AARCH64, &masm, oss); in HWTEST_F_L0() 155 DisassembleChunk(TARGET_AARCH64, &masm, oss); in HWTEST_F_L0() 172 DisassembleChunk(TARGET_AARCH64, &masm, oss); in HWTEST_F_L0() 203 DisassembleChunk(TARGET_AARCH64, &masm, oss); in HWTEST_F_L0() 224 DisassembleChunk(TARGET_AARCH64, &masm, oss); in HWTEST_F_L0() 237 DisassembleChunk(TARGET_AARCH64, &masm, oss); in HWTEST_F_L0() 268 DisassembleChunk(TARGET_AARCH64, &masm, oss); in HWTEST_F_L0() 305 DisassembleChunk(TARGET_AARCH64, in HWTEST_F_L0() [all...] |
H A D | assembler_x64_test.cpp | 81 } else if (triple.compare(TARGET_AARCH64) == 0) { in InitializeLLVM()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/aarch64/ |
H A D | aarch64_builder.cpp | 64 LLVMIRBuilder::RegisterTargetBuilder(TARGET_AARCH64, []()-> LLVMTargetBuilder* { in Aarch64TargetBuilderRegistry()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_assembler.cpp | 28 } else if (tripleStr.compare(TARGET_AARCH64) == 0) { in BaselineAssembler()
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
H A D | assembler.h | 35 #define TARGET_AARCH64 "aarch64-unknown-linux-gnu" macro
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | jit_compiler.cpp | 50 triple_ = TARGET_AARCH64; in JitCompilationOptions()
|
H A D | circuit_builder_helper.h | 94 if (triple.compare(TARGET_AARCH64) == 0) { in GetTripleFromString()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_codegen.cpp | 544 } else if (triple.compare(TARGET_AARCH64) == 0) { in Initialize()
|
Completed in 6 milliseconds