Home
last modified time | relevance | path

Searched refs:IMM_2 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp34 constexpr static const int64_t IMM_2 = 2; variable
68 return out << std::get<0>(val) << std::get<1>(val) << std::get<globals::IMM_2>(val) in operator <<()
74 …return out << std::get<0>(val) << std::get<1>(val) << std::get<globals::IMM_2>(val) << std::get<gl… in operator <<()
138 expected << Opcode::JMP_IMM8 << num_ret + globals::IMM_2;
251 case globals::IMM_2: in GetOpcode()
274 …std::tuple {globals::IMM_2, std::numeric_limits<int8_t>::min(), std::numeric_limits<int8_t>::max()… in EmitJmpFwdBwd()
559 expected << Opcode::JMP_IMM16 << Split16(INT8T_MAX + globals::IMM_2);
561 for (size_t i = 0; i < n + globals::IMM_2; i++) {
623 for (int i = 0; i < std::numeric_limits<uint8_t>::max() - globals::IMM_2; ++i) { in Jmpz_IMM16()
644 for (int i = 0; i < std::numeric_limits<uint8_t>::max() - globals::IMM_2; ++i) { in Jmp_V8_IMM16()
[all …]
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp194 constexpr auto IMM_2 = 2; in RemovePredecessorUpdateDF() local
195 if (block->GetPredsBlocks().size() == IMM_2) { in RemovePredecessorUpdateDF()
204 } else if (block->GetPredsBlocks().size() > IMM_2) { in RemovePredecessorUpdateDF()
Dinst.cpp59 constexpr auto IMM_2 = 2; in Reallocate() local
60 new_capacity = (((capacity_ != 0U) ? capacity_ : 1U) << 1U) + IMM_2; in Reallocate()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dloop_analyzer.cpp156 constexpr size_t IMM_2 = 2; in UpdateControlFlowWithPreHeader() local
157 if (fw_edges_indexes.size() >= IMM_2) { in UpdateControlFlowWithPreHeader()