Searched full:assembly (Results 1 – 25 of 377) sorted by relevance
12345678910>>...16
| /arkcompiler/runtime_core/static_core/tests/ |
| D | CMakeLists.txt | 17 add_custom_target(cts-assembly COMMENT "Running compliance tests for Panda Assembly") 32 add_dependencies(core_tests cts-assembly regression) 36 add_dependencies(core_tests cts-assembly regression verifier-tests) 812 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/env-01.pa" ARGUMENTS -- 1 2 EXPECTED_S… 813 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/math-01.pa") 814 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/math-01-v.pa") 815 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/math-02.pa") 816 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/math-02-v.pa") 817 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/math-03.pa") 818 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/math-03-v.pa") [all …]
|
| /arkcompiler/runtime_core/tests/ |
| D | CMakeLists.txt | 16 add_custom_target(cts-assembly COMMENT "Running compliance tests for Panda Assembly") 27 add_dependencies(tests cts-assembly regression) 31 add_dependencies(tests cts-assembly regression cts-generator-build verifier-tests) 658 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/env-01.pa" ARGUMENTS -- 1 2 EXPECTED_S… 659 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/math-01.pa") 660 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/math-02.pa") 661 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/math-03.pa") 662 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/math-04.pa") 663 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/math-05.pa") 664 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/math-06.pa") [all …]
|
| /arkcompiler/runtime_core/static_core/tests/benchmarks/ |
| D | CMakeLists.txt | 13 # Building and running benchmarks in Panda Assembly from the Panda source tree. 78 add_custom_target(benchmarks-panda-assembly-interpreter 79 COMMENT "Running benchmarks in Panda Assembly in interpreter") 80 add_custom_target(benchmarks-panda-assembly-irtoc 81 COMMENT "Running benchmarks in Panda Assembly in Irtoc interpreter") 82 add_custom_target(benchmarks-panda-assembly-enforce-jit-compiler 83 COMMENT "Running benchmarks in Panda Assembly with enforced JIT") 84 add_custom_target(benchmarks-panda-assembly-aot 85 COMMENT "Running benchmarks in Panda Assembly with AOT") 86 add_custom_target(benchmarks-panda-assembly-default [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/tools/ |
| D | ignore_checked_coverage.txt | 7 # IGNORE benchmark - ignoring a benchmark or CTS-assembly test (bo… 8 …on - ignoring a single function of a benchmark or CTS-assembly test (both osr an… 9 … - ignoring OSR-compilation of a single function of a benchmark or CTS-assembly test for aarch32 … 10 …ark JIT - ignoring JIT-compilation of a benchmark or CTS-assembly test
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | CMakeLists.txt | 13 # Building and running benchmarks in Panda Assembly from the Panda source tree. 104 add_custom_target(benchmarks-panda-assembly-interpreter 105 COMMENT "Running benchmarks in Panda Assembly in interpreter") 106 add_custom_target(benchmarks-panda-assembly-enforce-jit-compiler 107 COMMENT "Running benchmarks in Panda Assembly with enforced JIT") 108 add_custom_target(benchmarks-panda-assembly-aot 109 COMMENT "Running benchmarks in Panda Assembly with AOT") 110 add_custom_target(benchmarks-panda-assembly-default 111 COMMENT "Running benchmarks in Panda Assembly") 114 benchmarks-panda-assembly-interpreter [all …]
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-program.h | 22 #include "assembly-function.h" 23 #include "assembly-record.h" 24 #include "assembly-type.h" 25 #include "assembly-methodhandle.h" 26 #include "assembly-literals.h"
|
| D | CMakeLists.txt | 39 assembly-emitter.cpp 40 assembly-parser.cpp 41 assembly-program.cpp 42 assembly-type.cpp 43 assembly-ins.cpp
|
| D | BUILD.gn | 44 "assembly-emitter.cpp", 45 "assembly-ins.cpp", 46 "assembly-parser.cpp", 47 "assembly-program.cpp", 48 "assembly-type.cpp", 217 "assembly-ins.h.erb",
|
| D | assembly-parser.h | 24 #include "assembly-context.h" 25 #include "assembly-emitter.h" 26 #include "assembly-field.h" 27 #include "assembly-function.h" 28 #include "assembly-ins.h" 29 #include "assembly-label.h" 30 #include "assembly-program.h" 31 #include "assembly-record.h" 32 #include "assembly-type.h"
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-program.h | 22 #include "assembly-function.h" 23 #include "assembly-record.h" 24 #include "assembly-type.h" 25 #include "assembly-methodhandle.h" 26 #include "assembly-literals.h"
|
| D | CMakeLists.txt | 38 assembly-emitter.cpp 39 assembly-parser.cpp 40 assembly-program.cpp 41 assembly-type.cpp 42 assembly-ins.cpp
|
| D | BUILD.gn | 61 "assembly-emitter.cpp", 62 "assembly-ins.cpp", 63 "assembly-parser.cpp", 64 "assembly-program.cpp", 65 "assembly-type.cpp",
|
| D | assembly-parser.h | 24 #include "assembly-context.h" 25 #include "assembly-emitter.h" 26 #include "assembly-field.h" 27 #include "assembly-function.h" 28 #include "assembly-ins.h" 29 #include "assembly-label.h" 30 #include "assembly-program.h" 31 #include "assembly-record.h" 32 #include "assembly-type.h"
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | mergeProgram.h | 19 #include "assembly-function.h" 20 #include "assembly-ins.h" 21 #include "assembly-program.h"
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | assembly_format.md | 1 # Assembly File Format Specification 5 This document describes assembly file format for Panda platform. Assembly files are human-readable … 11 …assembly should not "favor" by any means any existing programming language that is (or intended to… 12 …anda assembly should not focus on a certain programming paradigm. E.g. we should not enforce conce… 14 …f quantity and internal structure of source code files written in Panda assembly language. Assembl… 70 As stated above, current version of Panda assembly does not favor any language as the platform is d… 96 …ill be renamed in binary file according to particular language rules (`.ctor` for Panda Assembly) | 97 …ll be renamed in binary file according to particular language rules (`.cctor` for Panda Assembly) | 111 …ill be renamed in binary file according to particular language rules (`.ctor` for Panda Assembly) | 112 …ll be renamed in binary file according to particular language rules (`.cctor` for Panda Assembly) | [all …]
|
| D | cfi_directives.md | 5 In some situations **hand-written** assembly code is preferred to compiler-generated, i.e. for perf… 8 Unfortunately, hand-written assembly lacks of debug symbols and they should be added manually by a …
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/same_assembly_overload/ |
| D | overload_signature_neg_2.ets | 16 //Not support non-declare function has same assembly code 21 /* @@? 19:8 Error TypeError: Function foo with this assembly signature already declared. */
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/extension_accessor_tests/ |
| D | extensionAccessorNameDuplicatedWithFunction.ets | 31 /* @@@ label1 Error TypeError: Function name with this assembly signature already declared. */ 32 /* @@@ label2 Error TypeError: Function name with this assembly signature already declared. */
|
| D | extensionAccessorNameDuplicatedWithExtensionFunction.ets | 31 /* @@@ label1 Error TypeError: Function name with this assembly signature already declared. */ 32 /* @@@ label2 Error TypeError: Function name with this assembly signature already declared. */
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | optimize_bytecode.h | 19 #include "assembler/assembly-emitter.h" 20 #include "assembler/assembly-program.h"
|
| /arkcompiler/runtime_core/docs/ |
| D | assembly_format.md | 1 # Assembly File Format Specification 5 This document describes assembly file format for Panda platform. Assembly files are human-readable … 11 …assembly should not "favor" by any means any existing programming language that is (or intended to… 12 …anda assembly should not focus on a certain programming paradigm. E.g. we should not enforce conce… 14 … quantity and internal structure of source code files writtebn in Panda assembly language. Assembl… 70 As stated above, current version of Panda assembly does not favor any language as the platform is d… 107 …ill be renamed in binary file according to particular language rules (`.ctor` for Panda Assembly) | 108 …ll be renamed in binary file according to particular language rules (`.cctor` for Panda Assembly) | 136 Currently Panda Assembly supports annotations for the following languages: 151 Currently Panda Assembly supports following Java annotations [all …]
|
| D | cfi_directives.md | 5 In some situations **hand-written** assembly code is preferred to compiler-generated, i.e. for perf… 8 Unfortunately, hand-written assembly lacks of debug symbols and they should be added manually by a …
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | optimize_bytecode.h | 19 #include "assembler/assembly-emitter.h" 20 #include "assembler/assembly-program.h"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | get_test_class.cpp | 20 #include "assembly-emitter.h" 21 #include "assembly-parser.h"
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | commonUtil.h | 26 #include "assembler/assembly-function.h" 27 #include "assembler/assembly-literals.h" 28 #include "assembler/assembly-program.h" 29 #include "assembler/assembly-record.h"
|
12345678910>>...16