| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.h | 115 void Jmp(Label *target, Distance distance = Distance::Far); 130 void Ja(Label *target, Distance distance = Distance::Far); 131 void Jb(Label *target, Distance distance = Distance::Far); 132 void Jz(Label *target, Distance distance = Distance::Far); 133 void Je(Label *target, Distance distance = Distance::Far); 134 void Jg(Label *target, Distance distance = Distance::Far); 135 void Jge(Label *target, Distance distance = Distance::Far); 136 void Jne(Label *target, Distance distance = Distance::Far); 137 void Jbe(Label *target, Distance distance = Distance::Far); 138 void Jnz(Label *target, Distance distance = Distance::Far); [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_call_conv.h | 70 uint32 nextGeneralRegNO = 0; /* number of integer parameters processed so far */ 71 uint32 nextFloatRegNO = 0; /* number of float parameters processed so far */ 118 int32 nextGeneralRegNO = 0; /* number of integer parameters processed so far */ 119 uint32 nextFloatRegNO = 0; /* number of float parameters processed so far */ 186 int32 nextGeneralRegNO = 0; /* number of integer parameters processed so far */
|
| D | aarch64_md.def | 645 /* # As far as register allocation is concerned, the instructions below are non-definitions. */
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_call_conv.h | 240 uint64 paramNum = 0; /* number of all types of parameters processed so far */ 241 uint32 nextGeneralParmRegNO = 0; /* number of integer parameters processed so far */ 242 uint32 nextGeneralReturnRegNO = 0; /* number of integer return processed so far */
|
| /arkcompiler/runtime_core/tests/ |
| D | CMakeLists.txt | 772 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-01.pa" COMPILER_OPTIONS --com… 773 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-02.pa" COMPILER_OPTIONS --com… 774 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-03.pa" COMPILER_OPTIONS --com… 775 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-04.pa" COMPILER_OPTIONS --com… 776 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-05.pa" COMPILER_OPTIONS --com… 777 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-06.pa" COMPILER_OPTIONS --com… 778 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-07.pa" COMPILER_OPTIONS --com… 779 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-08.pa" COMPILER_OPTIONS --com… 780 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-09.pa" COMPILER_OPTIONS --com… 781 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-10.pa" COMPILER_OPTIONS --com… [all …]
|
| /arkcompiler/runtime_core/static_core/tests/ |
| D | CMakeLists.txt | 991 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-01.pa" COMPILER_OPTIONS --com… 992 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-02.pa" COMPILER_OPTIONS --com… 993 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-03.pa" COMPILER_OPTIONS --com… 994 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-04.pa" COMPILER_OPTIONS --com… 995 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-05.pa" COMPILER_OPTIONS --com… 996 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-06.pa" COMPILER_OPTIONS --com… 997 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-07.pa" COMPILER_OPTIONS --com… 998 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-08.pa" COMPILER_OPTIONS --com… 999 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-09.pa" COMPILER_OPTIONS --com… 1000 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/far-jump-10.pa" COMPILER_OPTIONS --com… [all …]
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | bytecode_emitter.cpp | 150 * jcc far # cc is any condiitonal code 153 * jmp far 208 UNREACHABLE(); // no revcc and no far opcode in DoReserveSpaceForOffset()
|
| D | file_reader.cpp | 289 LOG(FATAL, PANDAFILE) << "MethodHandle is not supported so far"; in CreateAnnotationItem() 494 LOG(FATAL, PANDAFILE) << "MethodHandle is not supported so far"; in CreateAnnotationItem()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | bytecode_emitter.cpp | 149 * jcc far # cc is any condiitonal code 152 * jmp far 208 UNREACHABLE(); // no revcc and no far opcode in DoReserveSpaceForOffset()
|
| D | file_reader.cpp | 322 LOG(FATAL, PANDAFILE) << "MethodHandle is not supported so far"; in SetElemValueItem() 432 LOG(FATAL, PANDAFILE) << "MethodHandle is not supported so far"; in SetElemValueItem()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
| D | assembler.h | 97 Far enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | code_sink_doc.md | 53 …ion can be sunk we keep a list of store instructions that have been met so far (we are iterating i…
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 26 …C++ base that represent this opcode. In far future if we managed to generate also instruction clas…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_pandas/ |
| D | bouncing_pandas.sts | 133 return; // too far
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 49 * available to allocate new fields. so far, just for 1, 2, 4 bytes 248 * so far, just for 1, 2, 4 bytes types (map to array index 0, 1, 2) in ComputeClassTypeSizesAligns()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_checker.cpp | 390 /* So far only one block with sections. */ in GetElfItem()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 228 std::vector<TypeAttrs> attrs; // not used so far in CreateFuncType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reaching.cpp | 82 * Backward propagation can move the return register definition far from the return. in ClearDefUseInfo()
|
| D | reg_alloc_lsra.cpp | 1002 /* For all backend architectures so far, adopt all RetRegs as Def via this insn, in ComputeLiveInterval()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 26 …C++ base that represent this opcode. In far future if we managed to generate also instruction clas…
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass.cpp | 972 // Find the prototype chain as far as the hclass has not been registered. in RegisterOnProtoChain()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 2803 …// for not move load too far from use site, set not-fully-available-phi killing availibity of phiO… in ComputeAvail()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 30138 get far() { 30141 set far(t) { 30468 …Bl(Pb.prototype, "far", [ fb, gb ], Object.getOwnPropertyDescriptor(Pb.prototype, "far"), Pb.proto… 34160 name: "far" 46222 name: "far"
|