Home
last modified time | relevance | path

Searched full:assembly (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/arkcompiler/runtime_core/static_core/tests/
DCMakeLists.txt17 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/
DCMakeLists.txt16 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/
DCMakeLists.txt13 # 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/
Dignore_checked_coverage.txt7 # 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/
DCMakeLists.txt13 # 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/
Dassembly-program.h22 #include "assembly-function.h"
23 #include "assembly-record.h"
24 #include "assembly-type.h"
25 #include "assembly-methodhandle.h"
26 #include "assembly-literals.h"
DCMakeLists.txt39 assembly-emitter.cpp
40 assembly-parser.cpp
41 assembly-program.cpp
42 assembly-type.cpp
43 assembly-ins.cpp
DBUILD.gn44 "assembly-emitter.cpp",
45 "assembly-ins.cpp",
46 "assembly-parser.cpp",
47 "assembly-program.cpp",
48 "assembly-type.cpp",
217 "assembly-ins.h.erb",
Dassembly-parser.h24 #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/
Dassembly-program.h22 #include "assembly-function.h"
23 #include "assembly-record.h"
24 #include "assembly-type.h"
25 #include "assembly-methodhandle.h"
26 #include "assembly-literals.h"
DCMakeLists.txt38 assembly-emitter.cpp
39 assembly-parser.cpp
40 assembly-program.cpp
41 assembly-type.cpp
42 assembly-ins.cpp
DBUILD.gn61 "assembly-emitter.cpp",
62 "assembly-ins.cpp",
63 "assembly-parser.cpp",
64 "assembly-program.cpp",
65 "assembly-type.cpp",
Dassembly-parser.h24 #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/
DmergeProgram.h19 #include "assembly-function.h"
20 #include "assembly-ins.h"
21 #include "assembly-program.h"
/arkcompiler/runtime_core/static_core/docs/
Dassembly_format.md1 # Assembly File Format Specification
5 This document describes assembly file format for Panda platform. Assembly files are human-readable …
11assembly 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 …]
Dcfi_directives.md5 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/
Doverload_signature_neg_2.ets16 //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/
DextensionAccessorNameDuplicatedWithFunction.ets31 /* @@@ label1 Error TypeError: Function name with this assembly signature already declared. */
32 /* @@@ label2 Error TypeError: Function name with this assembly signature already declared. */
DextensionAccessorNameDuplicatedWithExtensionFunction.ets31 /* @@@ 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/
Doptimize_bytecode.h19 #include "assembler/assembly-emitter.h"
20 #include "assembler/assembly-program.h"
/arkcompiler/runtime_core/docs/
Dassembly_format.md1 # Assembly File Format Specification
5 This document describes assembly file format for Panda platform. Assembly files are human-readable …
11assembly 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 …]
Dcfi_directives.md5 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/
Doptimize_bytecode.h19 #include "assembler/assembly-emitter.h"
20 #include "assembler/assembly-program.h"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dget_test_class.cpp20 #include "assembly-emitter.h"
21 #include "assembly-parser.h"
/arkcompiler/ets_frontend/es2panda/util/
DcommonUtil.h26 #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