| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | lib_helpers.inl | 19 …__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/ |
| D | parser.rb | 30 # 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]
|
| D | single_test.rb | 20 def initialize(command, isa, definitions, predefined, skip_header) argument 21 super isa, command, definitions, predefined, skip_header 30 @definitions = definitions
|
| D | test.rb | 30 @definitions = Definitions.new @test[Generator::DEFINITIONS] 58 …command = Command.new raw_command, @isa, @test_name, @definitions, @predefined, @output, @skip_hea…
|
| D | test_base.rb | 18 def initialize(isa, command, definitions, predefined, skip_header) argument 22 @definitions = definitions 79 if @definitions.exist?(template) 80 content.puts @definitions.definition template
|
| D | command.rb | 18 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
|
| D | generator.rb | 19 require_relative 'definitions' 28 DEFINITIONS = 'definitions' constant
|
| D | test_case.rb | 22 … def initialize(command, current_case, instruction, definitions, predefined, template, skip_header) argument 23 super instruction, command, definitions, predefined, skip_header 40 @definitions = definitions
|
| D | definitions.rb | 15 class Definitions class 36 LOG.debug "check #{item_name} exists in definitions"
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | options.rb | 32 …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/ |
| D | concepts.h | 34 // 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/ |
| D | server_endpoint-inl.h | 32 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/ |
| D | lib_helpers.inl | 16 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/ |
| D | lib_helpers.inl | 17 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/ |
| D | inst_builder-inl.h | 22 // NOLINTNEXTLINE(misc-definitions-in-headers) 34 // NOLINTNEXTLINE(misc-definitions-in-headers) 78 // NOLINTNEXTLINE(misc-definitions-in-headers) 95 // NOLINTNEXTLINE(misc-definitions-in-headers)
|
| D | inst_builder.cpp | 56 …// 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/ |
| D | bytecode_emitter_gen.h.erb | 64 // 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/ |
| D | assembly_format.md | 162 | `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/ |
| D | yaml-schema.json | 7 "definitions": { object
|
| D | lda.null.yaml | 14 definitions: []
|
| D | nop.yaml | 14 definitions: []
|
| /arkcompiler/runtime_core/disassembler/templates/ |
| D | intrinsics_gen.h.erb | 23 // NOLINTNEXTLINE(misc-definitions-in-headers) 37 // NOLINTNEXTLINE(readability-function-size,misc-definitions-in-headers)
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | issue_1981.pa | 19 # Definitions for all set of tests
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test262skiplist.txt | 2093 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/ |
| D | stacktrace.h | 45 // NOLINTNEXTLINE(misc-definitions-in-headers)
|