Home
last modified time | relevance | path

Searched refs:TARGET_AARCH64 (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
H A Dassembler_aarch64_test.cpp48 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 Dassembler_x64_test.cpp81 } else if (triple.compare(TARGET_AARCH64) == 0) { in InitializeLLVM()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/aarch64/
H A Daarch64_builder.cpp64 LLVMIRBuilder::RegisterTargetBuilder(TARGET_AARCH64, []()-> LLVMTargetBuilder* { in Aarch64TargetBuilderRegistry()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_assembler.cpp28 } else if (tripleStr.compare(TARGET_AARCH64) == 0) { in BaselineAssembler()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
H A Dassembler.h35 #define TARGET_AARCH64 "aarch64-unknown-linux-gnu" macro
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compiler.cpp50 triple_ = TARGET_AARCH64; in JitCompilationOptions()
H A Dcircuit_builder_helper.h94 if (triple.compare(TARGET_AARCH64) == 0) { in GetTripleFromString()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp544 } else if (triple.compare(TARGET_AARCH64) == 0) { in Initialize()

Completed in 6 milliseconds