Searched full:inst_jump (Results 1 – 2 of 2) sorted by relevance
87 …auto inst_jump = graph_->CreateInstIfImm(DataType::NO_TYPE, GetPc(instruction->GetAddress()), Cond…88 inst_jump->SetOperandsType(DataType::BOOL);89 inst_jump->SetInput(0, inst);90 inst_jump->SetMethod(graph_->GetMethod());92 AddInstruction(inst_jump);
143 …auto inst_jump = graph_->CreateInstIfImm(DataType::NO_TYPE, GetPc(instruction->GetAddress()), inst…146 AddInstruction(inst_jump);