Searched refs:IMM_2 (Results 1 – 4 of 4) sorted by relevance
34 constexpr static const int64_t IMM_2 = 2; variable68 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 …]
194 constexpr auto IMM_2 = 2; in RemovePredecessorUpdateDF() local195 if (block->GetPredsBlocks().size() == IMM_2) { in RemovePredecessorUpdateDF()204 } else if (block->GetPredsBlocks().size() > IMM_2) { in RemovePredecessorUpdateDF()
59 constexpr auto IMM_2 = 2; in Reallocate() local60 new_capacity = (((capacity_ != 0U) ? capacity_ : 1U) << 1U) + IMM_2; in Reallocate()
156 constexpr size_t IMM_2 = 2; in UpdateControlFlowWithPreHeader() local157 if (fw_edges_indexes.size() >= IMM_2) { in UpdateControlFlowWithPreHeader()