Searched full:upcase (Results 1 – 25 of 52) sorted by relevance
123
| /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/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 %>) \
|
| D | inst_builder_gen.cpp.erb | 48 return "BytecodeInstruction::Format::#{format.pretty.upcase}" 175 case BytecodeInstruction::Opcode::<%= inst.opcode.upcase %>: { 193 case BytecodeInstruction::Opcode::<%= inst.opcode.upcase %>: 195 return inst->GetImm<BytecodeInstruction::Format::<%= inst.format.pretty.upcase %>, 0>(); 220 case BytecodeInstruction::Opcode::<%= inst.opcode.upcase %>: { 232 % abort "isa.yaml inconsistency: #{inst.opcode.upcase} is not compilable, but inlinable" if in… 257 % opc = inst.opcode.upcase 280 % format = "BytecodeInstruction::Format::" + inst.format.pretty.upcase
|
| /arkcompiler/runtime_core/runtime/interpreter/templates/ |
| D | debug_test_interpreter-inl_gen.cpp.erb | 32 #ifdef PANDA_WITH_<%= i.namespace.upcase %> 39 …handler.template Handle<%= mnemonic %><BytecodeInstruction::Format::<%= i.format.pretty.upcase %>>… 45 …handler.template Handle<%= mnemonic %><BytecodeInstruction::Format::<%= i.format.pretty.upcase %>>… 49 #endif // PANDA_WITH_<%= i.namespace.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/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/verification/gen/templates/ |
| D | abs_int_inl_compat_checks.h.erb | 46 …%= name.to_s %> = {VerificationStatus::<%= status.to_s.delete_suffix('s').upcase %>, "<%= msg %>"}; 54 <%= value.upcase %>, 67 case <%= type1 %>::<%= name.upcase %>: 73 case <%= type2 %>::<%= value2.upcase %>:
|
| D | abs_int_inl_gen.h.erb | 46 #ifdef PANDA_WITH_<%= i.namespace.upcase %> 49 …template Handle<%= mnemonic %><BytecodeInstructionSafe::Format::<%= i.format.pretty.upcase %>>()) { 59 #endif // PANDA_WITH_<%= i.namespace.upcase %>
|
| /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/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_ 62 #endif // PANDA_<%= Common::module.name.upcase %>_EVENTS_GEN_H_
|
| /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/disassembler/templates/ |
| D | opcode_translator.cpp.erb | 23 case BytecodeInstruction::Opcode::<%= i.opcode.upcase %>: 24 return pandasm::Opcode::<%= i.mnemonic.tr('.', '_').upcase %>;
|
| D | bc_ins_to_pandasm_ins.cpp.erb | 33 case BytecodeInstruction::Format::<%=i.format.pretty.upcase%>: 38 …t<int64_t>(bc_ins.GetImm<BytecodeInstruction::Format::<%=i.format.pretty.upcase%>, <%=imm_count%>>… 40 …ins.imms.push_back(bc_ins.GetImm<BytecodeInstruction::Format::<%=i.format.pretty.upcase%>, <%=imm_…
|
| D | type_to_pandasm_type.cpp.erb | 26 case panda_file::Type::TypeId::<%= type.name.upcase %>: 49 case panda_file::Type::TypeId::<%= type.name.upcase %>:
|
| D | get_ins_info.cpp.erb | 46 case BytecodeInstruction::Format::<%= fmt.pretty.upcase %>: 47 ss << std::setw(FORMAT_WIDTH) << std::left << "[<%= fmt.pretty.upcase %>]";
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | intrinsic_flags_test.inl.erb | 19 …y? ? "0U" : intrinsic.clear_flags.collect { |f| "compiler::inst_flags::" + f.upcase }.join("|") %>; 20 …pty? ? "0U" : intrinsic.set_flags.collect { |f| "compiler::inst_flags::" + f.upcase }.join("|") %>;
|
| D | intrinsics_flags.inl.erb | 26 …y? ? "0U" : intrinsic.clear_flags.collect { |f| "compiler::inst_flags::" + f.upcase }.join("|") %>; 27 …pty? ? "0U" : intrinsic.set_flags.collect { |f| "compiler::inst_flags::" + f.upcase }.join("|") %>;
|
| /arkcompiler/runtime_core/runtime/templates/ |
| D | language_config_gen.inc.erb | 21 …onstexpr LangTypeT LANG_TYPE = LANG_TYPE_<%= plugin_opts["language_config"]["lang_type"].upcase %>; 22 …static constexpr MTModeT MT_MODE = MT_MODE_<%= plugin_opts["language_config"]["mt_mode"].upcase %>;
|
| /arkcompiler/ets_frontend/es2panda/compiler/templates/ |
| D | formats.h.erb | 2 % return "#{mnemonic.gsub('.', '_').upcase}" + "_FORMATS" 5 % return "#{mnemonic.gsub('.', '_').upcase}" + "_FORMAT_ITEMS_" + index.to_s
|
| /arkcompiler/runtime_core/templates/messages/ |
| D | messages.h.erb | 17 % component = Messages.component.upcase 41 % level = msg.level.upcase
|
123