Searched full:upcase (Results 1 – 25 of 96) sorted by relevance
1234
| /arkcompiler/runtime_core/static_core/libpandafile/templates/ |
| D | bytecode_instruction_enum_gen.h.erb | 17 % Panda::formats.map(&:pretty).map(&:upcase).each do |fmt| 24 <%= i.opcode.upcase %> = <%= i.opcode_idx %>, 26 LAST = <%= Panda::instructions.last().opcode.upcase %> 30 % enum_name = namespace.upcase 34 <%= i.opcode.upcase %> = <%= index %>, 36 LAST = <%= Quick::select[namespace].last().opcode.upcase %> 42 <%= f.tag.upcase %> = <%= format("0x%x", 1 << i) %>, 48 <%= f.tag.upcase %> = <%= format("0x%x", 1 << i) %>, 57 "<%= fmt.pretty.upcase %>",
|
| D | bytecode_instruction-inl_gen.h.erb | 26 case Format::<%= fmt.pretty.upcase %>: 45 case Format::<%= fmt.pretty.upcase %>: 64 case Format::<%= fmt.pretty.upcase %>: 80 case Format::<%= fmt.pretty.upcase %>: { 99 return <%= formats.map{ |f| "format == Format::#{f.pretty.upcase}" }.join(' || ') %>; 111 return <%= formats.map{ |f| "format == Format::#{f.pretty.upcase}" }.join(' || ') %>; 123 return <%= formats.map{ |f| "format == Format::#{f.pretty.upcase}" }.join(' || ') %>; 141 if (FORMAT == Format::<%= fmt.pretty.upcase %>) { 171 if (format == Format::<%= fmt.pretty.upcase %>) { 202 case Format::<%= fmt.pretty.upcase %>: { [all …]
|
| D | bytecode_emitter_gen.h.erb | 32 if constexpr (FORMAT == Format::<%= fmt.pretty.upcase %>) { 52 % OPCODE_TYPE + '::' + i.opcode.upcase 56 % FORMAT_TYPE + '::' + i.format.pretty.upcase 135 if constexpr (FORMAT == Format::<%= fmt.pretty.upcase %>) { 195 % pref = insn.format.prefixed? ? insn.prefix.name.upcase + "_" : "" 196 % op = insn.opcode.upcase.delete_prefix(pref) 216 case <%= OPCODE_TYPE %>::<%= i.opcode.upcase %>: 218 return <%= OPCODE_TYPE %>::<%= group[-1].opcode.upcase %>; 235 case <%= OPCODE_TYPE %>::<%= insn.opcode.upcase %>: 241 … return <%= OPCODE_TYPE %>::<%= (suit_ind == 0) ? "LAST" : group[suit_ind].opcode.upcase %>; [all …]
|
| D | type.h.erb | 29 <%= type.name.upcase %> = 0x<%= type.code.to_s(16) %>, 68 case TypeId::<%= type.name.upcase %>: 79 case TypeId::<%= type.name.upcase %>: { 92 case TypeId::<%= type.name.upcase %>: 103 case TypeId::<%= type.name.upcase %>: 114 case TypeId::<%= type.name.upcase %>: 243 case TypeId::<%= type.name.upcase %>:
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | bytecode_instruction_enum_gen.h.erb | 18 <%= fmt.pretty.upcase %>, 24 <%= i.opcode.upcase %> = <%= i.opcode_idx %>, 26 LAST = <%= Panda::instructions.last().opcode.upcase %> 31 <%= f.tag.upcase %> = <%= format("0x%x", 1 << i) %>, 37 <%= f.tag.upcase %> = <%= format("0x%x", 1 << i) %>,
|
| D | bytecode_instruction-inl_gen.h.erb | 24 case Format::<%= fmt.pretty.upcase %>: 43 case Format::<%= fmt.pretty.upcase %>: 62 case Format::<%= fmt.pretty.upcase %>: 78 case Format::<%= fmt.pretty.upcase %>: { 104 if (format == Format::<%= fmt.pretty.upcase %>) { 138 if (format == Format::<%= fmt.pretty.upcase %>) { 168 case Format::<%= fmt.pretty.upcase %>: { 199 if constexpr (format == Format::<%= fmt.pretty.upcase %>) { 229 case Format::<%= fmt.pretty.upcase %>: { 262 if constexpr (format == Format::<%= fmt.pretty.upcase %>) { [all …]
|
| D | bytecode_emitter_gen.h.erb | 31 if constexpr (format == Format::<%= fmt.pretty.upcase %>) { 51 % OPCODE_TYPE + '::' + i.opcode.upcase 55 % FORMAT_TYPE + '::' + i.format.pretty.upcase 134 if constexpr (format == Format::<%= fmt.pretty.upcase %>) { 194 % pref = insn.format.prefixed? ? insn.prefix.name.upcase + "_" : "" 195 % op = insn.opcode.upcase.delete_prefix(pref) 215 case <%= OPCODE_TYPE %>::<%= i.opcode.upcase %>: 217 return <%= OPCODE_TYPE %>::<%= group[-1].opcode.upcase %>; 234 case <%= OPCODE_TYPE %>::<%= insn.opcode.upcase %>: 240 … return <%= OPCODE_TYPE %>::<%= (suit_ind == 0) ? "LAST" : group[suit_ind].opcode.upcase %>; [all …]
|
| D | type.h.erb | 27 <%= type.name.upcase %> = 0x<%= type.code.to_s(16) %>, 62 case TypeId::<%= type.name.upcase %>: 73 case TypeId::<%= type.name.upcase %>: { 86 case TypeId::<%= type.name.upcase %>: 97 case TypeId::<%= type.name.upcase %>: 108 case TypeId::<%= type.name.upcase %>: 237 case TypeId::<%= type.name.upcase %>:
|
| /arkcompiler/runtime_core/static_core/runtime/profiling/ |
| D | profiling_gen.h.erb | 30 <%= name.snakecase.upcase %>, 39 case ProfilingKind::<%= prof.snakecase.upcase %>: 40 return "<%= prof.snakecase.upcase %>"; 57 case BytecodeInstruction::Opcode::<%= inst.opcode.upcase %>: 70 case BytecodeInstruction::Opcode::<%= inst.opcode.upcase %>: 71 return ProfilingKind::<%= inst.profile.name.snakecase.upcase %>;
|
| /arkcompiler/ets_frontend/ets2panda/compiler/templates/ |
| D | signatures.h.erb | 70 if (lang.GetId() == Language::Id::<%= lang.upcase %>) { 81 if (lang.GetId() == Language::Id::<%= lang.upcase %>) { 92 if (lang.GetId() == Language::Id::<%= lang.upcase %>) { 103 if (lang.GetId() == Language::Id::<%= lang.upcase %>) { 114 if (lang.GetId() == Language::Id::<%= lang.upcase %>) { 125 if (lang.GetId() == Language::Id::<%= lang.upcase %>) { 136 if (lang.GetId() == Language::Id::<%= lang.upcase %>) { 147 return Language(Language::Id::<%= lang.upcase %>); 157 if (lang.GetId() == Language::Id::<%= lang.upcase %>) { 179 % res += " if (lang.GetId() == Language::Id::#{lang.upcase}) {\n"
|
| /arkcompiler/ets_frontend/es2panda/lexer/templates/ |
| D | keywords.h.erb | 54 inline void Scan<%= key.upcase %>() 58 case LEX_CHAR_LOWERCASE_<%=prefix.upcase%>: /* '<%=prefix%>' */ { 60 Scan<%= key.upcase %><%= prefix.upcase %>(); 80 ….ScanIdContinueMaybeKeyword(Span<const KeywordString>(KeywordsMap::KEYWORDS_<%= key[0].upcase %>));
|
| D | keywordsMap.h.erb | 30 case LEX_CHAR_LOWERCASE_<%= group.keys[0][0].upcase %>: { 31 return Span<const KeywordString>(KEYWORDS_<%= group.keys[0][0].upcase %>); 42 …xpr std::array<const KeywordString, <%= group.size %>> KEYWORDS_<%= group.keys[0][0].upcase %> = {{
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | opcodes.h.erb | 24 …DEF( <%= inst.opcode.ljust(20) %>, <%= inst.base.ljust(20) %>, <%= flags.map{|x| x.upcase }.join('… 37 DEF(<%= flag.upcase %>) \ 44 <%= inst.modes.map{|x| x.upcase }.join('|') %>, \ 50 DEF(<%= mode.upcase %>) \
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/templates/ |
| D | debug_test_interpreter-inl_gen.cpp.erb | 33 #ifdef PANDA_WITH_<%= i.namespace.upcase %> 40 …handler.template Handle<%= mnemonic %><BytecodeInstruction::Format::<%= i.format.pretty.upcase %>>… 46 …handler.template Handle<%= mnemonic %><BytecodeInstruction::Format::<%= i.format.pretty.upcase %>>… 50 #endif // PANDA_WITH_<%= i.namespace.upcase %>
|
| /arkcompiler/runtime_core/static_core/libpandabase/templates/ |
| D | logger.rb | 27 @enum = dscr['enum'] || @name.upcase 28 @tag = dscr['tag'] || @name[0].upcase 39 @enum = dscr['enum'] || @name.upcase
|
| /arkcompiler/runtime_core/libpandabase/templates/ |
| D | logger.rb | 27 @enum = dscr['enum'] || @name.upcase 28 @tag = dscr['tag'] || @name[0].upcase 39 @enum = dscr['enum'] || @name.upcase
|
| /arkcompiler/runtime_core/static_core/libpandafile/templates/tests/ |
| D | bytecode_emitter_tests_gen.h.erb | 75 TestNoneFormat(Opcode::<%= i.opcode.upcase %>, [](BytecodeEmitter* emitter){ 82 % pretty_format = group_insn.format.pretty.upcase 83 % opcode = group_insn.opcode.upcase 101 % pretty_format = group_insn.format.pretty.upcase 102 % opcode = group_insn.opcode.upcase 111 TEST(BytecodeEmitter, <%= emitter_name %>_<%= i.format.pretty.upcase %>) { 151 expected << Opcode::<%= i.opcode.upcase %> << <%= packed_vals.join(' << ') %>;
|
| /arkcompiler/runtime_core/static_core/verification/gen/templates/ |
| D | abs_int_inl_compat_checks.h.erb | 49 …%= name.to_s %> = {VerificationStatus::<%= status.to_s.delete_suffix('s').upcase %>, "<%= msg %>"}; 57 <%= value.upcase %>, 71 case <%= type1 %>::<%= name.upcase %>: 78 case <%= type2 %>::<%= value2.upcase %>:
|
| /arkcompiler/runtime_core/libpandafile/templates/tests/ |
| D | bytecode_emitter_tests_gen.h.erb | 45 if constexpr (format == BytecodeInstruction::Format::<%= fmt.pretty.upcase %>) { 112 if constexpr (format == BytecodeInstruction::Format::<%= fmt.pretty.upcase %>) { 141 if constexpr (format == BytecodeInstruction::Format::<%= fmt.pretty.upcase %>) { 163 % OPCODE_TYPE + '::' + i.opcode.upcase 167 % FORMAT_TYPE + '::' + i.format.pretty.upcase 252 TestNoneFormat(Opcode::<%= i.opcode.upcase %>, [](BytecodeEmitter* emitter) { 259 % pretty_format = group_insn.format.pretty.upcase 260 % opcode = group_insn.opcode.upcase 272 % pretty_format = group_insn.format.pretty.upcase 273 % opcode = group_insn.opcode.upcase [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | opcodes.h.erb | 24 …DEF( <%= inst.opcode.ljust(20) %>, <%= inst.base.ljust(20) %>, <%= flags.map{|x| x.upcase }.join('… 36 DEF(<%= flag.upcase %>) \ 58 <%= inst.modes.map{|x| x.upcase }.join('|') %>, \ 64 DEF(<%= mode.upcase %>) \
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/templates/ |
| D | intrinsic_map_table.h.erb | 22 V( <%= inst.opcode.upcase.ljust(60) %>, <%= inst.opcode.upcase.ljust(60) %> ) \
|
| /arkcompiler/runtime_core/libpandabase/events/ |
| D | events_gen.h.erb | 36 <%= field.enums.map(&:upcase).join(', ') %> 64 case <%= field.type %>::<%= enum.upcase %>: os << "<%= enum.upcase %>"; break; 264 #define EVENT_<%= event.name.upcase %>_ENABLED 0 266 #define EVENT_<%= event.name.upcase %>(<%= event.fields.map(&:name).join(', ') %>) 269 #define EVENT_<%= event.name.upcase %>_ENABLED 1 271 #define EVENT_<%= event.name.upcase %>(<%= event.fields.map(&:name).join(', ') %>) \ 280 #define EVENT_<%= event.name.upcase %>(<%= event.fields.map(&:name).join(', ') %>)
|
| /arkcompiler/runtime_core/static_core/libpandabase/events/ |
| D | events_gen.h.erb | 36 <%= field.enums.map(&:upcase).join(', ') %> 64 case <%= field.type %>::<%= enum.upcase %>: os << "<%= enum.upcase %>"; break; 264 #define EVENT_<%= event.name.upcase %>_ENABLED 0 266 #define EVENT_<%= event.name.upcase %>(<%= event.fields.map(&:name).join(', ') %>) 269 #define EVENT_<%= event.name.upcase %>_ENABLED 1 271 #define EVENT_<%= event.name.upcase %>(<%= event.fields.map(&:name).join(', ') %>) \ 280 #define EVENT_<%= event.name.upcase %>(<%= event.fields.map(&:name).join(', ') %>)
|
| /arkcompiler/runtime_core/templates/events/ |
| D | events.h.erb | 18 #ifndef PANDA_<%= Common::module.name.upcase %>_EVENTS_GEN_H_ 19 #define PANDA_<%= Common::module.name.upcase %>_EVENTS_GEN_H_ 63 #endif // PANDA_<%= Common::module.name.upcase %>_EVENTS_GEN_H_
|
| /arkcompiler/runtime_core/static_core/templates/events/ |
| D | events.h.erb | 18 #ifndef PANDA_<%= Common::module.name.upcase %>_EVENTS_GEN_H 19 #define PANDA_<%= Common::module.name.upcase %>_EVENTS_GEN_H 64 #endif // PANDA_<%= Common::module.name.upcase %>_EVENTS_GEN_H
|
1234