Searched full:set_flags (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/runtime_core/compiler/ |
| D | intrinsics.yaml | 32 set_flags: [] 52 set_flags: [] 72 set_flags: [] 92 set_flags: [] 112 set_flags: [] 132 set_flags: [] 152 set_flags: [] 172 set_flags: [] 192 set_flags: [] 212 set_flags: [] [all …]
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsics_flags.inl.erb | 20 % if Compiler::intrinsics.any? {|intrinsic| !intrinsic.clear_flags.empty? or !intrinsic.set_flags.e… 23 % Compiler::intrinsics.select {|intrinsic| !intrinsic.clear_flags.empty? or !intrinsic.set_flags.em… 27 …constexpr auto set_flags = <%= intrinsic.set_flags.empty? ? "0U" : intrinsic.set_flags.collect { |… 28 …static_assert((set_flags & clear_flags) == 0, "<%= intrinsic.enum_name %> clear_flags cannot inter… 35 % if !intrinsic.set_flags.empty? 36 …static_assert((set_flags & compiler::inst_flags::CAN_THROW) == 0 || (clear_flags & (compiler::inst… 37 inst->SetFlag(static_cast<inst_flags::Flags>(set_flags));
|
| D | intrinsic_flags_test.inl.erb | 20 …constexpr auto set_flags = <%= intrinsic.set_flags.empty? ? "0U" : intrinsic.set_flags.collect { |… 22 inst->ClearFlag(static_cast<inst_flags::Flags>(set_flags));
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_compiler_intrinsics.yaml | 34 set_flags: [ can_throw, heap_inv] 46 set_flags: [ can_throw, heap_inv] 58 set_flags: [ can_throw, heap_inv] 70 set_flags: [ can_throw, heap_inv] 82 set_flags: [ can_throw, heap_inv] 94 set_flags: [ can_throw, heap_inv] 106 set_flags: [ can_throw, heap_inv] 118 set_flags: [ can_throw, heap_inv] 130 set_flags: [ can_throw, heap_inv] 142 set_flags: [ can_throw, heap_inv]
|
| D | ets_libbase_runtime.yaml | 561 set_flags: [can_throw] 595 set_flags: [ can_throw ] 622 set_flags: [can_throw] 634 set_flags: [can_throw] 646 set_flags: [can_throw] 658 set_flags: [can_throw] 670 set_flags: [can_throw] 682 set_flags: [can_throw] 694 set_flags: [can_throw] 706 set_flags: [can_throw] [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsics_flags.inl.erb | 20 % if Compiler::intrinsics.any? {|intrinsic| !intrinsic.clear_flags.empty? or !intrinsic.set_flags.e… 23 % Compiler::intrinsics.select {|intrinsic| !intrinsic.clear_flags.empty? or !intrinsic.set_flags.em… 27 …constexpr auto SET_FLAGS = <%= intrinsic.set_flags.empty? ? "0U" : intrinsic.set_flags.collect { |… 28 …static_assert((SET_FLAGS & CLEAR_FLAGS) == 0, "<%= intrinsic.enum_name %> CLEAR_FLAGS cannot inter… 32 % if !intrinsic.set_flags.empty? 33 …static_assert((SET_FLAGS & compiler::inst_flags::CAN_THROW) == 0 || (CLEAR_FLAGS & (compiler::inst… 34 inst->SetFlag(static_cast<inst_flags::Flags>(SET_FLAGS));
|
| D | intrinsic_flags_test.inl.erb | 20 …constexpr auto SET_FLAGS = <%= intrinsic.set_flags.empty? ? "0U" : intrinsic.set_flags.collect { |… 22 inst->ClearFlag(static_cast<inst_flags::Flags>(SET_FLAGS));
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.yaml | 562 set_flags: [can_throw] 573 set_flags: [can_throw] 584 set_flags: [can_throw] 595 set_flags: [can_throw] 606 set_flags: [can_throw] 617 set_flags: [can_throw] 628 set_flags: [can_throw] 639 set_flags: [can_throw] 650 set_flags: [can_throw] 661 set_flags: [can_throw] [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/templates/ |
| D | intrinsics.yaml.erb | 53 set_flags: <%= intrinsic.respond_to?(:set_flags) ? intrinsic.set_flags : [] %>
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | asm_metadata.rb | 47 def set_flags? 150 …tadata::attributes.select { |a| a.applicable_to?(item_type) && a.bool? == is_bool && a.set_flags? } 183 …tadata::attributes.select { |a| a.applicable_to?(item_type) && a.bool? == is_bool && a.set_flags? } 242 …tadata::attributes.select { |a| a.applicable_to?(item_type) && a.bool? == is_bool && a.set_flags? }
|
| /arkcompiler/runtime_core/assembler/ |
| D | asm_metadata.rb | 47 def set_flags? 150 …tadata::attributes.select { |a| a.applicable_to?(item_type) && a.bool? == is_bool && a.set_flags? } 183 …tadata::attributes.select { |a| a.applicable_to?(item_type) && a.bool? == is_bool && a.set_flags? } 242 …tadata::attributes.select { |a| a.applicable_to?(item_type) && a.bool? == is_bool && a.set_flags? }
|
| /arkcompiler/runtime_core/static_core/irtoc/ |
| D | intrinsics.yaml | 71 set_flags: [terminator] 85 set_flags: [terminator, no_dst]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.yaml | 564 set_flags: [can_throw] 595 set_flags: [heap_inv] 606 set_flags: [heap_inv] 617 set_flags: [heap_inv]
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | compilation.cpp | 297 elfWriter.set_flags(EF_ARM_EABI_VER5); in MakeElf() 325 textSec->set_flags(ELFIO::SHF_ALLOC | ELFIO::SHF_EXECINSTR); in MakeElf()
|
| D | dwarf_builder.cpp | 51 section->set_flags(flags); in CreateSectionCallback()
|