Home
last modified time | relevance | path

Searched full:definitions (Results 1 – 25 of 259) sorted by relevance

1234567891011

/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dlib_helpers.inl19 …__aeabi_uldivmod(uint64_t numerator, uint64_t denominator); // NOLINT(misc-definitions-in-headers)
20 …_aeabi_ldivmod(int64_t numerator, int64_t denominator); // NOLINT(misc-definitions-in-headers)
22 …__aeabi_uidivmod(uint32_t numerator, uint32_t denominator); // NOLINT(misc-definitions-in-headers)
23 …_aeabi_idivmod(int32_t numerator, int32_t denominator); // NOLINT(misc-definitions-in-headers)
25 extern "C" float __aeabi_l2f(int64_t data); // NOLINT(misc-definitions-in-headers)
26 extern "C" float __aeabi_ul2f(uint64_t data); // NOLINT(misc-definitions-in-headers)
27 extern "C" double __aeabi_l2d(int64_t data); // NOLINT(misc-definitions-in-headers)
28 extern "C" double __aeabi_ul2d(uint64_t data); // NOLINT(misc-definitions-in-headers)
30 extern "C" int64_t __aeabi_f2lz(float data); // NOLINT(misc-definitions-in-headers)
31 extern "C" uint64_t __aeabi_f2ulz(float data); // NOLINT(misc-definitions-in-headers)
[all …]
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dparser.rb30 # definitions: Generator::DEFINITIONS
32 # Tests definitions
35 …raise "'#{Generator::DEFINITIONS}' is not found in main yaml" unless @data.key? Generator::DEFINIT…
36 @predefined = Definitions.new @data[Generator::DEFINITIONS]
55 # Add definitions to each test group from file.
57 single_test[Generator::DEFINITIONS] = included_data[Generator::DEFINITIONS]
Dsingle_test.rb20 def initialize(command, isa, definitions, predefined, skip_header) argument
21 super isa, command, definitions, predefined, skip_header
30 @definitions = definitions
Dtest.rb30 @definitions = Definitions.new @test[Generator::DEFINITIONS]
58 …command = Command.new raw_command, @isa, @test_name, @definitions, @predefined, @output, @skip_hea…
Dtest_base.rb18 def initialize(isa, command, definitions, predefined, skip_header) argument
22 @definitions = definitions
79 if @definitions.exist?(template)
80 content.puts @definitions.definition template
Dcommand.rb18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) argument
33 @definitions = definitions
100 …test_case = TestCase.new @command, current_case, @isa, @definitions, @predefined, template, @skip_…
112 test = SingleTest.new @command, @isa, @definitions, @predefined, @skip_header
Dgenerator.rb19 require_relative 'definitions'
28 DEFINITIONS = 'definitions' constant
Dtest_case.rb22 … def initialize(command, current_case, instruction, definitions, predefined, template, skip_header) argument
23 super instruction, command, definitions, predefined, skip_header
40 @definitions = definitions
Ddefinitions.rb15 class Definitions class
36 LOG.debug "check #{item_name} exists in definitions"
/arkcompiler/runtime_core/irtoc/lang/
Doptions.rb32 …opts.on("--definitions=LIST", "C++ definitions that will be used for compiling output file") { |v|…
44 # Collect compiler definitions
45 if self.definitions
46 defines = self.definitions.split(':')
52 self.definitions = new_definitions
54 self.definitions = OpenStruct.new
56 self.definitions.DEBUG = !self.definitions.NDEBUG
76 arch_str = self.definitions.marshal_dump.keys.grep(/PANDA_TARGET_(AMD64|ARM64|ARM32)/)[0]
/arkcompiler/runtime_core/libpandabase/
Dconcepts.h34 // NOLINTNEXTLINE(readability-identifier-naming, misc-definitions-in-headers)
46 // NOLINTNEXTLINE(readability-identifier-naming, misc-definitions-in-headers)
58 // NOLINTNEXTLINE(readability-identifier-naming, misc-definitions-in-headers)
72 // NOLINTNEXTLINE(readability-identifier-naming, misc-definitions-in-headers)
87 // NOLINTNEXTLINE(readability-identifier-naming, misc-definitions-in-headers)
102 // NOLINTNEXTLINE(readability-identifier-naming, misc-definitions-in-headers)
120 // NOLINTNEXTLINE(readability-identifier-naming, misc-definitions-in-headers)
134 // NOLINTNEXTLINE(readability-identifier-naming, misc-definitions-in-headers)
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dserver_endpoint-inl.h32 template <> // NOLINTNEXTLINE(misc-definitions-in-headers)
47 template <> // NOLINTNEXTLINE(misc-definitions-in-headers)
53 template <> // NOLINTNEXTLINE(misc-definitions-in-headers)
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dlib_helpers.inl16 extern "C" float fmodf(float a, float b); // NOLINT(misc-definitions-in-headers,readability-identi…
18 extern "C" double fmod(double a, double b); // NOLINT(misc-definitions-in-headers,readability-iden…
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dlib_helpers.inl17 extern "C" float fmodf(float a, float b); // NOLINT(misc-definitions-in-headers,readability-identi…
19 extern "C" double fmod(double a, double b); // NOLINT(misc-definitions-in-headers,readability-iden…
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h22 // NOLINTNEXTLINE(misc-definitions-in-headers)
34 // NOLINTNEXTLINE(misc-definitions-in-headers)
78 // NOLINTNEXTLINE(misc-definitions-in-headers)
95 // NOLINTNEXTLINE(misc-definitions-in-headers)
Dinst_builder.cpp56 …// If current block is a loop header, then propagate all definitions from preheader's predecessors… in UpdateDefsForLoopHead()
83 // Only one predecessor - simply copy all its definitions in UpdateDefs()
87 …/ If there are multiple predecessors, then add phi for each register that has different definitions in UpdateDefs()
93 // since we do not know if definitions are different at this point in UpdateDefs()
/arkcompiler/runtime_core/libpandafile/templates/
Dbytecode_emitter_gen.h.erb64 // NOLINTNEXTLINE(misc-definitions-in-headers)
112 // NOLINTNEXTLINE(readability-function-size,misc-definitions-in-headers)
148 // NOLINTNEXTLINE(misc-definitions-in-headers)
165 // NOLINTNEXTLINE(misc-definitions-in-headers)
181 // NOLINTNEXTLINE(misc-definitions-in-headers)
208 // NOLINTNEXTLINE(misc-definitions-in-headers)
227 // // NOLINTNEXTLINE(readability-function-size,misc-definitions-in-headers)
/arkcompiler/runtime_core/docs/
Dassembly_format.md162 | `java.annotation.class` | Used to specify annotation class. Allowed multiple definitions. Value i…
163 …ments. `java.annotation.class` must be defined first. Allowed multiple definitions (but only one d…
164 …ement. `java.annotation.class` must be defined first. Allowed multiple definitions (but only one d…
165 …`java.annotation.element.name` must be defined first. Allowed multiple definitions (but only one d…
166 …t.type` must be defined first and have `array` value. Allowed multiple definitions (but only one d…
167 …pecify value of the annotation element. Allowed multiple definitions (also multiple definitions fo…
561 * Compose formal definitions for literals.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dyaml-schema.json7 "definitions": { object
Dlda.null.yaml14 definitions: []
Dnop.yaml14 definitions: []
/arkcompiler/runtime_core/disassembler/templates/
Dintrinsics_gen.h.erb23 // NOLINTNEXTLINE(misc-definitions-in-headers)
37 // NOLINTNEXTLINE(readability-function-size,misc-definitions-in-headers)
/arkcompiler/runtime_core/tests/verifier-tests/
Dissue_1981.pa19 # Definitions for all set of tests
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist.txt2093 language/expressions/class/elements/fields-multiple-definitions-static-private-methods-proxy.js
2107 language/expressions/class/elements/multiple-definitions-computed-names.js
2108 language/expressions/class/elements/multiple-definitions-grammar-privatename-identifier-semantics-s…
2109 language/expressions/class/elements/multiple-definitions-private-field-usage.js
2110 language/expressions/class/elements/multiple-definitions-private-method-getter-usage.js
2111 language/expressions/class/elements/multiple-definitions-private-method-usage.js
2112 language/expressions/class/elements/multiple-definitions-private-names.js
2113 language/expressions/class/elements/multiple-definitions-rs-private-getter-alt.js
2114 language/expressions/class/elements/multiple-definitions-rs-private-getter.js
2115 language/expressions/class/elements/multiple-definitions-rs-private-method-alt.js
[all …]
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.h45 // NOLINTNEXTLINE(misc-definitions-in-headers)

1234567891011